News:

Support for jDownloads 3 has been ended
Since 17 August 2023 Joomla.org has discontinued support for Joomla 3.x. Therefore, we will no longer offer official support for our Joomla 3 jDownloads version 3.9.x from January 2024.
Please update your website to the latest Joomla version (Joomla 4 or Joomla 5) as soon as possible. Afterwards, please update jDownloads to the latest published version. The longer you delay, the more difficult the upgrade process for your website is likely to be.

Main Menu
Support-Forum

Editor buttons

Started by Florian, 19.01.2024 16:00:12

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Florian

Hi Arno,

sorry for another issue - my last one so far.

You have configured the editor field with button = "true" . That puts some buttons underneath editor fields for description, description_long and a 3rd editor field. I consider these buttons dangerous. Why? I allow my users to create a new download. With the button "Media" they can freely access anything in my image folder including images without watermark and in original size. They can even upload and create new folders.

At least I do not want that and I therefore always switch off these buttons in XML file components/com_jdownloads/forms/download.xml by setting

        <field name="description"
            type="editor"
            buttons="false"

and same for field "description_long" and "changelog" . I use Codemirror as Default editor - just in case that you might ask. But it has nothing to do with editor.
Happy Coding with Joomla and jDownloads
  •