Skip to content
Narrow screen resolution Wide screen resolution Auto adjust screen size Increase font size Decrease font size Default font size default color grey color red color blue color
For Everything Llama - Llama Council
 Llama Council Community
 
 User Info & Key Stats   
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
May 15, 2008, 09:38:20 PM
401 Posts in 77 Topics by 127 Members
Latest Member: Janet
News: Llama Council, it's new, it's cool. 
+  Llama Council Community
|-+  zOOM Gallery OpenSEF extension
| |-+  Bugs
| | |-+  zOOm Gallery Bugs
| | | |-+  Mediamanger - <<pic a gallery>>
  « previous next »
Pages: [1] Print
Author
Topic: Mediamanger - <<pic a gallery>>  (Read 1399 times)
« on: August 05, 2006, 03:51:57 AM »
BjoernG
Newbie
*
Posts: 9

View Profile
Karma: +0/-0

Once you uploaded some Pics you want edit them. You go over frontend, mediamanger - pic a gallery - you pic your gallery you wants to edit. First you got to the 'upload site' huh press the back button. Then you can edit the gallerypics. then you wants edit an other gallery, try this with the drop down menu. But you cant leave this album  undecided. So you have to go to the mainscreen and start again this procedur.

Bjoern
Logged
Reply #1
« on: December 20, 2006, 07:23:40 PM »
Darren996
Administrator
Full Member
*****
Posts: 189

View Profile
Karma: +1/-0

I got a fix for the Media Manager bug.   You have to hack mediamgr.php and the latest sef_ext.php (0.14 Alpha) to do it.  The hack is based on zOOm Gallery 2.5.1 RC3.

Around line 80 find this:
Code:
    <form enctype="multipart/form-data" name="catselect" method="post" action="<?php
        
if ($zoom->_isBackend) {
            echo 
"index2.php?option=com_zoom&page=mediamgr&catid=$catid&Itemid=$Itemid";
        }
        else {
            echo 
sefRelToAbs("index.php?option=com_zoom&page=mediamgr&Itemid=$Itemid");
        }
    
?>
">

Replace with this:
Code:
    <form enctype="multipart/form-data" name="catselect" method="post" action="<?php
        
if ($zoom->_isBackend) {
            echo 
"index2.php?option=com_zoom&page=mediamgr&catid=$catid&Itemid=$Itemid";
        }
        else {
//            echo sefRelToAbs("index.php?option=com_zoom&page=mediamgr&Itemid=$Itemid");
            
echo "index.php?option=com_zoom&page=mediamgr&Itemid=$Itemid";
//DD122006
        
}
    
?>
">

Note there's only one line you need to change but I left the rest for context.
« Last Edit: December 20, 2006, 07:28:10 PM by Darren996 » Logged
Pages: [1] Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP Valid XHTML 1.0! Valid CSS! Ig-Oh Theme by koni.