1 ednong Jan 27, 2016 02:15
3 mgsolipa Jan 28, 2016 23:36
@ednong @haharen the right event handler is AdminDisplayToolbar
and it's actually in the plugin, as expected. However, for some odd reason the method is missing this statement: global $Blog;
.
Please see this fix: https://github.com/b2evolution/b2evolution/commit/b340eae347ecca89753fd391c6fa0aa6f68ace74. It will be included in the next release.
4 haharen Jan 29, 2016 01:36
@ednong @haharen the right event handler is
AdminDisplayToolbar
and it's actually in the plugin, as expected. However, for some odd reason the method is missing this statement:global $Blog;
.
Please see this fix: https://github.com/b2evolution/b2evolution/commit/b340eae347ecca89753fd391c6fa0aa6f68ace74. It will be included in the next release.
I also need this feature too, thank you!
5 ednong Jan 29, 2016 03:21
@mgsolipa
Okay - I thought I'm dreamin' now because it was there before the update and I haven't touch anything ;)
Good if it will be changed (back) in the next version. A reason for the update ...
@ednong wrote earlier:
Now, I have a try on my site. Yes , it's only shown on the comment form. Then I checked the code of
_smiles.plugin.php
, there are only two functions:DisplayCommentToolbar()
andDisplayMessageToolbar()
, may be it means this toolbar can only be used on comment and message form. So are you sure in the version of 6.6.6 , it got a toolbar on the advanced post editor?