Re: Upgrade vShare 2.6 to vShare 2.7
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
change the 5 to the number of videos on your site 190 max
if you have 100 videos then make it look like this
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
Re: Upgrade vShare 2.6 to vShare 2.7
Quote:
Originally Posted by admin
Why would I do that to MY site, when it was YOUR site that this error occured on? :lol:
Re: Upgrade vShare 2.6 to vShare 2.7
Another problem (and I posted this in the bugs section), the current "Videos Being Watched Right Now" produces a gray box over the roller on mouseover on dark/black skins. I posted a temporary fix for that in the TEMPLATES section of these forums. FREEBIE download. Get it until Admin fixes it.
Re: Upgrade vShare 2.6 to vShare 2.7
When a person changes their profile style the look of the ENTIRE SITE changes on some of them (not all but some). Is it supposed to do that??
Re: Upgrade vShare 2.6 to vShare 2.7
Oh, I do want to say GREAT JOB on the new version. Was well worth the wait. Thanks again for an awesome script.
Re: Upgrade vShare 2.6 to vShare 2.7
i cant open the archive from http://buyscripts.in/download/vshare2.7.zip
get error that it is corrupted
can somebody plz send it to my email or admin re-upload it
Re: Upgrade vShare 2.6 to vShare 2.7
My autoplay only works on some videos and not all. Any ideas at what might be the problem. Thanks in advance.
Re: Upgrade vShare 2.6 to vShare 2.7
im getting an error in "upgrade_start.php", what could it be ?
Code:
ERROR: Unable to execute query
SELECT user_password,user_salt FROM `users` WHERE
`user_name`='ChaosMage'
Table 'rutube.users' doesn't exist
in 2.6 i dont have table "users"
Re: Upgrade vShare 2.6 to vShare 2.7
I am having a problem with the user video count, it has stayed the same since upgrade, is there a way to sort this out. Thanks in advance.
Re: Upgrade vShare 2.6 to vShare 2.7
Quote:
Originally Posted by XaocuHKa
im getting an error in "upgrade_start.php", what could it be ?
Code:
ERROR: Unable to execute query
SELECT user_password,user_salt FROM `users` WHERE
`user_name`='ChaosMage'
Table 'rutube.users' doesn't exist
in 2.6 i dont have table "users"
Try changing it out for the table that you DO have. It's probably "signup".