Ok here is my situation: I coded a script for vBulletin that displays the last topics on my forum.
When the mouse is over the link, I use JavaScript to display the post's text
( onmouseover="Tip('$var')" )
The problem is that as soon as the post text contains BBCode it mess all the page up.
I'm suspecting this is due of double quotes in BBCode
( i.e. [C0L0R="Red"][/C0L0R] )
how can i take it out of $var ?
thanks