Bugs item #1214822, was opened at 2005-06-04 16:55
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=562402&aid=1214822&group_id=81260
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: rck (rck000)
Assigned to: Nobody/Anonymous (nobody)
Summary: Avatar-Gallery doesn't work for non-english sites
Initial Comment:
The problem could be within the file ImgLibrary.php.
For one, you have a default-op of "view_gallery". But
you check for "Show Gallery".
case 'Show Gallery':
$this->view_gallery();
break;
...view_gallery is ignored within the
"_can_manage_images" part.
Then of course, the german translation for "Show
Gallery" isn't "Show Gallery" but "Galerie anzeigen".
That's why it ain't working for me.
If I change it to
default:
$this->view_gallery();
break;
it works!
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=562402&aid=1214822&group_id=81260
|