Wanna Remove Some Options from TOP Wanna Remove Some Options from TOP
 

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

Main Menu

Wanna Remove Some Options from TOP

Started by guy_enjoy, March 11, 2006, 12:07:15 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

guy_enjoy

Hi !

I want to remove some options  (circle ones)

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.filecabin.com%2Fup1%2F1142075306-dontwant.JPG&hash=d757500c0919ddea3014d5a41523ed39b501873b)

I have place '//' before them but they didn;t removed,

how can I remove these options (public cannot see these)

Nibbler

Use html comments, not php comments

<!-- this is a comment -->

guy_enjoy

I have put this line but this didn't removed it ...

How can I get Remove this ..

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.filecabin.com%2Fup1%2F1142170533-nw.JPG&hash=20001faeaf4f409f2ca308f7057221a6d89d6e4f)


This is the code of theme.php of water drop which i m using

            <a href="{LOGOUT_TGT}">{LOGOUT_LNK}</a>
<!-- END logout -->
                        <br />
                        <a href="{LASTUP_TGT}">{LASTUP_LNK}</a>
                        <img src="themes/water_drop/images/orange_carret.gif"

width="8" height="8" border="0" alt="" />
                <!-- this is a comment --> <a

href="{LASTCOM_TGT}">{LASTCOM_LNK}</a>
                        <img src="themes/water_drop/images/orange_carret.gif"

width="8" height="8" border="0" alt="" />
                        <a href="{TOPN_TGT}">{TOPN_LNK}</a>
                        <img src="themes/water_drop/images/orange_carret.gif"

width="8" height="8" border="0" alt="" />
                        <a href="{TOPRATED_TGT}">{TOPRATED_LNK}</a>
                        <img src="themes/water_drop/images/orange_carret.gif"

width="8" height="8" border="0" alt="" />
    //<a href="{FAV_TGT}">{FAV_LNK}</a>  <img

src="themes/water_drop/images/orange_carret.gif" width="8" height="8"

border="0" alt="" />
                        <a href="{SEARCH_TGT}">{SEARCH_LNK}</a>
                </span>
EOT;
// HTML template for gallery admin menu

Nibbler

Comment out the link and the orange thing

<!-- <a href="{LASTCOM_TGT}">{LASTCOM_LNK}</a><img src="themes/water_drop/images/orange_carret.gif" width="8" height="8" border="0" alt="" /> -->

guy_enjoy


guy_enjoy

Hi !


I have remove that options (which i want) but

When  I tried to log on ( AS ADMIN ) using direct adress of admin
eg. www.mysite.com/gallery/admin.php

I m unable to log in .. This page is coming

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.filecabin.com%2Fup1%2F1142423818-untitled.JPG&hash=99854285d0fe05ab057747451186f41b0c605b88)


Nibbler

You login using login.php and then you go to config.php.

Joachim Müller

post a link to your page instead of a dummy placeholder url