Quote Originally Posted by RAMMSTEIN
When i enable cache videos been watched right now at index page do not change are the same. :(
They do that with out the cache being enabled look at the demo site or my site at viewmyvids.com .
I have not enabled the cache.

I have found a work around for this
open recent_viewed_xml.php and find this
Code:
LIMIT 0, 5";
change the 5 to the number of videos on your site 190 max
if you have 100 videos then make it look like this
Code:
LIMIT 0, 100";
This is just a quick a dirty work around but it works 190 would be the max as the swf file rotates 38 times 38 X 5 = 190
I'am sure there is a way to get an sql query to load the proper number there just need to investigate further :wink:


I also found a fix for the video time stamp
in the same file find
Code:
$data['video_duration']
and change to
Code:
$data['video_length']
then the time will display correctly
:wink: :wink:
Dont for get to check out my new Download mod here
http://forums.buyscripts.in/viewtopi...p=21015#p21015