News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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