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.
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.
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.
Did you delete it for both add.php and edit.php?
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.
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.
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.
Subcategories feature is already finished (it will be released in RC1). Unfortunately the subcategories only support one sub-level.
Please read this topic: > http://forum.adultscriptpro.com/viewtopic.php?id=187
Ok. It will be added.
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.
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.
Hi,
I attached a screenshot with how the submenu will look like (it will only appear if you mark any menu links as submenu):
Please let me know what you think about this.
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).
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.
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?
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.
Did you change the thumb width/height in Admin -> Video -> Configure? Did you modify the css file?
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 :-)
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/
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?
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.
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).
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
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.
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?
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).