Forum Replies Created
-
AuthorPosts
-
nur
Memberthanks for reporting the issue. we have a fix for it. hopefully you will get the update today.
nur
Memberfacebook login feature is on our to do list. in line with our commitment of making things simple and useful, we modified and redesigned this feature. its near completion. thanks for great feedback
nur
Memberfix is already added. a new version will be released any time soon.
nur
Memberto change the background color, open dynamicjs.php file and go to line number 126 replace the color code with your preferred one. you need to enable style 2.
Basically, search for the following line of code in the “dynamicjs.php” file and change the color code to what you want:
color: '#ebecff'
There are multiple occurrences to change them all
Thanks
nur
Memberit feels great to have such comments. It inspires us a lot
nur
Memberyour wp version is quite old. it comes with an older version of jquery library. upgrading wordpress will solve the issue.
Thanks
NuR
nur
MemberFrank,
We dont have ip tracking facility yet. but its in our todo list.
Thanks,
~NuR
nur
MemberHey Frank,
You’ll see this feature in our plugin soon. we’ll need some modifications in our codebase and i’ll do it and make a quick release.
Thanks
NuR
February 28, 2010 at 3:00 am in reply to: Your membership level does not allow you to view rest of content #17526nur
Memberhey jan,
our code structure is like:
if($perms->is_protected_post($id))
{
......../***more code *****/.........
if($perms->is_permitted_post($id))
{
$return $content;
}
......../***more code *****/..........
}!$perms->is_protected_post($id)
is just opposite of$perms->is_protected_post($id)
. so!$perms->is_protected_post($id)
will always evaluate to false inside `if($perms->is_protected_post($id)){}
code block. as a result, adding that condition to$perms->is_permitted_post($id)
has no effect on the code flow.FYI in our codebase, line 683 doesn’t have the code u mentioned. which version r u using?
Thanks
~NuR
February 6, 2010 at 11:22 am in reply to: Content Protection Not Set for Pages on Different Tabs #17748nur
MemberThanks for reporting the problem. its taken care of now. u’ll get an update soon.
nur
Memberfixed. updates will be dispatched shortly.
Thanks
nur
MemberThis is taken care of. you guys will get an update soon
-
AuthorPosts