Forumhome category icons v1.0
/*===========================*\
Author: LiveWire
Site:
www.vbhackers.com
--------------------------------
Install Time: 5 mins
Files to edit: 1 admincp/forum.php
Templates to edit: 1
Templates to add: 0
Phrases to add: 1
\*===========================*/
What does this do?
This will allow you to add a catogory icon for all your catogorys on the forum home page. Screenshot Attached
--------------------------------
Run this query
[sql]
ALTER TABLE forum ADD (
forumhomeicon VARCHAR(200) NOT NULL DEFAULT ''
)
[/sql]
Open admincp/forum.php
Find:
You must first be a
registered member to view any code.
Under Add:
You must first be a
registered member to view any code.
Still in admincp/forum.php
Find:
You must first be a
registered member to view any code.
Under Add:
You must first be a
registered member to view any code.
Add this phrase:
You must first be a
registered member to view any code.
Add $forum[forumhomeicon] in any of your forumhome templates were you want your icons to appear:
Note:
In you admincp you must define it as <img> tags. See attachment.
Done!

Don't forget to click install! ;)