I just noticed that when you use prefix lets say [ how] it will come out as badge even what you add after the pre-set prefix in js.
So same result is with [how.an.earth.this.is.so.long.prefix]
Im using 2 letter long prefix and noticed that someone posted a post with extra info inside brackets and it shows up as a badge.
All that is inserted into the title with brackets is transformed into post prefix, if there are more square brackets in the same way, only the first is transformed.
Ok, is it possible to add default -> empty prefix so that there will not come other than meaningful prefixes as colored?
Yes you can, go to eeBoostrap.js and read the instrucion…
// END OF CASE
default:
classPostPrefix = '<span class="small btn btn-primary btn-xs">'; // Blue
Wonder why I missed that default… heh.
Have to do some testing so that prefixes are not used in the wrong way I want. Thanks for the note on this one