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.

#6976 Re: Feature Requests » Groups and subcategories » 2011-03-08 18:49:03

The categories themselfs have only 1 sub-level, you can have a parent category called Amateur and a infinite number of subcategories, eg: Blonde Amateurs, Brunette Amateurs, Redhat Amateurs and so on. This is added and working in the next version (RC1). Its already used by one client on a site. I think it only works for the videos at this point, but i'll also make it work with photos at some point.

You will be able to add Category -> Subcategory -> Album -> Photo (s). If a photo album is part of a subcategory, it will be automatically part of the parent category also.

#6977 Re: Feature Requests » Groups and subcategories » 2011-03-08 16:49:39

I dont understand exactly what you want to say, basically if a user creates a photo album, only that user (or a moderator, not sure abou this though, i have to check) can add photos to that album. The categories themselfs have only 1 sub-level, you can have a parent category called Amateur and a infinite number of subcategories, eg: Blonde Amateurs, Brunette Amateurs, Redhat Amateurs and so on.

#6979 Re: Development » Pornstar/Model Importer » 2011-03-08 14:29:58

Seems like vidz.com has this feature, but without a image for the model (still good though, you can add the image later, still less work), however i talked with twistys and they will prepare a model dump for us.

#6980 Re: Troubleshooting » Error! "Unexpected Error! Aborting..." » 2011-03-08 09:00:43

This happens because our exception handler catches all errors, you must have a error related to some extension or something php related. We will modify our error/exception handler to not catch all errors in the future. For you all you can do is disable the error handler or resolve the php errors on your servers (this errors can usually be fixed from php.ini).

To disable our exception handler edit libraries/bootstrap and comment out the following 2 lines (use // for commenting out the lines):

set_error_handler(array('VError', 'error_handler'));
set_exception_handler(array('VError', 'exception_handler'));

This can be disabled from admin in the next version of the script.

#6981 Re: Bug Reports » [FIXED] Forum not working » 2011-03-08 08:57:03

This bug appears only if you used a prefix for your table during the Adult Script Pro installation process. To fix edit modules/forum/components/topic.php and replace this line:

$this->db->query("SELECT group_id, name FROM user_groups WHERE status = '1'");

with:

$this->db->query("SELECT group_id, name FROM #__user_groups WHERE status = '1'");

Fixed in the next version.

#6982 Re: Feature Requests » Groups and subcategories » 2011-03-08 08:53:58

Subcategories feature is already finished (it will be released in RC1). Unfortunately the subcategories only support one sub-level.

#6985 Re: Development » Extening the menu (more menu buttons) » 2011-03-07 20:08:59

Yes, we already thaught about this. The entire script can be modified, including the CSS. We will create new templates in the future, that will also have dropdown menus. Right now, the easiest way for me to add more menu items, is to add the submenu.

#6986 Re: Development » Extening the menu (more menu buttons) » 2011-03-07 19:02:29

This is not by default, there is a new menu (called submenu) and if you add links to this menu it appears on the site, if there are no links, the normal menu is displayed.

#6987 Development » Extening the menu (more menu buttons) » 2011-03-07 16:14:43

symtab
Replies: 5

Hi,

I attached a screenshot with how the submenu will look like (it will only appear if you mark any menu links as submenu):
Screenshot-submenu.png

Please let me know what you think about this.

#6988 Re: Development » Development Plan (Updated) » 2011-03-07 14:57:40

1. Yes, there will be a submenu, still thinking how to make this work.
2. For the under-menu advertising its easy, for the per video category, i'll do some research and see how i can implement it.
4. And enable/disable for the news box from admin
6. Please check my post about the embed overlay, it has a few limitations (from the programming point of view, its imposible to do it, without these limitations).

#6989 Re: Troubleshooting » Video thumbs resizing incorrectly and cut off description » 2011-03-07 09:02:49

Hmmm...so basically only videos embedded from pornrabbit have this problem. I tested on my box and it resizes the thumbs. Will update you once i find out why it doesnt work for you.

#6990 Re: Development » Flash Player Overlay Advertising for Embedded Videos » 2011-03-07 08:54:38

Ok. There is a limitation (and its for a good security cross site reason), i cannot close the ads if the visitor clicks on content from a iframe, basically he needs to click the close button or somewhere outside the ads (in the blue div, parent for the ads) or anywhere in the page (once the ads are poped). Is this good enough?

#6991 Re: Feature Requests » Premium Membership » 2011-03-06 22:24:53

For the user groups, there are already Moderators (can edit/delete any forum post, can delete any video comment), Editors is not in use yet. I could implement a structure to actually define what a user can do in admin.

For the premium membership i could also implement the features you described, but not for RC1.

I considered the above for some time now, but i'll have to do some research and see how much i need to change in the script to implement this.

#6992 Re: Troubleshooting » Video thumbs resizing incorrectly and cut off description » 2011-03-06 18:56:55

Did you change the thumb width/height in Admin -> Video -> Configure? Did you modify the css file?

#6993 Re: Development » Development Plan (Updated) » 2011-03-06 17:17:22

The ideas are good and will be added. Even if we delay the RC1 release with 1 week or more.

1. I quess the best method would be a submenu or a more button that is a dropdown (in the dropdown case, the exposure will be very low).
2. Yes. I will include a advertising group/positon under the menu.
3. Advertising spots for the forum are great, no idea why i didnt add this before.
4. Not sure if this will make it in RC1, but i'll try (something like a news page ordered by date, only displaying last 3 news, with pagination and a separate page for each post, is this ok?).
5. This is a must.
6. Will add the overlay (just added it for some of my embed only sites, and it works perfectly).
7. The flowplayer license will not be added in RC1, however it will be there in the final version.

Feeling better...cant wait for spring to come :-)

