Advanced search  

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]

Pages: [1]   Go Down

Author Topic: How do I replace the LOGIN link in the MAIN MENU?  (Read 2733 times)

0 Members and 1 Guest are viewing this topic.

djelyte

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
How do I replace the LOGIN link in the MAIN MENU?
« on: March 14, 2005, 07:21:29 pm »

I would like to replace the option to login with my own link like they have done on this site:

http://funkthisentertainment.com/gallery/index.php?cat=5 [edit GauGau]Warning, mild nudity. Link is not worksafe[/edit]

Thanks for the help
« Last Edit: March 14, 2005, 07:50:28 pm by GauGau »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: How do I replace the LOGIN link in the MAIN MENU?
« Reply #1 on: March 14, 2005, 07:49:22 pm »

I wasn't able to find the login link on the page you were refering to, but as a generic advice, edit themes/yourtheme/theme.php, find
Code: [Select]
<!-- BEGIN login -->
                        <a href="{LOGIN_TGT}">{LOGIN_LNK}</a>
<!-- END login -->
and replace with
Code: [Select]
<!-- BEGIN login -->
                        <a href="your_login_link.htm">your login text</a>
<!-- END login -->
Leave the stuff between <!-- and --> as-is, it is needed.

Joachim
Logged
Pages: [1]   Go Up
 

Page created in 0.022 seconds with 20 queries.