Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: [Solved]: Homesite linking - how do you do it?  (Read 2627 times)

0 Members and 1 Guest are viewing this topic.

domineaux

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
[Solved]: Homesite linking - how do you do it?
« on: April 13, 2004, 09:48:38 pm »

I'm calling the Coppermine from My IPB via a hyperlink.  I'd prefer my users have a click on to "Homesite" to return to my boards from Coppermine.

How and where do you do this?

------------------- :)
Logged

photoman13

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 96
[Solved]: Homesite linking - how do you do it?
« Reply #1 on: April 13, 2004, 10:04:03 pm »

Add it to the Nav Bar... Homesite > IPB > Topic > Thread > Subject

I don't use Invision Board so I don't know the name it uses to find that ... but it's on BoardView on the forums I use .. if that helps.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
[Solved]: Homesite linking - how do you do it?
« Reply #2 on: April 14, 2004, 10:09:50 am »

edit themes/yourtheme/theme.php and find
Code: [Select]
// HTML template for main menu
$template_main_menu = <<<EOT
                <span class="topmenu">
Add after it
Code: [Select]
<a href="link_to_your_homepage.htm">Home</a> ::

GauGau
Logged

domineaux

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Home site link from Gallery
« Reply #3 on: April 15, 2004, 03:24:59 am »

I appreciate the response it's working,

thanks
Logged
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 19 queries.