The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
[URGENT] Quote broken
Basically, whenever a post is quoted, it puts the quote tag in once, then again.
Example: 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 HTML Code:
<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> |
#2
|
||||
|
||||
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.
|
#3
|
|||
|
|||
It started around 30 minutes after I originally implemented it. I've resolved it now... I think.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|