Hey guys, there are default BB code tags with the installed plugin but how can I add more tags like img url u etc...
I opened the _bbcode.plugin file but I don't know how to write in the additional options. And is there somewhere I can find a list of bb codes?
Thanks.
Hi @cionolak,
All the code of the supported buttons and their html replacement are in the method
get_coll_setting_definitions
of theblogs/plugins/_bbcode.plugin.php
. You only need some skills in php and regular expressions in order to implement new codes on your own.A good starting point for on your research about BBCode could be this page: http://en.wikipedia.org/wiki/BBCode