forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: guy_enjoy on March 11, 2006, 12:07:15 pm

Title: Wanna Remove Some Options from TOP
Post by: guy_enjoy on March 11, 2006, 12:07:15 pm
Hi !

 I want to remove some options  (circle ones)

(https://forum.coppermine-gallery.net/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)
Title: Re: Wanna Remove Some Options from TOP
Post by: Nibbler on March 11, 2006, 04:47:14 pm
Use html comments, not php comments

<!-- this is a comment -->
Title: Re: Wanna Remove Some Options from TOP
Post by: guy_enjoy on March 12, 2006, 02:34:16 pm
I have put this line but this didn't removed it ...

How can I get Remove this ..

(https://forum.coppermine-gallery.net/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
Title: Re: Wanna Remove Some Options from TOP
Post by: Nibbler on March 12, 2006, 08:51:41 pm
Comment out the link and the orange thing

Code: [Select]
<!-- <a href="{LASTCOM_TGT}">{LASTCOM_LNK}</a><img src="themes/water_drop/images/orange_carret.gif" width="8" height="8" border="0" alt="" /> -->
Title: Re: Wanna Remove Some Options from TOP
Post by: guy_enjoy on March 15, 2006, 10:56:46 am
Thankx Done Successfully...
Title: Re: Wanna Remove Some Options from TOP
Post by: guy_enjoy on March 15, 2006, 12:55:07 pm
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://forum.coppermine-gallery.net/proxy.php?request=http%3A%2F%2Fwww.filecabin.com%2Fup1%2F1142423818-untitled.JPG&hash=99854285d0fe05ab057747451186f41b0c605b88)

Title: Re: Wanna Remove Some Options from TOP
Post by: Nibbler on March 15, 2006, 04:21:44 pm
You login using login.php and then you go to config.php.
Title: Re: Wanna Remove Some Options from TOP
Post by: Joachim Müller on March 16, 2006, 09:20:17 am
post a link to your page instead of a dummy placeholder url