By mark.l on Tuesday, 29 September 2015
Posted in General Issues
Likes 0
Views 812
Votes 0
We would like to use Redactor as our frontend editor. However, we want to remove certain features, like posting a video, etc. Is there away to disable or remove buttons?
Hey mark.l,

I am sorry that delay of this reply,

You can download the redactor editor from this download page -> http://stackideas.com/downloads/plugins , after you downloaded then you need to install from your backend Joomla installer and enable from plugin manager.

So you can configure this editor from backend > Easydiscuss > settings > layout > general > Default editor for questions / Default editor for replies

By the way, I am not really sure which editor you would like to remove that video feature.



/* If you referring on BBcode, you can apply this css in your current template css, so it will auto hide it */
li.markItUpButton.markItUpButton6.markitup-video {
display: none;
}

/* If you referring on Redactor editor, you can apply this css in your current template css, so it will auto hide it */
a.redactor_btn.redactor_btn_video {
display: none;
}


Hope this help.
·
Tuesday, 29 September 2015 11:22
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post