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: Wanna Remove Some Options from TOP  (Read 5646 times)

0 Members and 1 Guest are viewing this topic.

guy_enjoy

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 21
Wanna Remove Some Options from TOP
« on: March 11, 2006, 12:07:15 pm »

Hi !

 I want to remove some options  (circle ones)

(http://www.filecabin.com/up1/1142075306-dontwant.JPG)

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

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

Nibbler

  • Guest
Re: Wanna Remove Some Options from TOP
« Reply #1 on: March 11, 2006, 04:47:14 pm »

Use html comments, not php comments

<!-- this is a comment -->
Logged

guy_enjoy

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 21
Re: Wanna Remove Some Options from TOP
« Reply #2 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 ..

(http://www.filecabin.com/up1/1142170533-nw.JPG)


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
Logged

Nibbler

  • Guest
Re: Wanna Remove Some Options from TOP
« Reply #3 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="" /> -->
Logged

guy_enjoy

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 21
Re: Wanna Remove Some Options from TOP
« Reply #4 on: March 15, 2006, 10:56:46 am »

Thankx Done Successfully...
Logged

guy_enjoy

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 21
Re: Wanna Remove Some Options from TOP
« Reply #5 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

(http://www.filecabin.com/up1/1142423818-untitled.JPG)

Logged

Nibbler

  • Guest
Re: Wanna Remove Some Options from TOP
« Reply #6 on: March 15, 2006, 04:21:44 pm »

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

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Wanna Remove Some Options from TOP
« Reply #7 on: March 16, 2006, 09:20:17 am »

post a link to your page instead of a dummy placeholder url
Logged
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 20 queries.