05-12-2009, 10:00 PM
Actually, when you want to be fully XHTML compliant, you need to have alt content for your icons, and a title content for your links... vBulletin sub-forums have no alt/title tags, and this is not good.
So here is the little quicky to change this situation...
For both templates "forumhome_subforumbit_nopost", "forumhome_subforumbit_post", edit the tags like this:
you will findalt=""and will replace withalt="$forum[title]"then you find <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">and you replace with <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]" title="$forum[description]">that's all... everything is supposed to work like planned, when you hover the sub-forum icon, you will see the title of the forum itself, and when you hover the link, you will see it's description.
99100
you can modify this by using anything other to fit your needs.
So here is the little quicky to change this situation...
For both templates "forumhome_subforumbit_nopost", "forumhome_subforumbit_post", edit the tags like this:
you will findalt=""and will replace withalt="$forum[title]"then you find <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">and you replace with <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]" title="$forum[description]">that's all... everything is supposed to work like planned, when you hover the sub-forum icon, you will see the title of the forum itself, and when you hover the link, you will see it's description.
99100
you can modify this by using anything other to fit your needs.