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?
------------------- :)
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.
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
I appreciate the response it's working,
thanks