Seem to be having an issue with gallery 2 urls attaching "_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT" to the end of urls
This occurs when a non logged in user clicks on an thumbnail in the Community Builder g2bridge tab.
in hopes of allowing guest access to photos added this to /com_profiler/plugin/user/plug_g2bridge/g2bridge.php
$g2ProfileId = utility::getG2Id($user->id);
$g2ViewerId = utility::getG2Id($my->id);
/* image tab fix -eyesore*/
if (! $g2ViewerId) { $g2ViewerId = 5; };
Gallery version ( "2.12"):
Joomla 1.012
PHP version (e.g. 4.3.11):
PHPInfo Link (see FAQ):
Webserver (e.g. Apache 1.3.33):
Database (e.g. MySql 4.0.11):
Activated toolkits (e.g. NetPbm, GD):
Operating system (e.g. Linux):
Browser (e.g. Firefox 1.0):
::::::::::::eyesore
Posts: 32509
- what about your standalone Gallery (when accessing it directly, not through joomla)? do you see the same issue there as well?
- other than the ugly URL, is there actually a problem?
- can you post a website and instructions on how to reproduce the problem?
--------------
Enter the Gallery 2 Theme Contest today!