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

How to show subcategories navigation at the bottom

Started by karencho, 03.11.2016 18:12:03

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

karencho

Hi Guys,

Could someone please tell me how to show subcategories navigation at the bottom? Which Layout do i need to edit?


Thank you
Karen
  •  

Arno

Hi Karen,
sorry for the delay.
I think the default.php in /views/tmpl/ should be the right file. Try it with an "override".
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

ColinM

Karen
You can also do this with a modified version of Standard Categories Layout for paginated Subcategories 3.2 which is in the Categories section of the Layouts - do Not Activate it!!!

In the Before section of the Layout you will see
{cat_title_begin}
<div class="jd_subcats_title_text"  style=" width: 100%;">{subcats_title_text}</div>
<!-- Categories paginated layout title   -->
<div id="pageNavPosition" class="pageNavPosition"></div>
{cat_title_end}
<div class="jd_clear"></div>
<div id="results" class="jd_subcats_main" style="" />


Modify this by making the line with pageNavPosition into a comment
{cat_title_begin}
<div class="jd_subcats_title_text"  style=" width: 100%;">{subcats_title_text}</div>
<!-- Categories paginated layout title   -->
<!--     <div id="pageNavPosition" class="pageNavPosition"></div>   -->
{cat_title_end}
<div class="jd_clear"></div>
<div id="results" class="jd_subcats_main" style="" />


Then in the After Section make it
</div>
<!-- Categories paginated layout title after -->
<div id="pageNavPosition" class="pageNavPosition"></div>


This is an either  top or bottom, cannot have both.
If you do this editing by making a copy the you will need to change field "Use for Subcategories?" in the two layouts so that the original one is No and the new one is Yes.  Again do not Activate!!

Colin
Colin M
  •