By Anders Lolk Vestergaard on Sunday, 11 January 2015
Posted in General Issues
Replies 3
Likes 0
Views 635
Votes 0
Hey.

I've installed EasyBlog on my website. When users on the site are writing a post, I would like to remove the buttons Article, Read more, Switch Editor ect. I would also like to the remove the Tag-function when writing a new post. Please see the picture.

I can't find any settings i backend that can help me.

/Anders
Hello Anders,

You can turn off the readmore and article by disabling these plugin: http://screen.stackideas.com/2015-01-12_0008.png
And for the toggle editor, it is from the TinyMCE editor itself. There is no option to turn that off. But you can hide it by adding this CSS coe into you template css file:


.toggle-editor {
display: none;
}


As for the Tags, you can completely remove it by replacing the attached file in: ../components/com_easyblog/themes/dashboard/system/dashboard.write.php.
·
Monday, 12 January 2015 00:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks, it worked
·
Tuesday, 13 January 2015 01:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Anders,

You're welcome. Glad to hear your issue have been resolved.
If you have anymore question, please don't hesitate to ask us and please create a new ticket. I will mark this ticket as resolved.

Thanks again and have a wonderful day.
·
Tuesday, 13 January 2015 10:27
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post