I have phpBB 2.0.6 as a forum and have just installed cpg1.2.1. CPG checks out fine...so far, and the data from the BB was integrated. I'd like to put a text link ( upper ight area of Coppermine entry page) to the forum and also a text link from the forum page to the Coppermine. Users could then switch back and forth. My set up is http://southwestwoodcrafts.com/forum and http://southwestwoodcrafts.com/gallery for coppermine.
Any ideas on how to do this?
Thanks,
Hi Yucca,
to put the link at the far right of the menu (in coppermine), do the following. I see you are using the default theme.
Open themes/default/theme.php.
Find the code;
<!-- BEGIN logout -->
<a href="{LOGOUT_TGT}">{LOGOUT_LNK}</a>
<!-- END logout -->
Add after it, but before the <br />
<!-- BEGIN forum -->
<a href="http://southwestwoodcrafts.com/forum">Forum</a>
<!-- END forum -->
It will probably be something similar to add a link in the forum.
I will give it a try in the morning !
Thanks alot,
Thanks Casper ! Had to try it before going to bed and it seems to do what I need. Did add a little text also. Now I'm wondering if I can do the same thing for the phpBB? I will try it...later :)