The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Contents Inside Quotes
Instead of having the normal quotes with the bold and italics, I'd like to have quotes automatically do this:
Quote:
|
#2
|
||||
|
||||
Faranth told me to post this here instead of vB.org, and I have not received any help... Could someone please tell me how to do this?
Thanks. |
#3
|
||||
|
||||
Just edit the bbcode_quote template if were talking about vBulletin 3
|
#4
|
||||
|
||||
I don't know how do edit it... Would you be able to tell me what to put in?
|
#5
|
||||
|
||||
Just rearrage things how you like ^^ its not too hard
|
#6
|
|||
|
|||
Quote:
Once templates are expaned. Double click on BB Code Layout Templates. Then double click on "bbcode_quote". Once opened delete everything in that template and place this in there. HTML Code:
<div style="margin:20px; margin-top:5px"> <div class="smallfont" style="margin-bottom:2px">$vbphrase[quote]:</div> <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%"> <tr> <td class="alt2" style="border:1px inset"> <if condition="$show['username']"> <div><phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase></div> <div class="smallfont"">$message</div> <else /> $message </if> </td> </tr> </table> </div> That should do it |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|