Alan_SP |
01-21-2012 05:57 PM |
Forgot to mention and now to report you:
I tested how this mod handles HTML code. And with first try I was "lucky". I used this HTML code:
HTML Code:
<vb:if condition="$post['isfirstshown']">
<div align="right"><b>Share thread with your friends:</b><br />
{vb:raw thread.qr}
</div>
</vb:if>
When I put this in my profile intro text, my profile becomes unreachable, like it's wrong link used in browser (page doesn't exist error in browser).
Also, when I removed some of HTML codes, it was parsed strangley: < becomes < etc.
Could you please check code, make it HTML proof so people could use HTML and that it don't makes their profiles unreachable. Of course, when I say that people could use HTML, I don't mean that HTML code functions like HTML code (as this is a big security issue), just that it's parsed in right way (that you can see what HTML text was used) without effect on server, or profile showing. That is, HTML code stays just as it was entered, like in all other posts.
|