PDA

View Full Version : BB Code Enhancements - Alternate Quote Layouts


TheInsaneManiac
05-01-2010, 10:00 PM
If you don't like the current VBulletin Quote BBCode here are some other layouts. Simply replace the contents of bbcode_quote with one of these codes. The PM codes will only show the Quote layout in PMs only.

Email Look
__________________________________________________ _______
<p><p>
<strong>$vbphrase[quote]:</strong>
<p><p>
<if condition="$show['username']">
<phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase>:
<p><i>$message</i>
<p><p>

<else />
<p><p><i>$message</i>
</if><p><p>
__________________________________________________ _______
<br />


Sleek Look
<fieldset>
<legend>
Quote:
<if condition="$username != ''">
Originally posted by: <b>$username</b> <if condition="$postid"><a href="showthread.php?$session[sessionurl]p=$postid#post$postid" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/viewpost.gif" border="0" alt="$vbphrase[view_post]" /></a></if>
</span>
</if>
</legend>
$message
</fieldset>


Show in PM only Email Look
<if condition="THIS_SCRIPT=='private'">
__________________________________________________ _______
<p><p>
<strong>$vbphrase[quote]:</strong>
<p><p>
<if condition="$show['username']">
<phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase>:
<p><i>$message</i>
<p><p>

<else />
<p><p><i>$message</i>
</if><p><p>
__________________________________________________ _______
<br />
<else />
<div style="margin:20px; margin-top:5px; <if condition="$show['iewidthfix']">width: 100%;</if>">
<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>
<if condition="$postid"><a href="showthread.php?$session[sessionurl]p=$postid#post$postid" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/viewpost.gif" border="0" alt="$vbphrase[view_post]" /></a></if>
</div>
<div style="font-style:italic">$message</div>
<else />
$message
</if>
</td>
</tr>
</table>
</div>
</if>

Show in PM only Sleek Look
<fieldset>
<legend>
Quote:
<if condition="$username != ''">
Originally posted by: <b>$username</b> <if condition="$postid"><a href="showthread.php?$session[sessionurl]p=$postid#post$postid" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/viewpost.gif" border="0" alt="$vbphrase[view_post]" /></a></if>
</span>
</if>
</legend>
$message
</fieldset>
<else />
<div style="margin:20px; margin-top:5px; <if condition="$show['iewidthfix']">width: 100%;</if>">
<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>
<if condition="$postid"><a href="showthread.php?$session[sessionurl]p=$postid#post$postid" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/viewpost.gif" border="0" alt="$vbphrase[view_post]" /></a></if>
</div>
<div style="font-style:italic">$message</div>
<else />
$message
</if>
</td>
</tr>
</table>
</div>
</if>

vividbreeze
05-02-2010, 09:02 PM
pics?

elwachiman
05-02-2010, 09:25 PM
same question,,,pics please...

TheInsaneManiac
05-02-2010, 09:41 PM
Screenshot added. The one with lines is email view and the one in the box is sleek view. I made multiple quotes using one with just a quote, one with just quote and username, and one with just quote, username, and post id.

sKippah
05-03-2010, 11:25 AM
Much nicer then the default. there are quit a lot of things that are not looking so good...
thanks for your changes ;)

borbole
05-03-2010, 01:51 PM
One small correction, hope you won''t mind it.

In vb 4 the template conditionals have changed.

So instead of for ex

<if condition="$show['username']">


You should use:

<vb:if condition="$show['username']">


Or, <else /> should be: <vb:else /> and the closing </if> instead should be: </vb:if>

sKippah
05-04-2010, 10:52 AM
Thanks
Would be nice if the Threadstarter would correct his code

Juggernaut
07-18-2010, 04:25 AM
Would like to use, but I he hasn't made the corrections yet.

rootrider
07-24-2010, 12:14 PM
for his 'sleek look' I took the template code and added in the content producing bit from the original template. In other words.. it's really just stripped the design part of the template. I like it..

<fieldset>
<legend>
Quote:
<vb:if condition="$show['username']">
{vb:rawphrase originally_posted_by_x, {vb:raw username}}
<vb:if condition="$postid"><a href="showthread.php?{vb:raw session.sessionurl}p={vb:raw postid}#post{vb:raw postid}" rel="nofollow"><img class="inlineimg" src="{vb:stylevar imgdir_button}/viewpost-{vb:stylevar right}.png" alt="{vb:rawphrase view_post}" /></a></vb:if>
</vb:if>
</legend>
{vb:raw message}
</fieldset>

pportuese
07-27-2010, 05:51 PM
Can you add the little " icon to this code too?

lubbie
09-17-2010, 05:45 PM
Can anyone post the Code from "Show in PM only Sleek Look" for vb 4.0.7 - I dont get it working

Dr.osamA
01-05-2011, 09:22 PM
this codes works for vb 3
not working for vb 4

thank you bro keep it up