Force editor into minimal mode 5 years 10 months ago #1

  • Steve Thompson
  • Localtime: 11:32
  • Europe/Bucharest
  • Posts: 11
Is there a way to force the editor to be in it's minimal mode (no toolbar) and remove the "Toggle editor" button on the feedback form?
The administrator has disabled public write access.

Force editor into minimal mode 5 years 10 months ago #2

  • Alexandru
  • Alexandru's Avatar
  • Senior Developer
  • Bucharest
  • Localtime: 11:32
  • Europe/Bucharest
  • Posts: 4856
Hello!

Edit [Joomla dir]/components/com_feedbackfactory/models/forms/feedback.xml and change:
<field name="description" type="editor" required="true" filter="safehtml"/>

to:
<field name="description" type="textarea" required="true" filter="safehtml"/>
thePHPfactory Customer Support
The administrator has disabled public write access.

Force editor into minimal mode 5 years 10 months ago #3

  • Steve Thompson
  • Localtime: 11:32
  • Europe/Bucharest
  • Posts: 11
Great, thanks.
The administrator has disabled public write access.