HTML Problem?
HTML Problem?
I've noticed since the new site software changeover that everywhere there are supposed to be quotation marks in the posts I am getting HTML instead. Does anyone else have this problem, or is it something to do with my explorer settings?
Thanks,
Thanks,
Everyone is seeing it. It would take a simple script (one line) to get rid of this problem. I dont think they have it at too high of a priority right now though. I have notified them of it before.
Actually, Ill give you the code, you insert it. All you ahve to do is replace "$string" with the name of the variable used for the post text.
Place that in "showthread.php" somewhere. Should go right before the actual text is being printed out. It should get rid of the " AND > problem as well as any < problems (havent seen it but just in case).
$string = preg_replace('/"/','"',$string);
$string = preg_replace('/>/','>',$string);
$string = preg_replace('/</','<',$string);
$string = preg_replace('/>/','>',$string);
$string = preg_replace('/</','<',$string);
I've spent about three hours to date trying to figure out what is causing this...so far nothing conclusive. I'll look into this more once I have a couple of other major tasks out of the way (these are taking up a majority of my time right now) and get it resolved.
Mark
Mark
Thread
Thread Starter
Forum
Replies
Last Post
Kimolaoha
R56 :: Hatch Talk (2007+)
70
Jul 5, 2023 01:04 PM
Interior/Exterior DEPO/Helix Projector Headlights Installed
Alkaidovich
Interior/Exterior
68
Jan 30, 2021 01:35 AM
ebowling
R50/R53 :: Hatch Talk (2002-2006)
90
Aug 4, 2019 09:15 AM



