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 2012-10-14 22:23:03

cybra
Member
From: U.S Carolinas
Registered: 2012-02-15
Posts: 117
Website

[ADDED IN 1.0.3] Let users choose more than 3 categories

Is it possible to let users choose more than 3 categories when they upload? I want to set it to 5.

Offline

#2 2012-10-15 06:17:59

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

Re: [ADDED IN 1.0.3] Let users choose more than 3 categories

Actually there is no limit. You can even select all categories.


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

Offline

#3 2012-10-16 00:45:21

cybra
Member
From: U.S Carolinas
Registered: 2012-02-15
Posts: 117
Website

Re: [ADDED IN 1.0.3] Let users choose more than 3 categories

It's saying Please check at least one and no more than 3 video categories! http://prntscr.com/hj4ie

Offline

#4 2012-10-16 06:15:04

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

Re: [ADDED IN 1.0.3] Let users choose more than 3 categories

Hmmm...what version are you running?


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

Offline

#5 2012-10-16 06:46:37

cybra
Member
From: U.S Carolinas
Registered: 2012-02-15
Posts: 117
Website

Re: [ADDED IN 1.0.3] Let users choose more than 3 categories

adultscriptpro-1.0RC4 1.0?

Also did you get my email about the featured videos?  http://www.shegotass.info/featured/2/

Query: SELECT COUNT(*) AS total_videos FROM video AS v WHERE v.status = 1 AND featured = '1'
Error Message: Unknown column 'featured' in 'where clause'
Error Number: 1054

Last edited by cybra (2012-10-16 07:35:59)

Offline

#6 2012-10-16 09:35:36

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

Re: [ADDED IN 1.0.3] Let users choose more than 3 categories

Hmm...did you upgrade?


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

Offline

#7 2012-10-16 09:46:06

cybra
Member
From: U.S Carolinas
Registered: 2012-02-15
Posts: 117
Website

Re: [ADDED IN 1.0.3] Let users choose more than 3 categories

No I didn't. I'm afraid to break something like I have done i the past with another script. I ended up paying double to have all my mods built again. Should I? I mean will it interfere with my current settings?

Offline

#8 2012-10-16 11:54:42

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

Re: [ADDED IN 1.0.3] Let users choose more than 3 categories

If you have any custom mods and you dont want to re-create them, then dont upgrade.


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

Offline

#9 2012-10-16 12:26:56

cybra
Member
From: U.S Carolinas
Registered: 2012-02-15
Posts: 117
Website

Re: [ADDED IN 1.0.3] Let users choose more than 3 categories

Yea that's what I thought it would do. Oh well forget the categories. How about the featured videos error?

Offline

#10 2012-10-16 16:38:09

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

Re: [ADDED IN 1.0.3] Let users choose more than 3 categories

Will check and fix tomorrow.


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

Offline

#11 2012-10-18 03:53:26

cybra
Member
From: U.S Carolinas
Registered: 2012-02-15
Posts: 117
Website

Re: [ADDED IN 1.0.3] Let users choose more than 3 categories

Still waiting for this. http://www.shegotass.info/featured/2/

Offline

#12 2012-10-18 07:56:40

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

Re: [ADDED IN 1.0.3] Let users choose more than 3 categories

Is this a mod i have added to your site?


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

Offline

#13 2012-10-18 07:58:39

cybra
Member
From: U.S Carolinas
Registered: 2012-02-15
Posts: 117
Website

Re: [ADDED IN 1.0.3] Let users choose more than 3 categories

Yes featured videos on the homepage with pagination. I had to move everything from the server and put it back but nothing was changed.

Did you have to do anything in the database when you built it?

Last edited by cybra (2012-10-18 12:32:13)

Offline

#14 2012-10-18 17:02:08

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

Re: [ADDED IN 1.0.3] Let users choose more than 3 categories

Yes. I added featured column in the video table (and this is also in >= 1.0). So you are trying to implement this on another site?


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

Offline

#15 2012-10-18 17:36:10

cybra
Member
From: U.S Carolinas
Registered: 2012-02-15
Posts: 117
Website

