[Solved]: Hyperlink in gallery name possible? [Solved]: Hyperlink in gallery name possible?
 

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

[Solved]: Hyperlink in gallery name possible?

Started by colinp, August 17, 2004, 05:35:07 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

colinp

I'd like to make the gallery name be a link to my websites homepage.  

I figure this can be accomplished through delving into the themes\mytheme\theme.php file, but I'm not sure what entry I'm looking for that specifices the gallery name.  Any help would be greatly appreciated.

Thanks in advance.

Joachim Müller

The category names are already links that let you go to the coppermine category, it'd defeat the purpose to make them links that point to something else. I recommend using bbcode in the category description instead. Click on "categroies" in the admin menu, click the edit icon of a specific category, and enter the url you want in a similar way you create links here on this board, like this:
[url=http://yourdomain.tld/folder/page.htm]my link[/url]

GauGau

colinp

No no, you misunderstood what I mean by gallery name. Sorry about that, it is an ambiguous term how it's used in Coppermine sometimes.

When you're in Gallery Configuration, at the very top of General Settigs you have 'Gallery Name' and Gallery Description.'  I'd like to make one of those a hyperlink back to my main webpage. 

Will bbcode work here?  Thanks for the help!

Nibbler

You can hard code the {GAL_NAME} tag to make the link in template.html, or change the setting for {GAL_NAME} in theme.php.

colinp

That did the trick!

Thanks so much Nibbler!