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: How do I add a link to my forum on my gallery?  (Read 4141 times)

0 Members and 1 Guest are viewing this topic.

davidlin

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
How do I add a link to my forum on my gallery?
« on: July 29, 2004, 01:09:21 am »

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! ???
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: How do I add a link to my forum on my gallery?
« Reply #1 on: July 29, 2004, 12:51:16 pm »

edit themes/mac_ox_x/theme.php, find
Code: [Select]
// HTML template for main menu
$template_main_menu1 = <<<EOT
                                                |
and add after it
Code: [Select]
<a href="mylink.htm">my link text</a>
I recommend reading this: http://coppermine.sourceforge.net/manual.php#integrating

GauGau
Logged
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 20 queries.