Quote:
Originally Posted by xorex
will be good if mod would have setting for exclude validate quotes inside tags
example: [code] [html] [php] e.t.c
|
I tested some code changes that would allow for this. It will work, but you will introduce a huge problem that this product was designed to defeat. Wild looking posts. Here is an example:
--------START
THIS:
[QUOTE ]Test[QUOTE ]Nest #1[QUOTE ]Nest #2[QUOTE ]Nest #3[/QUOTE ]
[QUOTE ]in No Parse[/QUOTE ]
[code ][QUOTE]in Code [/code ]
[php ][QUOTE]in PHP[/php ]
[/QUOTE ][/QUOTE ][/QUOTE ]
RENDERS AS THIS:
[QUOTE]Test[QUOTE]Nest #1
Quote:
Nest #2[QUOTE]in No Parse[/QUOTE]
PHP Code:
[QUOTE]in PHP<div style="margin:20px; margin-top:5px; ">
<div class="smallfont" style="margin-bottom:2px">Quote:</div>
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="border:1px inset">
</td>
</tr>
</table>
</div>
|
[/QUOTE]
--------END
What is going wrong here? This product would tell you that the issue was mismatched quote tags. If you set it up to NOT detect this within PHP and CODE tags, then you might as well not use it at all.
--RayJ