PDA

View Full Version : [URGENT] Quote broken


James Birkett
07-19-2010, 02:34 PM
Basically, whenever a post is quoted, it puts the quote tag in once, then again.

Example:
http://img832.imageshack.us/img832/8599/7734b41981294f8fa7a8c4e.png

This happens ALL the time. It doesn't show the starting quote (the open quote tag without the closing quote) when you quote it originally.

Could it be the quote template not working?
bbcode_quote
<div style="margin:3px; margin-top:5px; <if condition="$show['iewidthfix']">width: 100%;</if>">
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%">
<tr>
<td><div class="quote" style="margin-bottom:2px">
<if condition="$show['username']">
<div class="smallfont" style="margin-bottom:2px">
<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>
<blockquote class="bq" style="font-style:italic">$message</blockquote>
<else />
<blockquote class="bq" style="font-style:italic">$message</blockquote>
</if>
</div></td>
</tr>
</table>
</div>

BirdOPrey5
07-19-2010, 02:43 PM
It looks more like a bb code rendering issue then a template issue... when did it start happening- I see you use a modified quote- has it ever worked? My guess would be a mod is causing this but you should probably have been able to figure that out if it started the same time you installed something.

James Birkett
07-19-2010, 02:46 PM
It started around 30 minutes after I originally implemented it. I've resolved it now... I think.