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

Missing closing div tag in the default category layout - instructions to fix it

Started by Arno, 12.05.2014 11:20:47

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Arno

In all jDownloads releases before version 3.2.4 and 2.5.6, is missed a closing 'div' tag in the default category layout.

User which have installed directly a newer release must do nothing.
But when you have an earlier version have installed do this to fix it in your installation:


  • go to the jDownloads manager in your backend
  • click on the category icon
  • click on the default layout title in the list to open it
  • search this lines:
    {sub_categories}
    <div style="clear:both">
  • change the second line to:
    {sub_categories}
    <div style="clear:both">&#160;</div>
  • click on the save button/icon

Note: the '&#160;' character should be added in case that perhaps is later use the option: 'Remove empty HTML tags' in the configuration.


Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •