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: Links from Coppermine to Forum and vice versa?  (Read 3960 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.027 seconds with 19 queries.