Back to vBulletin 3.7 Template Modifications

Better Forum & Thread Description Display
Mod Version: 1.00, by Idlehearts

This modification is in the archives.
vB Version: 3.7.x Rating: (1 vote - 5.00 average) Installs: 16
Released: 03 Jun 2008 Last Update: Never Downloads: 5
Not Supported Template Edits Re-usable Code  

Are you bored with the default forum and thread description you see on every forum.

Then here is a small MOD for you.

Installation:

Find in navbar template:

Code:
<if condition="$show['forumdesc']">
	<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
	<tr>
		<td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td>
	</tr>
	</table>
	<br />
</if>
replace with:

Code:
<if condition="$show['forumdesc'] AND THIS_SCRIPT == 'forumdisplay'">
	<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
	<tr>
		<td class="alt1" width="100%"><h1>$foruminfo[title]</h1>
<span class="smallfont">Below you will find a list of discussions in the <b>$foruminfo[title]</b> forums in site. $foruminfo[description]</span></td>
	</tr>
	</table>
	<br />
</if>
<if condition="$show['forumdesc'] AND THIS_SCRIPT == 'showthread'">
	<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
	<tr>
		<td class="alt1" width="100%"><h1>$threadinfo[prefix_plain]$threadinfo[title]</h1>
<span class="smallfont">This is a discussion on <b>$threadinfo[prefix_plain]$threadinfo[title]</b> with in the  <b>$foruminfo[title]</b> forums a part of site.
</td>
	</tr>
	</table>
	<br />
</if>

Replacements:

Red Color: You may edit it as you wish.
Blue Color: Your Site name.

For more info see ScreenShots:

Download

No files for download.

Screenshots

Click image for larger version
Name:	bfd.jpg
Views:	1413
Size:	17.2 KB
ID:	81715   Click image for larger version
Name:	Afd.jpg
Views:	1500
Size:	20.1 KB
ID:	81716   Click image for larger version
Name:	Atd.jpg
Views:	1293
Size:	17.2 KB
ID:	81717  

Similar Mods

If forum description is blank, don't show blank line in forum display vBulletin 2.x Full Releases

vblts.ru supports vBulletin®, 2022-2024