Quote: This Mycode was tested on MyBB 1.8.19 (The lastest stable release) and displays correctly. There is no guarantee that the code will work for any outdated versions. Make sure you have the most stable version of MyBB.
Hi Folks,
I have converted a Badge BBcode from a different forum software that I used before and loved it. I want to share this Mycode with you guys to enjoy it for your forum.
The MyCode uses this as a resource: https://shields.io
The above resource is an exact preview of what the badges will look like, but you have full control on the subject, status (Versions like v1.0,v1.3, etc.), and color (name like blue, green, etc.)
Step 1
Admin CP -> Configuration -> MyCode -> Add New MyCode
You should see the page where you can add a new MyCode. Once you are there, you may proceed to step 2.
Step 2
Now we will input some information to get the MyCode from working. Make sure you copy & paste carefully. If you miss a letter or change the coding, it will not work. Please be diligent with the information provided. Only
Title - You may change the name to what you desire.
Badge (or any name you desire)
Short Description - I use this as a help text. I do not recommend changing this.[badge]SUBJECT-STATUS-COLOR[/badge]
Regular Expression - Do not change this.\[badge\](.*?)\-(.*?)\-(.*?)\[/badge\]
Replacement - Do not change this.<img src="https://img.shields.io/badge/$1-$2-$3.svg" alt="" style="margin-bottom: -5px;" />
Actual ResultPurpose of MyCode
- Perfect for plugin/theme developers to make their threads more professional with changelogs and versions.
- Want to make badges in your post as titles or prefixes within a thread.
- Other possibilities that might fulfill your needs.
Please inform me in this thread if you find any problems with this tutorial. For instance, MyBB versions change the MyCode format, Tutorial was not clear enough, or I am missing content for this MyCode to function correctly.
Legal Disclaimer/Credit: This BBcode was originally made for the phpBB by DMZX using the above open resource. All rights go to the project sheild.io! DMZX converted it to phpBB BBcode. I did the conversion to make the BBcode compatible to MyBB.