Quote:
Originally Posted by CarpHunter
Like MRGTB I also got the cache thing sorted.
Still working on some little additions like per forum permission.
Also trying to make it a complete plugin product but thats pretty hard (still have the edittor images to fix)
If interested I can release something later this week (if thats ok by MRGTB ofcourse because he started this mod)
|
Hello. Sorry to bump it.
The button will only be displayed if you have at least 1 custom bbcode with a image button specified. If you have no buttons for custom bbcodes, you can change this on editor_toolbar_on template.
find:
Code:
<if condition="$vBeditTemplate['extrabuttons'] != '' ">
replace with:
Code:
<if condition="$vBeditTemplate['extrabuttons'] != 'anything' ">
However, I couldn't sort the cache problem yet. Did you (or someone)?