Shape 5

Joomla Club Extensions => Photo Expression - Club => : mikek May 22, 2010, 07:42:44 AM



: Large Images Not Showing When SEF Is Enabled?
: mikek May 22, 2010, 07:42:44 AM
In some cases when SEF is enabled the large image in the display window has trouble showing. This seems to vary per server, and in most cases the default code works with no issues. If you are experiencing this issue editing the following file:

modules/mod_s5_photo_expression/mod_s5_photo_expression.php

At line 277 you will find the following, you can also do a search for this text in an editor:

$largeurl_image[$s5_vm_qc_i_large + 1] = $s5_vm_qc_file_large;

Replace it with the following:

$largeurl_image[$s5_vm_qc_i_large + 1] = "/".$s5_vm_qc_file_large;

This should resolve the issue, if it does not please open a new topic in this forum board and we will be happy to look at the problem for you.