PDA

View Full Version : Forum Home Enhancements - Show Description Of Subforums When Hovering Over On Forumhome


1Unreal
02-26-2009, 10:00 PM
https://vborg.vbsupport.ru/external/2009/02/6.png


On the forumhome you can't see the descriptions of the subforums. So if you want your users to be able to find it out use this little tweak.

Open up the template manager and then find the template forumhome_subforumbit_post.

Find:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>Replace with:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><span title="$forum[description]">$forum[title]</span></a>This should work on all versions of vB but I've not tested it.

Jasem
03-09-2009, 11:42 PM
Good one, thank you

peter_trucker
04-24-2009, 09:14 PM
thnx m8 looks nice

works on
vBulletin® Version 3.8.2

Nordinho
06-06-2009, 01:26 AM
Simple, but extremely usefull...thanks!

ITDarasgah
07-01-2009, 05:28 PM
Install...thanks

ravi_9793
07-16-2009, 02:54 AM
Thanks, installed.. :)

Miss Chatterbox
01-08-2010, 07:17 PM
Works perfectly on 3.8.4 - thank you so much! One of those nice little improvements that goes a long way! :)

al_rhar
01-09-2010, 08:06 PM
very simple, but effective. thanks.

Bansheebob
01-09-2010, 11:06 PM
didnt work for me

Dabbi
01-13-2010, 08:11 AM
Thank you! Easy to do and it worked perfectly (3.7). :)

I can't help but wonder if this same code work for regular forums and the Calendar too?