The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
Pages: 1
How do I display more pages in the video category instead of only 3 pages at a time.
And maybe add displaying pages on the top would be nice too.
Offline
You need to edit templates/your-template/video_category.tpl.php and replace:
<div class="pagination"><ul><?php echo p('pagination', $this->pagination, build_url($this->order, $this->timeline, $this->slug, true)); ?></ul></div>
with:
<div class="pagination"><ul><?php echo p('pagination', $this->pagination, build_url($this->order, $this->timeline, $this->slug, true), 10); ?></ul></div>
10 is the number of pages that will be displayed in the pagination.
If you want to add the pages on top of the page add the above line to just after:
<div class="info">
*
</div>
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
I changed the code, but still the same, page displaying 1-3.
Offline
Hmmm...there is no category on your site that has more than 3 pages. You also need to edit templates/your-template/video_browse.tpl.php if you want this to be enabled for the default video browse page (not per category only).
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
It's working now. Thank you
Offline
Pages: 1