• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Pagination instead of infinite loop

Started by mihai,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mihaiTopic starter

I want to have isntead of infinite loop a pagination(the page slows down when you are using infinite loop) so i want to know what should i edit to have that
I have infinite loop on Browse videos and user profile videos at uploaded
Tx!!!
  •  

Marius P.

Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

mihaiTopic starter

Ok i solved for Browse but i i didn't solved for the profile videolist so for this i edited like this in user.videos.php-->
$kill_infinite = true;
include_once(TPL.'/video-loop.php');
$a = new pagination;
$a->set_current(this_page());
$a->set_first_page(true);
$a->set_pages_items(7);
$a->set_per_page(bpp());
$a->set_values($count->nr);
$a->show_pages($canonical.'&p=');

and in com_profil i added this---->
//Count
$count = $cachedb->get_row("Select count(*) as nr from ".DB_PREFIX."videos where category in (select cat_id from ".DB_PREFIX."channels where cat_id='".$id ."' or child_of = '".$id ."')");


why is not working:)?

http://gamevide.com/profile/endowed/1/


btw the activity filter is not working
  •  

Marius P.

You are querying for channel videos in a profile...


If you use ultima you already have the count from this query:


$vd = $cachedb->get_row("SELECT count(*) as nr FROM ".DB_PREFIX."videos where user_id='".$profile->id."'");



All you need is to use
$vd->nr
for the number of videos the user has.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

 

Similar topics (7)

Important Announcement: PHPVibe Video Sharing CMS End of Life

Started by Marius P.


Replies: 1
Views: 35968

The problem of video viewing PHPVibe 5.0

Started by Nayn


Replies: 25
Views: 63453

embed video does not work on v5

Started by neospider69


Replies: 6
Views: 43678

when slecting to unpublish music mp3 - next page says unpublished video ?

Started by spirog


Replies: 2
Views: 3755

insite ads issue when selecting above/below video player location

Started by georgepanaitescu


Replies: 3
Views: 19240

Video that I've uploaded needs to have that value in admin to upload

Started by spirog


Replies: 4
Views: 2885

video,playlist,images, etc. (frontend) select all deselect all reselect all

Started by spirog


Replies: 3
Views: 3098