The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
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> |
#2
|
||||
|
||||
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>"> |
#3
|
||||
|
||||
Na its not showing up!!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|