Adult Script Pro Community Forums

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.

#1 2012-06-04 03:02:46

HDpornstar
Member
Registered: 2012-01-30
Posts: 38
Website

Mobile Category

In mobile site when we choose a category, it only shows 4 of the latest videos from that category and there is no NEXT bottom to go to second page to view more videos. example: http://www.scriptdevel.com/mobile/amateur/
Is there any fix for this to apply right now?
Thanks,

Offline

#2 2012-06-04 07:40:45

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Mobile Category

Edit mobile/components/category.php and replace:

         
            $total_videos   = $this->db->get_field($sql_count, $this->mcfg['videos_per_page']);
            $pagination     = VPagination::get($page, $total_videos, 4);

with:

         
            $total_videos   = $this->db->get_field($sql_count, 'total_videos');
            $pagination     = VPagination::get($page, $total_videos, $this->mcfg['videos_per_page']);

Also fixed in 1.0.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#3 2012-06-04 08:19:25

HDpornstar
Member
Registered: 2012-01-30
Posts: 38
Website

Offline

Board footer

Powered by FluxBB