Shoutbox

Forum Quote Bug (Wacky is famous) - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: General (/forumdisplay.php?fid=11)
+---- Forum: Forum & Website (/forumdisplay.php?fid=13)
+----- Thread: Forum Quote Bug (Wacky is famous) (/showthread.php?tid=39281)

Forum Quote Bug (Wacky is famous) by matty on 02-28-2005 at 04:16 AM

quote:
Originally posted by wacky [fishy was here
]
The ] seems to screw everything up.
code:
[quote=wacky [fishy was here]][/quote]

RE: forum bug? by WDZ on 02-28-2005 at 04:20 AM

Yeah, I know...

* WDZ slaps surfi for allowing that name

The [quote=] tag considers everything after the first closing bracket to be part of the quote, not the username. That's just the way it works. :-/

I suppose the workaround would be to support [quote="username"] because quotes are never allowed in names. Or, what I'd prefer to do, change wacky's name. :refuck:




RE: Forum Quote Bug (Wacky is famous) by MC.POP on 02-28-2005 at 04:20 AM

wow u got alot of free time on your hands.


RE: Forum Quote Bug (Wacky is famous) by matty on 02-28-2005 at 04:21 AM

DZ what about adding the [noparse] tag around the names?


RE: Forum Quote Bug (Wacky is famous) by MC.POP on 02-28-2005 at 04:23 AM

cant u just chagne the script is that very hard?


RE: Forum Quote Bug (Wacky is famous) by WDZ on 02-28-2005 at 04:26 AM

quote:
Originally posted by Matty
DZ what about adding the [noparse] tag around the names?
Well, that seems rather inefficient and messy to use noparse in every quote... :-/
RE: Forum Quote Bug (Wacky is famous) by matty on 02-28-2005 at 04:28 AM

quote:
Originally posted by WDZ
quote:
Originally posted by Matty
DZ what about adding the [noparse] tag around the names?
Well, that seems rather inefficient and messy to use noparse in every quote... :-/

So? It would fix the issue but you could simply change the code to read "" and then remove them which is probably easier. I was just trying to save you work by suggesting a code that is already available.