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.
Pages: 1
How i can fix Related video repeat? Check this example http://www.ismytube.com/106343/naughty- … d-screwed/
Offline
Hmmm...this bug is anoying. I cannot reproduce it on my box. Its a easy fix, but i need to figure out why this is happening, because it shouldnt.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Offline
Edit modules/video/components/video_view.php replace following lines:
'sql' => "SELECT v.video_id, v.title, v.slug, v.rating, v.rated_by, v.duration, v.thumb,
with:
'sql' => "SELECT DISTINCT v.video_id, v.title, v.slug, v.rating, v.rated_by, v.duration, v.thumb,
same replacement for templates/your-template/extend/ajax/related.plugin.php
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Are you using related with category? Or without?
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Offline
Offline
Are you using Related with Category in Admin -> Video -> Config -> View?
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
So problem here is that if you use Related Category it will create duplicates. The fix is easy, however it will create slow queries, so until a proper fix is found, please disable the Related Category option in Admin -> Video -> Config -> View.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
There is no viable fix for this. Whatever we do we have to use DISTINCT (because videos can be in more than one category). DISTINCT needs a temporary table which is slow. If you have a lot of traffic and videos, please either stop using Related Category or use Sphinx!
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Pages: 1