jDownloads Support Forum

jDownloads for Joomla 4.x and 5.x => jDownloads 4.0 => Bugs! => Topic started by: Florian on 19.01.2024 16:00:12

Title: Editor buttons
Post by: Florian on 19.01.2024 16:00:12
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.