Adult Script Pro Community Forums

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.

#1 2013-11-30 09:14:50

ivatigoal
Member
Registered: 2013-06-07
Posts: 367
Website

Related videos next page not working

The arrow for the next related videos page does not work. Any ideas? Also is there any way at the related videos to have also the premium sign like we have it on videos browse


Analtube4u

Offline

#2 2013-11-30 16:55:52

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Related videos next page not working

If the related videos button does not work, its either a bug or there are no related videos. The premium image is not showed on the related videos, but i will change this in the next version.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#3 2013-11-30 17:12:04

ivatigoal
Member
Registered: 2013-06-07
Posts: 367
Website

Re: Related videos next page not working

There are more related videos for sute so how can we fix the bug


Analtube4u

Offline

#4 2013-12-02 11:39:26

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Related videos next page not working

I'm sorry, but i do not understand what this means: "there are more related videos for sute". Please explain.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#5 2013-12-02 12:51:04

ivatigoal
Member
Registered: 2013-06-07
Posts: 367
Website

Re: Related videos next page not working

I mean there are more than 10 related videos were the next button should show them but nothing happens when i press it


Analtube4u

Offline

#6 2013-12-02 13:09:30

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Related videos next page not working

I checked. Its a mysql bug (no idea why this happens on your server, it works correctly for other clients and also for me). Edit templates/your-template/extend/ajax/related.plugin.php and replace:

ORDER BY FIELD (v.video_id, '.$ids.')'

with:

ORDER BY FIELD(v.video_id, '.$ids.')'

Basically remove the space after FIELD.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#7 2013-12-02 13:17:49

ivatigoal
Member
Registered: 2013-06-07
Posts: 367
Website

Re: Related videos next page not working

this is fixed thanks


Analtube4u

Offline

#8 2013-12-06 17:45:08

ivatigoal
Member
Registered: 2013-06-07
Posts: 367
Website

Re: Related videos next page not working

ivatigoal wrote:

Also is there any way at the related videos to have also the premium sign like we have it on videos browse

I added the code it works for the normal videos related but it messes the images for the premium related videos smile


Analtube4u

Offline

#9 2013-12-06 17:48:32

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Related videos next page not working

What exactly happens?


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#10 2013-12-06 17:51:22

ivatigoal
Member
Registered: 2013-06-07
Posts: 367
Website

Re: Related videos next page not working

Well i think that in premium related videos they are divided in two columns. You see in normal videos we have the image on top and text at the bottom right? So i added the <?php if ($video['premium'] == '1'): ?><span class="watermark transparent">Premium</span><?php endif; ?> excactly below the code for the HD png image. But in premiun videos the text is next to the image preview and not at the bottom. So if i add the same code the premium line goes in strange positions pushing the text below or more right and things like that


Analtube4u

Offline

#11 2013-12-06 18:44:41

ivatigoal
Member
Registered: 2013-06-07
Posts: 367
Website

Re: Related videos next page not working

And it makes no difference for pornstar videos smile


Analtube4u

Offline

#12 2013-12-07 09:55:07

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Related videos next page not working

And you want to have the premium text over the video for related and pornstar videos?


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#13 2013-12-07 10:59:32

ivatigoal
Member
Registered: 2013-06-07
Posts: 367
Website

Re: Related videos next page not working

If possible yes as it is at the video browse page. Further more if you can tell me how at the premium videos, at the related there to have only premium related videos.

For the normal related videos i have done it and it works great

Last edited by ivatigoal (2013-12-07 11:00:18)


Analtube4u

Offline

#14 2013-12-07 12:21:38

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Related videos next page not working

Edit modules/premium/components/view.php and add:

AND v.premium = '1'

after:

AND v.status = 1

If you use sphinx its a little more complicated, you need to edit your sphinx.conf add the following:

v.premium,

after:

v.duration

and also add:

sql_attr_uint       = premium

after:

sql_attr_uint       = video

Then rebuild the index and restart searchd.

Now edit modules/premium/components/view.php and add:

$sphinx->SetFilter('premium', array(1));

after:

$sphinx->SetFilter('video', array($video_id), true);

Let me know if this works.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

Board footer

Powered by FluxBB