How do I add a link to my forum on my gallery? How do I add a link to my forum on my gallery?
 

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

How do I add a link to my forum on my gallery?

Started by davidlin, July 29, 2004, 01:09:21 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

davidlin

Hi everyone!

I have created my online gallery http://ourphotoalbum.deogee.com/ using the Mac ox_x theme, and I used PHPbb to created my forum http://ourphotoalbum.deogee.com/board/. Now I need to creat a button on my gallery that will take user from there to my forum, how do I do it? I was thinking use "forum" instead of the "Top rated" button on the gallery. Please help!!! Thanks so much! ???

Joachim Müller

edit themes/mac_ox_x/theme.php, find// HTML template for main menu
$template_main_menu1 = <<<EOT
                                                |
and add after it<a href="mylink.htm">my link text</a>

I recommend reading this: http://coppermine.sourceforge.net/manual.php#integrating

GauGau