Add bbCode

Please edit the contents of this bbCode file as you wish. If you have any questions, contact your web programmer.

Cancel

Do you know...

BBCode is actually a regular TPL file that will be saved in a specific storage directory among your website files. This means that this file can in principle be accessed via a URL.

However, the TPL file is usually HTML markup with server-side PHP logic, which can theoretically contain any unsafe tag or sensitive data if the file is browsed directly.

So, you might want to generate a random URL for such a file to make it harder for someone else to guess. There is a button inside the URL field for this purpose.

Naming

To give your bbCode a virtual name, use the <!-- Name: Something --> pseudo directive. You can also use the alternative, the single-line // Name: Something or the multi-line /* Name: Something */ pseudo directive. Otherwise, that bbCode will be listed anywhere under its file name.