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.
Its working for me, i just tested after seeing your forum reply. Does it work to add a single video in the admin panel?
Currently i'm at beta 17.
fixed
yes its possible to have all categories, you can enable/disable this widget from the admin (its the same image for category, because i didnt want to upload 30 images for categories...)...on live install its not like this, each category has its own image...
fixed
I've setup another demo with the latest beta (around 50 bugs were fixed). Getting closer to having a final version ready.
Yeah...like i said i'm no designer, but i think this time the default free template is pretty good. Once i'm done i'll work on a premium template also...
Hmm...email me a url to test...
Welcome! Sorry for the delay!
update video set premium = '0' where video_id = ID limit 1;
depending on the version you have premium = '0' or premium = 0
Well there's a ugly bug in the forum module, besides that i'm working on finishing the admin translation...once this is finished, its done...
Edit admin/modules/graber/grabers/xhamster.php and replace the code:
private function get_file()
{
*
}
with:
private function get_file()
{
preg_match('/{"url":"(.*?)","quality":"720p","label":"720p","isHD":true}/', $this->html, $match);
if (isset($match['1']) && $match['1']) {
return utf8_trim(stripslashes($match['1']));
}
preg_match('/{"url":"(.*?)","quality":"480p","label":"480p"}/', $this->html, $match);
if (isset($match['1']) && $match['1']) {
return utf8_trim(stripslashes($match['1']));
}
preg_match('/{"url":"(.*?)","quality":"360p","label":"360p"}/', $this->html, $match);
if (isset($match['1']) && $match['1']) {
return utf8_trim(stripslashes($match['1']));
}
preg_match('/{"url":"(.*?)","quality":"240p","label":"240p"}/', $this->html, $match);
if (isset($match['1']) && $match['1']) {
return utf8_trim(stripslashes($match['1']));
}
return FALSE;
}
I just tested this and its working...
will fix asap, sorry for the delay
you can delete everything in that table, its ment to be used to count the incomming link in, but works without that also (no order though)
Yes, but since the topic was deleted, then the first message (which is the topic starter) is gone. I think i'll add a option for this in admin.
Already fixed the contact form. So for the forum when a moderator deletes a topic its clear all replies are deleted, but when the owner of the topic deletes his topic (the owner is not a moderator) should all replies be deleted? Or?
I'm working on the forum bugs you reported...the other bugs are already fixed...
I did yesterday a fresh install of http://www.scriptdevel.com and google site speed reports: 91 score for mobile and 97 score for desktop. This is by default without any improvements. The only thing that could improve and have a 100 score is to improve how css is served, however nobody does this (no big website) and it could cause problems with different browsers (and might require several tests).
I'm reviewing all the reported forum bugs and then i'll release another bugfix release.
Yes, each member can set how friendships work from the profile preferences page...
Once i fix all reported bugs i will release the new version. Checking the support form bug now!
in templates/defboot/css/responsive.css try changing the background in this line:
#menu {position: absolute; top: 79px; left: 0; width: 100%; display: none; z-index: 1000; background: transparent; border: 0;}
You have to edit the css file for your colors and then you have to update the template config in admin, this will make the browser reload the new css file. See you've did a lot of modifications...when the new bug fix is released you will lose them all )
You can have any type of letter in the translation itself, but not in the keyword for the translation. A translation is composed of keyword (which can contain lowercase letters - and numbers) and a translation which is max 255 any character string. The translation for a link menu entry is a keyword for translation entry you've added in Admin -> Extend -> Languages. Its built this way in order to be able to translate menu entries to any language you have on your system.
Hmm...this works correctly for me on my test...