• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Video's user

Started by vingar,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

vingarTopic starter

Hi @ll,  i have a problem, when user publish a video and later remove the video,  totals video count for user not change. Solutions?
  •  

PHPVibe A.

Hi, did you clear site cache?

vingarTopic starter

yes, but the problem not resolved.
if you try register to http://www.videoscriptdemo.com/   add a video and later remove the video.
Total count from  http: //xxx.xxx.xxx/me not change.
is a PHPVIBE BUG?
  •  

vingarTopic starter

  •  

PHPVibe A.

Don't bump threads, you'll just get an later answer, since I see and answer them chronologically by last reply.

I don't see an issue on a first look, it's counts them by query in profile.php

<?php
$vd = $cachedb->get_row("SELECT count(*) as nr FROM ".DB_PREFIX."videos where user_id='".$profile->id."'");
$vvd = $cachedb->get_row("SELECT sum(views) as nr FROM ".DB_PREFIX."videos where user_id='".$profile->id."'");
$ad = $cachedb->get_row("SELECT count(*) as nr FROM ".DB_PREFIX."activity where user='".$profile->id."'");
?>


The only thing is that the query is cached, not real time.

 

Similar topics (7)

Important Announcement: PHPVibe Video Sharing CMS End of Life

Started by Marius P.


Replies: 1
Views: 42792

How to use the PHPVibe user system (internally or externally)

Started by PHPVibe A.


Replies: 0
Views: 10412

insite ads issue when selecting above/below video player location

Started by georgepanaitescu


Replies: 3
Views: 24317

The problem of video viewing PHPVibe 5.0

Started by Nayn


Replies: 25
Views: 72263

embed video does not work on v5

Started by neospider69


Replies: 6
Views: 53294

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

Started by spirog


Replies: 2
Views: 4643

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

Started by spirog


Replies: 3
Views: 7218