Forums

Displaying just Plain Text on the text editor and output

nfana 17 Nov, 2015
Hi,

I want to only display plain text for my text editor for people who does not know about programming codes. I can't seem to find the method as I am still new to PHP codings and Javascript. Can someone please help me with this?

-Fana
jhebbel 17 Nov, 2015
The input does not use "programming code", it's just regular BBcode markup, most users probably won't enjoy having the features that a full bbcode editor provides taken away, but if you really want to do it anyway you can install additional editors in joomla then select it in the Board Settings > Text Editors
nfana 18 Nov, 2015
Well I have tried that option. I installed JCE Editor, somehow I cant view it in the text option in the Board Settings>Text Editors
jhebbel 18 Nov, 2015
JCE is not plain text or BBcode, it is an HTML editor.
jhebbel 18 Nov, 2015
The simplest way if you want to take away the bbcode shortcuts of the editor is to add


.cfu-message .panel-heading, .cfu-editor .panel-heading{
   display:none;
}


to the global CSS
nfana 20 Nov, 2015
still does not work. It's the shortcut coding that I want to take away
jhebbel 20 Nov, 2015
you mean you not only do not want the buttons visible but you also do not want users to be able to use bbcode at all? this means users cannot use links, images, smilies, or anything really, are you sure this is what you want?
This topic is locked and no more replies can be posted.