Forum Replies Created
-
AuthorPosts
-
memwpentSpectator
Great, thanks
February 24, 2015 at 1:21 am in reply to: emember – expired memberships still shown as active #68733memwpentSpectatorThanks, I will try that.
Good to know that the system does another check when they try and log in, notices that their membership has expired and then asks them to renew.
February 23, 2015 at 12:00 pm in reply to: emember – expired memberships still shown as active #68731memwpentSpectatorSorry I posted this in estore forum by mistake and don’t know how to move it to emember forum – emember troubleshooting
memwpentSpectatorSent message
memwpentSpectatorCan I send it to you by email? Can you tell me what email address to use?
memwpentSpectatorYes, I have got quotation marks instead of square brackets
memwpentSpectatorLoaded a new version. Still no luck.
memwpentSpectatorSorry I have got a
<a href=
then
=”http://www.example.com?emember_logout=true”>
the
<b>LOG OUT</b>
then
memwpentSpectatorThanks
memwpentSpectatorFantastic, it worked. No need for any code changes at all!
Thanks for your great support.
memwpentSpectatorI have Enable After login Redirection: set to Y in the general section od settings
and
Redirect After Login to my payment page is set in my Free membership level
memwpentSpectatorWon’t there be a problem with that though, because when a user first logs in after having registered with a free account, I automatically redirect them through emember to the payment page where they have to pay to become a real member of a package rather than just a free member who can do nothing but be redirected to the payment page?
memwpentSpectatorI have that setup to point to my join (registration) page.
I have a non-standard membership setup in order to allow me to provide for non-recurring membership for multiple membership packages for the same user.
I have a registration page which I call my join page where a user just registers for a free account. When they log in, it then redirects them to my payment page which lists all of the possible membership packages, and they then choose one of these and become a member of that package.
So
WP eMember Settings -> Pages/Forms Settings -> Registration Page
points to my Join page (i.e. free membership registration)
and
WP eMember Settings -> Pages/Forms Settings -> Membership Payment/Join Page
points to my payment page (which lists all of the possible packages)
The problem that I have is that on the login form, at the bottom there is a Join Us option which links to my payment page (i.e. WP eMember Settings -> Pages/Forms Settings -> Membership Payment/Join Page) rather than my join page (i.e. WP eMember Settings -> Pages/Forms Settings -> Registration Page)
Looking at the code in emember_auth_utils.php,
<tr>
<td colspan=”2″><?php echo EMEMBER_JOIN_US;?></td>
</tr>
I think it is either $join_url or EMEMBER_JOIN_US (not sure which one) that is linking to the
WP eMember Settings -> Pages/Forms Settings -> Membership Payment/Join Page
page
Can I replace $join_url with another url that will instead link to the page
WP eMember Settings -> Pages/Forms Settings -> Registration Page
June 3, 2013 at 10:23 am in reply to: How to turn off strict standards error warnings in PHP 5.4 #55955memwpentSpectatorThanks for the very quick, excellent response. It all works fine now.
May 31, 2013 at 1:55 pm in reply to: Feature Request – Add IP address to top level in WP eMembers Manage Members #55861memwpentSpectatorGreat, that would be useful.
I thought I remembered it being there at one time, and then it disappeared.
-
AuthorPosts