forum.coppermine-gallery.net

Dev Board => cpg1.4 Testing/Bugs => cpg1.4 Testing/Bugs: FIXED/CLOSED => Topic started by: callmefreak on October 18, 2005, 11:38:33 am

Title: gallery configuration link gone!
Post by: callmefreak on October 18, 2005, 11:38:33 am
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?)

Code: [Select]
$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>
???
Title: Re: gallery configuration link gone!
Post by: artistsinhawaii on October 18, 2005, 11:58:27 am
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
Title: Re: gallery configuration link gone!
Post by: callmefreak on October 18, 2005, 12:01:22 pm
OH there's a demo of 1.4 as well? okay thanks i'll try that!
Title: Re: gallery configuration link gone!
Post by: 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
Title: Re: gallery configuration link gone!
Post by: artistsinhawaii on October 18, 2005, 12:24:38 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