Home News Dev News Zoom Gallery 2.5 Beta2 - 3 Bug Fix
Zoom Gallery 2.5 Beta2 - 3 Bug Fix
|
|
|
|
Written by Editor (cowboy)
|
|
Friday, 11 March 2005 |
|
BUG 1: Members can't upload - Error: You'll have to be logged in as
admin or user/ editor to view this page, or you're rights are limited!
BUG 2: DATE and NAME ordering were inverted.
BUG 3: wrong e-cards link
Instruction:
Just overwrite
(mambo)/components/com_zoom/admin/admin.php
(mambo)/components/com_zoom/classes/zoom.class.php
(mambo)/components/com_zoom/view.php
BUG 1 FIX: admin.php line 67:
<a href="<?php echo "index".$backend.".php?option=com_zoom&Itemid=".$Itemid."&page=mediamgr";?>
"mediamgr" should be "upload"
BUG 2 FIX:
zoom.class.php line 790:
inverted the switch for DATE and NAME.
BUG 3 FIX:
view.php line 238:
deleted extra "?index.pgp" text.
download
|
|