We know you have an opinion on how things should be run around here. These are suggestions for the forums, and the website.This forum is not a place to ask for suggestions to your own coding (or otherwise) problems.
if (":)" == replaced) { phpBB = "ass"; }
else { phpBB = "not ass, at least in this particular way";}
I wonder how much work it would take to get phpBB to parse attributes to enable or disable BBCode and smilies on a per-block basis in addition to the per-message settings.
That'll be pretty simple, just a case of adding or removing the RegExp code, or use a little test to see if it's enabled. Just hack the phpBB code and check it out...
Jason wrote:Or simply check the box that says Disable Smilies in this post.
The point of my ponderance is to allow or disallow smilies in particular parts of a post independent of the main post. This could be accomplished via tag attributes or escape characters... if one wants to take the time to modify the phpBB parser to that extent.