Menu - how to edit Menu - how to edit
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Menu - how to edit

Started by sn4il, June 04, 2005, 12:49:43 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sn4il

Hi.
I want to get rid off "My favorites" from top menu and replace it with custom text and link it to other site.
Thanx for all tips.
mAx

snork13

look in your_theme_name/theme.php or try the search function, with a simple search of the forum i returned

http://forum.coppermine-gallery.net/index.php?topic=17837.0
--snork13

sn4il

I did search for this in theme.php and cant find it :(

snork13

Quote from: sn4il on June 04, 2005, 12:54:27 AM
I did search for this in theme.php and cant find it :(


check out the link i provided

sn4il

Thnx Snork, I'm able to add new stuff.... but how I can remove "My Favorites"???

sn4il

snork13

#5
Quote from: sn4il on June 04, 2005, 01:04:58 AM
Thnx Snork, I'm able to add new stuff.... but how I can remove "My Favorites"???

sn4il

i wouldn't remove anything, i would just comment it out!

http://www.anticlue.net/archives/000275.htm

hope this helps

Joachim Müller

Quote from: sn4il on June 04, 2005, 12:54:27 AM
I did search for this in theme.php and cant find it :(
search

Edit themes/yourtheme/theme.php, find                        <a href="{FAV_TGT}">{FAV_LNK}</a> ::and replace with                        <!--<a href="{FAV_TGT}">{FAV_LNK}</a> ::-->