Future Plans
Being able to upload the icon via the admincp. (not guaranteed)
What this does
This will allow you to setup a icon to display by the title of each forum you have. The look of the icon depends on how you want to set it up in the templates. This will work for all levels of sub-forums.
To do list...
Time to install: 5-10 minutes
Queries to run: 1
File Mods: 1
/admincp/forum.php
Templates to edit: 0
Templates to add: 0
New Phrases: 1
Please read carefully and make all the necessary changes as stated. This is will work if installed properly. PLEASE REMEMBER TO BACKUP BEFORE YOU BEGIN! If you like this hack
Click It
Help & Support
Before asking for support Please make sure you have done all necessary changes! If you still need support please post a reply here.
Please post bugs and errors here. Hope you like, feedback welcomed.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
A quick question, I installed you hack, and clicked install, I got it working and everything. When I downloaded it I thought it did something else, it doesn't but I find this as useful. The question that I had is could you tell me how to change it so that I could use this as the forum new thread or no new thread icon? So it shows up on the very left? I would find this very useful and think it could be change easily. The best thing I oculd think of is if I could do what you did plus what I would want to do. I think I would just have to add another phrase, and put the equivalent $forum[forumhomeicon] in the right area. You could do a couple different ones each forum and make multiple phrases, with the image you want ot show up.
What I was planning to do was to take the logo of the major sports leagues, When their is a new post I would make them regular, when no new posts, they would look the same, but faded.
ok issue. everytime i try to run the querry i get this:
Error
SQL query:
ALTER TABLE forum ADD (
forumhomeicon VARCHAR( 200 ) NOT NULL DEFAULT ''
)
MySQL said:
#1146 - Table 'aex4.forum' doesn't exist
do i have to change the forum part to vb3_forum?
nevermind i answered my own question. lol the answer is yes. so i guess anyone installing this that has a prefix for their forum in the db needs to tye that in into the query.
for example i use vb3_ as a prefix so to make this query work i had to run
ALTER TABLE vb3_forum ADD (
forumhomeicon VARCHAR( 200 ) NOT NULL DEFAULT ''
)
just thought i'd point that out for others cuz it wasn't in the intructions and i'm a n00b at installing hacks and stuff. ^_^
A quick question, I installed you hack, and clicked install, I got it working and everything. When I downloaded it I thought it did something else, it doesn't but I find this as useful. The question that I had is could you tell me how to change it so that I could use this as the forum new thread or no new thread icon? So it shows up on the very left? I would find this very useful and think it could be change easily. The best thing I oculd think of is if I could do what you did plus what I would want to do. I think I would just have to add another phrase, and put the equivalent $forum[forumhomeicon] in the right area. You could do a couple different ones each forum and make multiple phrases, with the image you want ot show up.
What I was planning to do was to take the logo of the major sports leagues, When their is a new post I would make them regular, when no new posts, they would look the same, but faded.
Thanks alot
I'd also like a way to be able to do this with the forum new thread no new thread? anyone know how?