PS: I dont hate, nor do i have any problems, with anyone that has ideas/critics/feature-requests or anything to say about the script, i actually think its very good, i learn from what all of you post, i make the script better, and we all make more money :-)

#6994 Re: Development » Flash Player Overlay Advertising for Embedded Videos » 2011-03-06 17:11:37

Ok. Will add this global and per video category (not per video in this case, or per sponsor, as there are no sponsors). It will work like this:
http://www.skankhunter.com/157973/hot-3d-hentai/

#6995 Development » Flash Player Overlay Advertising for Embedded Videos » 2011-03-06 12:37:11

symtab
Replies: 10

Hi,

Just found a method to display a advertising over the flash player for embedded videos (basically the ads will be displayed over the redtube, pornhub, ... flash player). Do you think this is a good idea?

#6996 Re: Feature Requests » Seo and individual meta tags and headings » 2011-03-06 10:26:37

I cannot turn off the SEF urls, the urls would look something like index.php?q=module/component/subcomponent&page=2&action=delete and i would have to modify the entire script to work with SEF urls turned off. I  can add the max length feature though.

#6997 Re: Feature Requests » Seo and individual meta tags and headings » 2011-03-05 23:04:06

Yes you are right. I already thaught about this, so i changed the code in video view page to actually not take the slug (/video-title-here/) into consideration. I can also modify the code when creating the slug to limit to a x number of characters (actually if the characters > x then cut the last words to match (or less) x).

#6998 Re: Feature Requests » Seo and individual meta tags and headings » 2011-03-05 17:36:18

Ok. Will take all the information in consideration when i'll start working on the SEO part (probably Monday). I have a few questions:

- the hardcoded Porn Video Category is actually a bug (i forgot to translate that part), how about i translate it so that everyone can have their own text there?
- after removing the alt attribute from img, the site will not avalidate sad

Thanks for helping. I will make the required changes. I think SEO is a very important part of the site, we have the tools for content and advertising, so what our clients need are visitors.

#6999 Re: Feature Requests » Seo and individual meta tags and headings » 2011-03-05 16:07:06

Hi,

Thanks for your input. I will check each template and add the right headings. Probably will need to change some css also, but this will be important for SEO. Also for meta things i can do exxactly what we discussed. Any other ideas for better SEO?

#7000 Re: Feature Requests » Seo and individual meta tags and headings » 2011-03-05 10:54:00

Hmm....so basically the following should be added:

* each video should have its individual meta_title, meta_desc and meta_keys as fields in admin
* each video category should have its own meta_title, meta_desc and meta_keys
* same for other media (photos), forum and so on

How about multi-language? Should this be editable through a multi-language system? (the admin editing for the end-use will be very complex).

Board footer

Powered by FluxBB