MyBB Community Forums

Full Version: plugin for tag 1h , h2 and h3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi guys i hope all fine today

i want ask if any one here know plugin can make tags 1h , h2 and h3 in mybb forums?


No plugin needed, you can just add custom MyCode:

Regular expression:
\[h1\](.*?)\[/h1\]
Replacement:
<h1>$1</h1>

Regular expression:
\[h2\](.*?)\[/h2\]
Replacement:
<h2>$1</h2>

Regular expression:
\[h3\](.*?)\[/h3\]
Replacement:
<h3>$1</h3>
i make as u said but not work
^ may be you have to rebuild the mycode cache..
(ACP --> Tools & maintenance --> cache manager --> mycode --> rebuild cache)
not this the problem i make as he said but no tags show in the source of the page
what exactly you are trying to get ? is it tag words similar to key words..