Text links between phpBB and CPG Text links between phpBB and CPG
 

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

Text links between phpBB and CPG

Started by Yucca, February 06, 2004, 09:45:57 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Yucca

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,
LAter,
Yucca

Casper

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.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Yucca

I will give it a try in the morning !

Thanks alot,
LAter,
Yucca

Yucca

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 :)
LAter,
Yucca