amijanina
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Membership] login formi suggest you to switch to default theme and check these two fields.
this will help you to figure out if theme is causing this.Forum: Plugins
In reply to: [Simple Membership] Error when activating plugini have just tested installing the plugin in a fresh new site and i was able to install and activate without any issue.
what version of wordpress and simple membership you are using?
Forum: Plugins
In reply to: [Simple Membership] Manually add by PHP codei cannot think of a reason why this should not work. what kind error are you seeing?
Forum: Reviews
In reply to: [Simple Membership] Error during WordPress Network Activateso the plugin deserves better rating, no? ??
Forum: Plugins
In reply to: [Simple Membership] Changing "from" nameyou need to update “From Email Address” in “email settings” tab.
Forum: Reviews
In reply to: [Simple Membership] Error during WordPress Network ActivateI said you are using older version of the plugin. current version is1.9.9
Forum: Reviews
In reply to: [Simple Membership] Error during WordPress Network Activateyou are using older version.
Forum: Plugins
In reply to: [Simple Membership] Set membership expiration as fixed datei have just tested it in my dev setup and i can save fixed date … verify database update worked correctly.
Forum: Plugins
In reply to: [Simple Membership] Set membership expiration as fixed datewe dont support this yet but its in our todo list
Forum: Plugins
In reply to: [Simple Membership] Membership log outsimple membership uses cookie to manage user session. so closing browser should log user out.
apart from that, you can create logout link by appending “?swpm-logout=true” to your site address.
for example, if you site url home is “example.com” then logout link should be:
example.com?swpm-logout=true
Forum: Plugins
In reply to: [Simple Membership] Can this plugin be intergrated with mycred pluginthis is not in our plan right now. but if we see more and more people requesting for this, we may consider prioritizing it.
Forum: Plugins
In reply to: [Simple Membership] List all pages which are protectedthis is possible. But you need to write some code.
`
$p = BProtection::get_instance();
$p->get_posts(); // will give you protected posts ids as array
$p->get_pages(); // will give you protected pages ids as array
$p->get_custom_posts(); // will give you custom posts ids as array.
`
with these ids at hand, you can query posts table to get details.Forum: Plugins
In reply to: [Simple Membership] Free Membership needs Admin approval –FollowupThis feature is already available. you should update to latest version.
when you update member profile, just check “Notify User” checkbox.Forum: Plugins
In reply to: [Simple Membership] Admin email bug/faultthanks for reporting this. a fix is on the way. you should do a fresh install
Forum: Plugins
In reply to: [Simple Membership] Images not showing in slideri have applied a fix for this. we will release a new version today.