organik81 |
09-04-2005 10:00 PM |
"Thread Information" In A Table On Top Of The Showthread
With this small modification, you can add some thread informations (title, vews, replies ...) at top pf the thread page.. I put a screenshot below...
- In SHOWTHREAD template find ;
Add below ;
HTML Code:
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><b><center>Thread Informations</center></b></span></td></tr>
<tr valign="middle"><td class="alt1">
<br />
<center><h3>$thread[title]</h3>
<h4>$vbphrase[views] : $thread[views]</h2>
<b>$vbphrase[replies] : $thread[replycount]</b><br /><br />
<b>Users Viewing This Thread : $activeusers</b></center>
</td>
</tr>
</table>
<br />
And make these settings below ;
- vBulletin Options >> Server Settings and Optimization Options >> Update Thread Views Immediately >> Yes
- vBulletin Options >> Thread Display Options (showthread) >> Show Users Browsing Threads >> Yes
|