Re: [ADDED IN 1.0.3] Let users choose more than 3 categories

Oh that explains it. It's the same site but the databases where deleted. Is it possible you can add it to the new database?

Offline

#16 2012-10-19 00:15:00

cybra
Member
From: U.S Carolinas
Registered: 2012-02-15
Posts: 117
Website

Re: [ADDED IN 1.0.3] Let users choose more than 3 categories

If I have to pay again I understand. I just need it done badly.

Offline

#17 2012-10-19 06:31:42

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

Re: [ADDED IN 1.0.3] Let users choose more than 3 categories

Go to a database tools and run:

ALTER TABLE `video` ADD `featured` enum('0','1') NOT NULL default '0';

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

Offline

#18 2012-10-19 06:44:54

cybra
Member
From: U.S Carolinas
Registered: 2012-02-15
Posts: 117
Website

Re: [ADDED IN 1.0.3] Let users choose more than 3 categories

Yea right. I think i know but I have know idea. Can I just get you to do it for me. I'm about to send you the login. Sub ject Featured Videos Table.

Last edited by cybra (2012-10-19 06:46:23)

Offline

#19 2012-10-19 11:22:52

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

Re: [ADDED IN 1.0.3] Let users choose more than 3 categories

I executed the query. Please test and let me know if everything works as expected. You need to feature videos from the administration panel first.


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

Offline

#20 2012-10-19 11:23:32

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

Re: [ADDED IN 1.0.3] Let users choose more than 3 categories

You have freaking 5 popups on your site sad


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

Offline

#21 2012-10-19 11:43:57

cybra
Member
From: U.S Carolinas
Registered: 2012-02-15
Posts: 117
Website

Re: [ADDED IN 1.0.3] Let users choose more than 3 categories

Na that's on adultfriendfinder. If you keep clicking the screen it pops up every time you click. You have to get acquainted with my site lol . You had fresh cookies. But my apologies and thanks everything is working.

Offline

#22 2012-10-19 16:43:28

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

Re: [ADDED IN 1.0.3] Let users choose more than 3 categories

No problem with me. Everyone can do what he wants, just that in the end run it might do wrong for your site (se dont like to many popups).


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

Offline

#23 2012-10-19 17:16:08

cybra
Member
From: U.S Carolinas
Registered: 2012-02-15
Posts: 117
Website

Re: [ADDED IN 1.0.3] Let users choose more than 3 categories

I know it's just temporary. I just added a few more like 3days ago to get some extra cash I missed when my site was down. Google suspended my adwords because it was down,(has since un suspended it, just waiting for the ad to be re approved) so I'm not getting to many sign ups right now until the re approve my ad. I only use 2 popunders normally. Juicy ads and adult friend finder.

Offline

#24 2012-10-20 00:52:02

DuttyRock
Member
Registered: 2011-11-05
Posts: 740

Re: [ADDED IN 1.0.3] Let users choose more than 3 categories

cybra wrote:

No I didn't. I'm afraid to break something like I have done i the past with another script. I ended up paying double to have all my mods built again. Should I? I mean will it interfere with my current settings?

LOL tell me about it. im waiting for 1.0.3 (hope the feature request i asked for is added) and then i doubt i will ever upgrade again. have to go pay nuevo additional 27 to fix there mod after 1.0.3... just crazy

Offline

#25 2012-10-20 01:12:09

cybra
Member
From: U.S Carolinas
Registered: 2012-02-15
Posts: 117
Website

Re: [ADDED IN 1.0.3] Let users choose more than 3 categories

DuttyRock wrote:
cybra wrote:

No I didn't. I'm afraid to break something like I have done i the past with another script. I ended up paying double to have all my mods built again. Should I? I mean will it interfere with my current settings?

LOL tell me about it. im waiting for 1.0.3 (hope the feature request i asked for is added) and then i doubt i will ever upgrade again. have to go pay nuevo additional 27 to fix there mod after 1.0.3... just crazy


Yup same here. Learned the hard way about upgrading. lol Hopefully this is my last to smile

Offline

Board footer

Powered by FluxBB