Post Reply 
Common chars are encoded in BB CODE
Aug. 27, 2012, 08:23 PM
Post: #4
RE: Common chars are encoded in BB CODE
Does this,

Code:
[Patterns]
Name = "prxbx fix code  (2012.08.27)"
Active = TRUE
URL = "$TYPE(htm)prxbx.com/forums/showthread.php"
Limit = 6
Match = "\&(^(^#))"
Replace = "&"

, fix all?

If yes, admins might be able to correct with something like

Code:
[Patterns]
Name = "prxbx fix code post for admins  (2012.08.27)"
Active = FALSE
Multi = TRUE
URL = "$TYPE(htm)prxbx.com/forums/editpost.php?"
Bounds = "<textarea*</textarea>"
Limit = 32764
Match = "(\1\&amp;(^(^#))$SET(a=$GET(a)\1\&))+\2"
Replace = "$GET(a)\2$SET(a=)"
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Common chars are encoded in BB CODE - sbk - Aug. 26, 2012, 10:02 PM
RE: Common chars are encoded in BB CODE - JJoe - Aug. 27, 2012, 03:49 AM
RE: Common chars are encoded in BB CODE - JJoe - Aug. 27, 2012 08:23 PM
RE: Common chars are encoded in BB CODE - sbk - Aug. 28, 2012, 03:33 AM

Forum Jump: