ProblemWhen I look at an image in a gallery with multiple images (e.g. index.php?option=com_rsgallery2&page=inline&gid=1&limit=1&Itemid=53&limitstart=1) I cannot switch between the images.
This only happens with sh404SEF enabled. Somehow I cannot get the 'limit' value and it's also strange that at some point sh404SEF uses an 'id' variable in the URL where without sh404SEF 'gid' is used as a variable. (More specific sh404SEF info at http://extensions.siliana.com/forums/index.php?topic=9697.msg12663#msg12663)
GoalHave a working sh404SEF plugin for RSGallery2 2.00 (as I made for RSGallery 1.13 and 1.14).
Installation:- Joomla 1.5.4 (en-GB)
- RSGallery2 2.00 beta SVN 817
- sh404SEF 1.0.11 beta build 147 (J! 1.5 native)
Why post here?- I found in \admin\includes\gallery.class.php line 175:
// limit handling was borked but I had this fixed. we can use it again....
I'm curious what was wrong, has it to do with my problem?
- I found in \site\templates\semantic\display.class.php lines 341/342:
// second, the limit parameter is not being written. this is must be a bug or something. weird.
$pageLinks = str_replace( ";id={$item->id}", ";gid={$gallery->id}&limit=1", $pageLinks );
Do I encounter the same bug? Can it be fixed?
- I wonder if you guys know an explanation for sh404SEF not working well maybe along the line of RSGallery 1.14 not using sefRelToAbs but its own Jroute that was a bit unusual for Joomla 1.0.x components if I understood correctly.