![]() |
Showing Forum Description in Title Tag
In forumhome_forumbit_level1_post template:
I am trying to add title="$forum[description]" like in the following code. but title is not showing up when i hover the mouse over the link. Why? How this forum description be shown in the title tag. Please guide. Code:
<a title="$forum[description]" href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a> |
Um forumhome_forumbit_level1_post is for the category bars. if you want it for forums like under the categories then go to forumhome_forumbit_level2_post.
the best thing to do would be to put the title="$forum[description]" in the td tag. Code:
<td class="alt1Active" align="$stylevar[left]" title="$forum[description]" id="f$forum[forumid]"> --------------- Added 18 Feb 2009 at 09:36 --------------- Wait, for it to work in forumhome_forumbit_level1_nopost Replace: Code:
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"> Code:
<td class="tcat" title="$forum[description]" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"> |
Na its not showing up!!
|
All times are GMT. The time now is 06:04 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|