The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Thread rating visible in thread itself
Right now we can see thread rating in thread list but when you are in thread you cant see it
This would be neat option, something like here on vb.org (for mods) Shame its not default option as like this its kinda dumb ! |
#2
|
||||
|
||||
Add this to SHOWTHREAD where you want the rating to display
feel free to style as needed Code:
<style type="text/css"> .rating { display:block; padding:0; padding-left:75px; background:transparent url({vb:stylevar imgdir_rating}/rating-15_0.png) left center no-repeat; } </style> <div class="rating<vb:if condition="!$show['rating']"> hidden</vb:if>"> {vb:rawphrase current_rating} <img src="{vb:stylevar imgdir_rating}/rating-15_{vb:raw thread.rating}.png" alt="" /> </div> |
Благодарность от: | ||
goxy63 |
#3
|
|||
|
|||
Sorry, please bear with me as I don't know any scripting.
Does anyone know how I could make this match the rest of the items on that bar? http://www.pushpullbar.com/forums/sh...Project-Naming I have also change the <div class into a <li class for it to even fit there already. I am lost as to why it sits differently and with a different font size. Thanks in advanced. |
#4
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|