Remove toolbar and all active links
-
This is a great plugin.
I see that it is many people that are great programmers here and i just starting out so i will be happy for any replays. I want to use the plugin on a intranet and need to change it a little bit. I have tried a bunch of things, but can not figure it out.1) When compose a new message or replay on a message I want to delete the tool bar that say bold,
links, code and so on. Just want the users to write text. Also want to remove text (put the code between backsticks). I have tried this code in function.php to remove the toolbar without luck:
if (!is_admin())
remove_action(‘gt_message_content_toolbar’, array(quicktags-toolbar_class::init(),‘settings’));
2) I also want to disable all active links i messages. I don’t want the users to add a URL that gets active to the recipient.
Best regards
Frode
- The topic ‘Remove toolbar and all active links’ is closed to new replies.