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: Text links between phpBB and CPG  (Read 2562 times)

0 Members and 1 Guest are viewing this topic.

Yucca

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
    • http://southwestwoodcrafts.com
Text links between phpBB and CPG
« on: February 06, 2004, 09:45:57 am »

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

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Text links between phpBB and CPG
« Reply #1 on: February 06, 2004, 10:24:28 am »

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;
Code: [Select]
<!-- BEGIN logout -->
                        <a href="{LOGOUT_TGT}">{LOGOUT_LNK}</a>
<!-- END logout -->


Add after it, but before the <br />
Code: [Select]
<!-- 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.
Logged
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

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
    • http://southwestwoodcrafts.com
Text links between phpBB and CPG
« Reply #2 on: February 06, 2004, 10:41:05 am »

I will give it a try in the morning !

Thanks alot,
Logged
LAter,
Yucca

Yucca

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
    • http://southwestwoodcrafts.com
Text links between phpBB and CPG
« Reply #3 on: February 06, 2004, 11:09:00 am »

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 :)
Logged
LAter,
Yucca
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 18 queries.