Liviu
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Membership] Automatically expiration of free membershipsSure, no problem!
Thanks for the feedback.
Greetings from Liviu
Forum: Plugins
In reply to: [Simple Membership] Automatically expiration of free membershipssubmitted a message to the developers
Thanks.
By the way, I have not heard back from the developers in the context of this ticket ploylang-multilingual-urls-not-always-automatically-picked-up, the multilingual issue I was offering to help.
Greetings from Liviu
Forum: Plugins
In reply to: [Simple Membership] Automatically expiration of free membershipssame name regardless of the a different ID can cause issues
The programming control logic should only depend on the id, and the name should only be used in reporting. Having two ‘Free’ memberships with two different names will confuse the user.
provide a step by step information so that I can trace it myself.
I just did in my previous post. See the
swpm_protected
shortcodes I have on my renew-membership page. Is this not enough?Greetings from Liviu
- This reply was modified 1 year, 4 months ago by Liviu.
Forum: Plugins
In reply to: [Simple Membership] Automatically expiration of free membershipsHallo?@mbrsolution,
Very creative solution, wow!
I have created a new free membership level and gave it the same name ‘Free’ (internally that is a different id, of course). Same name because this name is visible on the site to the user.
I have tested it, it works one-way, but I unfortunately found an issue with the two-way renewing.
Next to renewing from first-free to second-free membership level, I also want of course to renew from second-free to first-free membership level. Therefore I placed this code on the renew-membership page, to conditionally renew membership:
[swpm_protected for="2" do_not_show_protected_msg="1"]
[swpm_update_level_to level="3" button_text="Renew"]
[/swpm_protected]
[swpm_protected for="3" do_not_show_protected_msg="1"]
[swpm_update_level_to level="2" button_text="Renew"]
[/swpm_protected]
Unexpectedly, the renew-membership page says now:
Please?renew?your account to gain access to this content. Please?renew?your account to gain access to this content.
And I cannot renew the free membership.
Any thoughts here?
Greetings from Liviu
Forum: Plugins
In reply to: [Simple Membership] Automatically expiration of free membershipsHallo @mbrsolution,
Thanks for your reply.
As I understand, a member cannot renew his/hers expired ‘Free’ membership. The renewing has to be done manually, by the administrator.
Is there a way to automatically manage sleeping ‘free’ members? Manual managing, I’m not that fond of manual work ??
Greetings from Liviu
Forum: Plugins
In reply to: [Simple Membership] Automatically expiration of free membershipsHallo @mbrsolution,
Thanks for your reply.
Pity the feature is not supported.
Alternatively, I can set the expiration after e.g. 6 months after account creation. To make it more friendly I would like to have a convenient way to renew the free membership.
On this page Membership Renewal, I see support only for renewing a paid memberships. How can I renew an expired ‘Free’ membership?
Greetings from Liviu
Thanks!
Have a great day.
Hallo?@kimmyx,
I would like to give you an update from my side.
By chance I have found out that one wordpress user can have multiple roles (I thought one role). As a result I can easily set visibility using new roles, without the need of duplicating roles (as I erroneously thought).
Having said that, I see no reason for introducing user_id’s for managing visibility of menu items.
Greeting from Liviu
Hallo?@kimmyx,
Thanks and I’m looking forward to hearing from the development team.
Greetings from LIviu
Hallo @kimmyx,
Thanks for your reply!
Not possible to set visibility by user capability. Pity, but no problem.
Would it be possible (in the near future) to set visibility by user id? Like this “24;35;57;”, where the integers are the 3 user id’s.
Creating new roles is indeed a possibility, but I unfortunately need to duplicate all existing roles. Because the type of visibility I need is orthogonal to roles.
Greetings from Liviu
I have closed this topic by changing the status to ‘Resolved’.
Reason: Simple-Membership does not support multi-language sites.
Thanks.
Greetings
Thanks for replying so quickly!
Our plugin is not currently setup for Multi-language sites
This is the short answer to my issue: Simple-Membership loads everywhere the English urls, regardless the used language on a multi-language site = no support for multi-language sites. Really pity!
Can you put me in contact with the relevant Simple-Membership developer? I’m willing to help make Simple-Membership supporting multi-language sites.
Below here are some details, not interesting anymore, as multi-language sites are not supported.
Yes, I’m using Polylang Version 3.4.5 (the latest).
I already have a translation available in my language of choice for the ‘Join Us’ page (called ‘inloggen-voor-leden’). Also, this page is already registered to Polylang as being the translation of the ‘Join Us’.
The two hyperlinks I’m referring to are the hyperlinks generated by the [swpm_login_form] behind the ‘Wachtwoord vergeten?‘ and behind ‘Join Us‘, respectively ‘membership-login/password-reset/’ and ‘membership-join/’. Both password-reset and membership-join have already pages translated in my language of choice. Point is, these translated pages are not picked up by Simple-Membership, as expected. Instead, the English page is picked up. As a result, pages with different languages are mixed up by Simple-Membership.
I have not mentioned yet, but there are other pages that mix up the hyperlink urls, problem is not limited to only [swpm_login_form] but also to e.g. [swpm_mini_login] and [swpm_registration_form] (which mixed up privacy-policy and terms-and-conditions urls). Same for [swpm_profile_form].
Yes, I already know user-submitted-tweaks-simple-membership. I have not tried the tweak because (1) I have read it does not work, and (2) – if it would work – it covers just a part of my problem.
Greetings from Liviu