The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Quote:
In the template look for the line: Code:
{vb:raw post.message} Code:
<vb:if condition="$show['moderated']"> <br /> <span style="color:red;"><strong>This post must be moderated!!!</strong></span> <br /> </vb:if> |
#12
|
|||
|
|||
Thanx for the quick reply . ...
I get an error trying to add it right above the line with {vb:raw post.message} Here's my current section before adding it: <div class="content<vb:if condition="$show['first_ad'] OR $show['last_ad']"> hasad</vb:if>"> <div id="post_message_{vb:raw post.postid}"> <blockquote class="postcontent restore"> {vb:raw post.message} </blockquote> </div> |
#13
|
||||
|
||||
You seem to have a custom style but I don't know why that would stop this from working. I did it myself and it worked fine... Basically you want to make those lines into this:
Code:
<div class="content<vb:if condition="$show['first_ad'] OR $show['last_ad']"> hasad</vb:if>"> <div id="post_message_{vb:raw post.postid}"> <blockquote class="postcontent restore"> <vb:if condition="$show['moderated']"> <br /> <span style="color:red;"><strong>This post must be moderated!!!</strong></span> <br /> </vb:if> {vb:raw post.message} </blockquote> </div> |
#14
|
|||
|
|||
woohoo - ok - it worked the second time for some reason - no error
but currently only have one moderated "thread" vs a moderated "post" It isn't highlighted in red though would making these changes only affect "posts" and not new moderated "threads"? Edit: FYI ...I put it above the line {vb:raw post.message} and seemed to have no affect though the thread while still Awaiting Moderation was already present before making the change so maybe it only affects new messages made after the change? |
#15
|
||||
|
||||
That is correct, this is only for moderated posts. If you wan to see it in threads it looks like you have to edit the threadbit template, you can use the same code but you'll have to figure out the best place to put it.
|
#16
|
|||
|
|||
damn - you expect me to actually figure something out on my own - lol
Thanks much for the help ...will post back if it all works in the end |
#17
|
||||
|
||||
Quote:
It's a "teach a man to fish" scenario over here. |
#18
|
|||
|
|||
Thanks for this!
|
#19
|
|||
|
|||
I'm looking to implement this in Vb 4.2 and can't find the code {vb:raw post.message}
in order to highlight Awaiting Moderation posts in bold, too. Please help! |
#20
|
||||
|
||||
{vb:raw post.message} is most definitely in VB 4.2.0 postbit and postbit_legacy template. Use your browser's "Find on page" feature if you are missing it with your eyes.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|