English
This plugin is a replacement for the default BBCode toolbar but it also adds a toolbar to write comments.
It also replaces all the Emoticons plugins and it adds an emoticons toolbar.
You can select the emoticons set (the default one is powered by Lantaca) or you can create your own: you create the directory e_yourset, then you put here your emoticons and you create a file called set.txt
. This file is in this format:
# This is a comment
symbol1 char2 image.ext
The replacements are separated by a space and the image by a tab.
You can also add buttons via javascript: there are two arrays: bbtCustomAdmin
and bbtCustomComms
respectively for the entry editor and for the comment editor. If you want to customize the function of a tag, you have to use the bbtCustomFunctions
object:
bbtCustomFunctions={
'mytag' : function() {
// Do some stuff
},
}
The function must return true or false: with false the tag is complete, with true the default function is run.
You can change all options from the administration panel: go to Plugins -> BBToolbar. … [Leggi il resto]