The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Stylvar for Moderated Post?
Can someone tell me the name of the stylevar that controls the moderated post background color? Currently a post that is moderated appears the same as an unmoderated post. I would like to change the color to make it stand out for the mods. Thanks for your help.
Kether |
#2
|
||||
|
||||
There is none. You'll have to edit the template and also add some CSS. In postbit(_legacy) find:
HTML Code:
<div class="postbody">
HTML Code:
<div class="postbody <vb:if condition="$show['moderated']">moderated</vb:if>">
HTML Code:
.postbitlegacy div.postbody.moderated {background: pink;} |
#3
|
|||
|
|||
Thank you, Lynne. You always come through for me. I appreciate your help so very much.
Kind regards, Kether |
#4
|
|||
|
|||
This works beautifully. Thank you Lynne.
I might also add that I changed the default moderated_small.gif icon to a red square which makes it easier to spot where moderated posts are. |
#5
|
|||
|
|||
Thanks for this. Made it much easier to spot moderated posts while skimming a thread.
|
#6
|
|||
|
|||
haha yeah, i changed that gif some years ago in the style i use to a 80px long colorful gif.
|
#7
|
|||
|
|||
thanks lynne
it is work perfect but i dont know why vbulletin doesnt add this stylevay to the system yet !!! |
#8
|
|||
|
|||
Works great in 4.2, thanks.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|