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

Pagination issues in subcategories

Started by treat2day, 27.08.2024 21:40:32

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

treat2day

The subcategory page links to main categories instead of next page for subcategory downloads.
https://www.jones-massey.com/index.php/en/public-downloads/category/557-activity-books

I checked my other domain installs with the same results.

After doing a search, I found this issue being discussed. Pagination is not working on subcategories. https://www.jdownloads.com/forum/index.php?topic=14065.0

What was the solution used to create new layout for subcategory?


My current layout here:
I made a copy of the original installed layout and renamed it.


Layout Name
Multi-Column Subcategories Layout 3.9

Use Before Layout

<!-- Sub categories layout title -->
<div class="jd_subcats_title_text">{subcats_title_text}
    <div id="jd_page_nav" class="jd_footer jd_page_nav39"></div>
</div>
<div id="results" class="jd_subcats_main">

Main Layout

{cat_info_begin}
<div class="jd_subcat_pagination_inner_wrapper" style="">
  <!-- cat pics -->
   <div class="jd_cats_4col_inner_wrapper" style="">
      <div class= "jd_cats_4col">{cat_pic1}</div>
      <div class= "jd_cats_4col">{cat_pic2}</div>
      <div class= "jd_cats_4col">{cat_pic3}</div>
      <div class= "jd_cats_4col">{cat_pic4}</div>
   </div>
  <!-- cat titles -->
   <div class="jd_cats_4col_inner_wrapper" style="font-weight: bold;">
      <div class= "jd_cats_4col">{cat_title1}</div>
      <div class= "jd_cats_4col">{cat_title2}</div>
      <div class= "jd_cats_4col">{cat_title3}</div>
      <div class= "jd_cats_4col">{cat_title4}</div>
   </div>
  <!-- num subcats -->
   <div class="jd_cats_4col_inner_wrapper" style="">
      <div class= "jd_cats_4col">{sum_subcats1}&#160;</div>
      <div class= "jd_cats_4col">{sum_subcats2}&#160;</div>
      <div class= "jd_cats_4col">{sum_subcats3}&#160;</div>
      <div class= "jd_cats_4col">{sum_subcats4}&#160;</div>
   </div>
  <!-- num files -->
    <div class="jd_cats_4col_inner_wrapper" style="">
      <div class= "jd_cats_4col">{sum_files_cat1}&#160;</div>
      <div class= "jd_cats_4col">{sum_files_cat2}&#160;</div>
      <div class= "jd_cats_4col">{sum_files_cat3}&#160;</div>
      <div class= "jd_cats_4col">{sum_files_cat4}&#160;</div>
    </div>
<div class="jd_clear"></div>
</div>
{cat_info_end}


Use After Layout

</div>
  •  

ColinM

Hi
This issue was due to a fault in Joomla 5.1.3.  J5.1.4 has just been releades so please update to that version

Colin
Colin M
  •  

treat2day

Problem still exist in subcategories pagination for filedownloads.
 
It was not an issue with root pagination in jDownloads.
  •  

treat2day

Solved using the answer in bugs forum post - It only works when replacing the file libraries/src/Pagination/Pagination.php with this one from Joomla 5.1.2.

https://www.jdownloads.com/forum/index.php?topic=14374.msg51345;topicseen#msg51345
 
  •  

ColinM

Hi
Thisfault is fixed in jD 4.0.45
so please update
Colin
Colin M
  •