Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: a Few things  (Read 2533 times)

0 Members and 1 Guest are viewing this topic.

reas0n

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
a Few things
« on: June 28, 2007, 11:20:31 pm »

Ok so i have a few issues any help is appreciated

1. I want to remove the My gallery like from the main menu but cant find where to do that

2. i want to remove all the user buttons aside from My Profile but again dont know where to look....i looked around almost all the file but im kinda new to this if someone can point me in the right direction that would be great!

heres a screen shot of what i want to get rid of so you know what im talking about
« Last Edit: June 29, 2007, 06:46:50 am by Hein »
Logged

reas0n

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Re: a Few things
« Reply #1 on: June 29, 2007, 06:38:55 am »

ok so i solved another on my own lol

1. installed final_extract plugin to get rid of the My Gallery Link in Sys_Menu

2. In template.php i just changed this
Code: [Select]
                <table cellpadding="0" cellspacing="1">

                        <tr>

                                 <td class="admin_menu"><a href="albmgr.php" title="{ALBMGR_TITLE}">{ALBMGR_LNK}</a></td>

                                 <td class="admin_menu"><a href="modifyalb.php" title="{MODIFYALB_TITLE}">{MODIFYALB_LNK}</a></td>

                                <td class="admin_menu"><a href="profile.php?op=edit_profile" title="{MY_PROF_TITLE}">{MY_PROF_LNK}</a></td>

                                <td class="admin_menu"><a href="picmgr.php" title="{PICTURES_TITLE}">{PICTURES_LNK}</a></td>

                        </tr>

                </table>

                </div>

to this :
Code: [Select]

                <table cellpadding="0" cellspacing="1">

                        <tr>

                                <td class="admin_menu"><a href="profile.php?op=edit_profile" title="{MY_PROF_TITLE}">{MY_PROF_LNK}</a></td>

                        </tr>

                </table>

                </div>

                             
Logged
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 19 queries.