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

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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