Quote:
Originally posted by Mr_P
yeah have to agree with you Carlos if someone can tinker with code and keep menu to left with same options etc and sort board out then they onto a winner
|
Here is the addon for the Forums menu, as requested by Mr_P.
Firstly edit forum/golbal.php and find:
PHP Code:
// parse css, header & footer ##################
And add after:
PHP Code:
include('./vbimenu.php');
eval("\$menu .= \"".gettemplate('home_menu')."\";");
Upload the attached vbimenu.php to your forums directory and remove the functions that you don't want to include in the menu on other pages.
I HIGHLY SUGGEST that you DON'T have all the functions displayed, ie Poll, Buddies Login Code etc... this will almost DOUBLE the queries for forum/index.php. Just leave in the functions that you require.
Add the home_menu template that can be found in the zip file.
Don't forget to remove the stuff you won't be using, then lastly edit your header template, in between the following comments:
Code:
<!-- /logo and buttons -->
<!-- content table -->
Add:
Thats it
Please let me know what functions you would like to see in the forums menu so I can impliment this properly with the next version.