gallery configuration link gone! gallery configuration link gone!
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

gallery configuration link gone!

Started by callmefreak, October 18, 2005, 11:38:33 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

callmefreak

i'm using this theme and there's a problem..

there's not a link to the gallery configuration :(  here's the code, and also what i tried. tell me what i need to change (because it might be different from other versions?)

$template_gallery_admin_menu = <<<EOT

                <table cellpadding="5" cellspacing="0" class="maintable" width="551">
                        <tr>
                                <td class="admin_menu"><a href="editpics.php?mode=upload_approval" title="">{UPL_APP_LNK}</a></td>
                                <td class="admin_menu"><a href="albmgr.php{CATL}" title="">{ALBUMS_LNK}</a></td>
                                <td class="admin_menu"><a href="catmgr.php" title="">{CATEGORIES_LNK}</a></td>
                                <td class="admin_menu"><a href="usermgr.php" title="">{USERS_LNK}</a></td>
                                <td class="admin_menu"><a href="groupmgr.php" title="">{GROUPS_LNK}</a> </tr></td><tr>
                                <td class="admin_menu"><a href="banning.php" title="">{BAN_LNK}</a></td>
                                <td class="admin_menu"><a href="reviewcom.php" title="">{COMMENTS_LNK}</a></td>
                                <td class="admin_menu"><a href="searchnew.php" title="">{SEARCHNEW_LNK}</a> </td>
                                <td class="admin_menu"><a href="util.php" title="">{UTIL_LNK}</a></td>
                                <td class="admin_menu"><a href="profile.php?op=edit_profile" title="">{MY_PROF_LNK}</a></td>
                               
                        </tr>
                </table>
<br>

EOT;
// HTML template for user admin menu
$template_user_admin_menu = <<<EOT

                <div align="left">
                <table cellpadding="0" cellspacing="1">
                        <tr>
                                <td class="admin_menu"><a href="admin.php" title="">Config</a></td>
                                <td class="admin_menu"><a href="albmgr.php" title="">{ALBMGR_LNK}</a></td>
                                <td class="admin_menu"><a href="modifyalb.php" title="">{MODIFYALB_LNK}</a></td>
                                <td class="admin_menu"><a href="profile.php?op=edit_profile" title="">{MY_PROF_LNK}</a></td>
                        </tr>
                </table>
???

artistsinhawaii

There's no support for cpg1.4x right now.
All I can suggest is that you look at some of the demo themes and compare the codes there with yours. http://coppermine-gallery.net/demo/?theme=giallo

Dennis
Learn and live ... In January of 2011, after a botched stent attempt, the doctors told me I needed a multiple bypass surgery or I could die.  I told them I needed new doctors.

callmefreak

OH there's a demo of 1.4 as well? okay thanks i'll try that!

callmefreak

erm well i'm talking about in theme.php and yes i know there isnt any support for it, i'm just curious if its the same. oh well i'll keep trying

artistsinhawaii

Quote from: callmefreak on October 18, 2005, 12:03:44 PM
erm well i'm talking about in theme.php and yes i know there isnt any support for it, i'm just curious if its the same. oh well i'll keep trying

I know what you were talking about. Download a few of the demo themes.  Look and compare.

Dennis
Learn and live ... In January of 2011, after a botched stent attempt, the doctors told me I needed a multiple bypass surgery or I could die.  I told them I needed new doctors.