vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Showing Forum Description in Title Tag (https://vborg.vbsupport.ru/showthread.php?t=205751)

Neutral Singh 02-18-2009 06:25 AM

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>

private_ale 02-18-2009 07:32 AM

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]">
so you would get the same affect as how the thread previews are.

--------------- 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>">
with:

Code:

<td class="tcat" title="$forum[description]" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">

Neutral Singh 02-19-2009 09:58 AM

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
  • Page Generation 0.01007 seconds
  • Memory Usage 1,710KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete