Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Advanced Editor Button Positioning
PFAFF
✭
Is there any way to move the smiley/URL/file buttons before the B/I/S buttons on the Advanced Editor?
Tagged:
0
Comments
you can reorder things in the array
class.editor.plugin.php around line 106.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
e.g.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
You could hook in via a plugin too:
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
creating a new plugin hook would certainly mitigate losses during core upgrades instead of modifying core plugin.
Ideally, a drag and drop for it in the settings built into the plugin itself.
with checkboxes whether to include in mobile.
I guess you can do the same for colors, format and fonts since there places to hook into the plugin.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
This worked brilliantly. Thanks!