A little question A little question
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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