[Solved]: Homesite linking - how do you do it? [Solved]: Homesite linking - how do you do it?
 

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]

Main Menu

[Solved]: Homesite linking - how do you do it?

Started by domineaux, April 13, 2004, 09:48:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

domineaux

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?

------------------- :)

photoman13

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.

Joachim Müller

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

GauGau

domineaux

I appreciate the response it's working,

thanks