When users post links that contain & it b0rks things. My solution for now is to use the Active Text feature like so:

Code
&|&

I also have to add
Code
"|"
since the previous b0rkt it in posts. Other entities that use & will probably have to be added to this as they occur.

When a user embeds an image, it lacks the alt tag. How would I go about edited the snippet in bbcode.inc.php to make it add an alt tag? Me no speaky preg_replace. Oh, and make the img tag self-close as well. smile The img tags not self-closing throws off a snowball effect of errors for the rest of the page.

Last edited by DLWebmaestro; 04/09/2009 11:06 AM.