MyBB Community Forums

Full Version: MyCode Isn't Working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I converted away from Zetaboards using a crawler converter and ended up with several old, incompatible BBcode that didn't make it through. This BBcode shows up as its HTML (or XML) equivalent on MyBB.

For example, if something was [big]text[/big] on the old forum, it now shows up as an ugly <big>text</big> on the new forum.

I figured I can fix this using MyCode, especially since I quickly got the hang of regular expressions. My code works just fine in the preview box in the Admin CP, but it doesn't do anything on the actual forums. Here's one I worked on:

Expression:
\<hr\s/\>

Replacement:
<hr>

Enabled?: Yes

Parse Order: 0

I've tried doing several variations of the expression that are perfectly valid, but they would only work in the admin cp. Does this maybe not work because the MyCode system isn't designed for <> brackets, only []? Or is something clashing with some HTML settings?

Thanks!

Edit: I had the wrong replacement code I used by accident lol. Fixed.
Bumping. I would really appreciate any tips on this. Smile