|
Topics Started By: PutzMan123
Page:
1
2
PutzMan123

Posts: 396
Joined: 22 June 2007
Location: London, England
|
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.
|
|
|
PutzMan123

Posts: 396
Joined: 22 June 2007
Location: London, England
|
Friday, Dec 21, 2007 20:09
Works here, but on my site, the personal messages I send to my staff are not appearing in either inbox, so all they're getting is a large, boosted amount of unread messages that they can't read.
They are being entered into the database, just not showing in the inbox.
I would fix it, but the code is a little bit strange to me
Caley, I've sent a test message here just in case
|
|
|
|