CMS MADE SIMPLE FORGE

LISE

 

[#10935] Pagination link is missing

avatar
Created By: Joni Hasanen (hasanen)
Date Submitted: Thu Mar 10 13:31:35 -0500 2016

Assigned To:
Version: 1.1
CMSMS Version: 2.1.1
Severity: Major
Resolution: None
State: Open
Summary:
Pagination link is missing
Detailed Description:
I have over 20 items in database. I have set in option that 20 should be shown
in the list. The HTML for pagination looks like '<div
class="pageshowrows"></div>'. When I change on 'itemtab.tpl" line '<div
class="pageshowrows">{$pagination}</div>' to '<div
class="pageshowrows">{$pagination|var_dump}</div>', I get the following HTML:
<div class="pageshowrows">bool(false)
</div>.

By changing item count on page to 50, I can get list of all items, so this is
not critical.


History