News:

Dear forum visitors, if the support forum is not available, please try again a few minutes later. Thanks!

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!
  •