Page 2 of 2

Posted: Wed Oct 01, 2008 8:13 pm
by Don Chambers
Thanks to my limited entry sandbox, I realized pagination should only be displayed if there is actually more than a single page... committed this change to BP:

Code: Select all

{if $template_option.show_pagination == 'true' && $footer_totalPages > 1}

Re: Template-based pagination

Posted: Fri Sep 25, 2009 1:32 am
by validus84
Where exactly is this code suppose to go?

Re: Template-based pagination

Posted: Fri Sep 25, 2009 5:12 pm
by Don Chambers
validus84 wrote:Where exactly is this code suppose to go?
In the smarty template file entries.tpl. You can see an example of it in the template bulletproof.