Links from Coppermine to Forum and vice versa? Links from Coppermine to Forum and vice versa?
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Links from Coppermine to Forum and vice versa?

Started by Big-G, November 15, 2005, 12:02:59 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Big-G

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.

Joachim Müller

to add a link to coppermine's navigation that points to your forum, edit themes/yourtheme/theme.php, find// HTML template for main menu
$template_main_menu = <<<EOT
                <span class="topmenu">
and add after it (in a new line)<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.