Hi
Suspect just a setting.
I been testing, when i add html tags in the CODE tab to the donwloads description page, then switch to the EDITOR tab, It displays fine.
However when I save, all the HTML TAGS have vanished.
This is Joomla 5 RC2 and latest JDOWNLOADS 4.0.35
Its not the chosen editors, as i can add HTML tags into an article.
Hoping its just a setting
Hi,
as I have noted in the jDownloads description:
Quote*) Please note that Joomla 5 is not yet a final version and the functionality of jDownloads could not yet be tested in all areas of Joomla 5. If you have problems, please activate the compatibility plugin of Joomla 5.
What do you mean with 'CODE tab'? Could you upload a screenshot?
In JCE you have CODE, EDITOR, PREVIEW tabs
if i add the html tags, any tags it does not matter. in the code windows.
then click to editor view, it previews it correctly.
when i save the download, all the tags have been removed.
I i do thesame in an article, all is fine,
So it would suggest that jdownloads is filtering out when saving.
If i create a simple article with tables, images etc.
then click the code tab, copy all te html code generated, ten paste this in the jdownload long description, it appears fine until i save, then all the html is removed.
So its not just aseting then..
Okay, thanks. I will check this tomorrow.
if in code i put
<table style="background-color: #232c48;">
<tbody>
<tr>
<td> <img src="images/64bit_round_small.png" alt="64bit round small" /></td>
<td><span style="color: #ffff00; font-size: 36pt;"> JUST SOME TEXT</span></td>
</tr>
<tr>
<td><span style="color: #ffff00; font-size: 24pt;"> AND SOME MORE TEXT</span></td>
<td> <img src="images/banners/banner.jpg" alt="banner" width="1140" height="600" /></td>
</tr>
</tbody>
</table>
it displays fine
when i save it reduces it to
<p> JUST SOME TEXT AND SOME MORE TEXT </p>
Just checkd,
same behaviour with tinymce
Hi,
sorry for this small error. It happened to me in the last version. ::)
Please copy the attached file into the folder administrator/components/com_jdownloads/forms/
and overwrite the old file version.
I will publish in the next days an update with this fix.
Edit:
It now takes over the setting of the global Joomla text filter (global configuration) again.
Hi
Dowmloaded and applied.
Just tested, all seems to be fine now. :) :)
Thanks.