coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: domineaux on April 13, 2004, 09:48:38 PM

Title: [Solved]: Homesite linking - how do you do it?
Post by: domineaux 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?

------------------- :)
Title: [Solved]: Homesite linking - how do you do it?
Post by: photoman13 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.
Title: [Solved]: Homesite linking - how do you do it?
Post by: Joachim Müller on April 14, 2004, 10:09:50 AM
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
Title: Home site link from Gallery
Post by: domineaux on April 15, 2004, 03:24:59 AM
I appreciate the response it's working,

thanks