"Thread Information" In A Table On Top Of The Showthread
This modification is in the archives.
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 ; HTML Code:
$navbar 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 /> - vBulletin Options >> Server Settings and Optimization Options >> Update Thread Views Immediately >> Yes - vBulletin Options >> Thread Display Options (showthread) >> Show Users Browsing Threads >> Yes Download This modification is archived and cannot be downloaded. Screenshots
|