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: Links from Coppermine to Forum and vice versa?  (Read 3962 times)

0 Members and 1 Guest are viewing this topic.

Big-G

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Links from Coppermine to Forum and vice versa?
« on: November 15, 2005, 12:02:59 am »

I have set up a phpbb forum and a coppermine gallery http://www.looneyteam.co.uk/gallery and http://www.looneyteam.co.uk/forum . This is just my test site but i have managed to integrate both successfully into each other, so that when logged into one you are logged into the other but i have noticed that there isn't a link from each of them to the other for users to navigate between them, can anyone assist please?
I'm sorry if this is covered elsewhere but i'm a newbie to all this and have looked but couldn't see anything.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Links from Coppermine to Forum and vice versa?
« Reply #1 on: November 15, 2005, 07:44:01 am »

to add a link to coppermine's navigation that points to your forum, edit themes/yourtheme/theme.php, find
Code: [Select]
// HTML template for main menu
$template_main_menu = <<<EOT
                <span class="topmenu">
and add after it (in a new line)
Code: [Select]
<a href="/forum/" title="go to the forum">Forum</a>. Do something similar in the code of your bbs (you'll have to look this up on your bbs support board if you're not sure). This has been asked quite often - in the future, please search before posting.
Logged
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 20 queries.