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
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
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
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
The simplest way if you want to take away the bbcode shortcuts of the editor is to add
to the global CSS
.cfu-message .panel-heading, .cfu-editor .panel-heading{
display:none;
}
to the global CSS
This topic is locked and no more replies can be posted.