PutzMan123

Posts: 396
Joined: 22 June 2007
Location: London, England
BabbleBoard Version: v1.1.5
|
Sunday, Feb 10, 2008 08:51
I made a mod to parse.php for this, the lines of code were;
PHP CODE
<?php
// For the people that use " in the tags!!!
$content = str_replace("=\"", "=", "$content");
$content = str_replace("\"]", "]", "$content");
?>
But, after adding that, the code and php boxes don't parse correctly, I have slashes everywhere still and an extreme lack of " in places.
Basically, the reason I added this was because of the way IP. Board works, they automatically add " into any BBCode Tag with an = sign in it. Most of my members are now used to it! The tags they use it on are;
Hopefully something can be done, I've tried everything I can to get it functioning correctly but have had no luck.
Last edited by: PutzMan123
- Sunday, Feb 10, 2008 08:52.
|