coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: Ramses on September 11, 2004, 04:41:34 PM

Title: A little question
Post by: Ramses on September 11, 2004, 04:41:34 PM
Here we are, I installed(settled) Coppermine, who is really very practical, and I also have a forum in Vbulletin 3.0.0.

I would like to know how to be able to put a link with a button on the index to return to the forum?

Thank you

Saddened for my English, but I am French, and it has been a long time since I practised it
Title: Re: A little question
Post by: Casper on September 11, 2004, 05:26:55 PM
What theme are you using?
Title: Re: A little question
Post by: Ramses on September 11, 2004, 09:06:18 PM
I'm using the theme Mac ox x
Title: Re: A little question
Post by: Casper on September 12, 2004, 02:08:35 AM
Open your theme.php, and find this code;

$template_main_menu2 = <<<EOT

Now insert, on the next line before the next '<td>', the following code;

<td><img src="themes/mac_ox_x/images/menu_button_bg_left.gif" border="0" alt="" /><br /></td>
                                        <td background="themes/mac_ox_x/images/menu_button_bg_middle.gif" valign="top">
                                                <a href="http://www.yoursite.com/forum_directory/" title="Forum">Forum</a>
                                        </td>
                                        <td><img src="themes/mac_ox_x/images/menu_button_bg_right.gif" border="0" alt="" /><br /></td>


Change the 'yoursite.com/forum_directory' to the actual url of your forum.
Title: Re: A little question
Post by: Ramses on September 12, 2004, 08:45:01 AM
Thank you for your answer. It' work