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

Custom fields does not save HTML

Started by vodko-beer, 31.12.2017 13:11:35

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

vodko-beer

When you save from the Admin panel

jDownloads Version 3.2.56
Field type: 256 characters
Sample text:
<a href="travel/827.html">Name-link-site</a>

Joomla settings Administrator and Super Users - No filtering
Default editor - None

In the previous version JD, HTML was built!

Thanks!  :)
  •  

ColinM

Hi,
Could you please explain a bit more as I do not understand.
When you say
QuoteIn the previous version JD, HTML was built!
which version do you mean?
Also when you refer to 'custom fields' do you mean the jDownloads "Custom Data Fields"?
Colin
Colin M
  •  

vodko-beer

Yes, data in the field: jos_jdownloads_files.custom_field_6

I solved my problem by saving the data in the field `jos_jdownloads_files.url_home` and `author`
  •  

ColinM

#3
Hi
This was not a bug but related to a fix which was a potential security risk in allowing unregulated HTML code to be executed.  That is it is an enhancement.
In the layout using
{author_title} {author_text}  -- will give the author's email that would appear like "Author Colin "  in front end
{author_url_title} {author_url_text} -- will give the author's website that would appear like "Website Website external" in the front end
These two are specific entry pairs allowing links rather than any HTML.

Colin
Colin M
  •