A little question A little question
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

A little question

Started by Ramses, September 11, 2004, 04:41:34 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Ramses

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

Casper

It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Ramses

I'm using the theme Mac ox x

Casper

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.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Ramses

Thank you for your answer. It' work