Or you can create a new vB option (must be in debug mode).
With the following options:
Varname: extra_text_on_forumhome
Setting Group: Forum Home Page Options
Title: Extra Text on Forumhome
Description: puts html in forumhome
Option Code: textarea
Data Validation Type: Free
Validation PHP Code: put nothing here
Display Order: 90
Blacklist: No
vBulletin Default: No
I suggest adding a product to put this option under so you can easily debug if needed.
Then in your forumhome template you put $vboptions[extra_text_on_forumhome] where you want the html to show. I suggest trying this on a test board before putting this on a live board.
|