[Freemember][1] is a free plugin. It takes some member-templates-only functionality to wherever you like. Read all about it on http://devot-ee.com/add-ons/freemember
1
vote
1answer
23 views
Error when using freemember module
I am using freemember(https://github.com/expressodev/freemember) for login in and registration. I just installed it and I'm logged in as admin. When i try to logout i get this error:
A PHP Error was ...
0
votes
1answer
25 views
Free Member Inline Errors not working for freemember:update_profile
I am using EE 2.5.2 and Free Member 2.2.1
I am using the example code and error_handling isn't working for me.
What am I missing?
-1
votes
0answers
31 views
Freemember generating errors in developers log after upgrade to expressionengine 2.6 [closed]
The following errors shows up in the developers log after upgrade to EE 2.6.
Deprecated function do_hash() called in system/expressionengine/third_party/freemember/models/freemember_model.php on line ...
0
votes
1answer
37 views
Expresso Store: pseudo-subscriptions
With Exp-resso Store, can I update a custom member field on checkout?
I'm working on an site for an academic society and I'm hoping to use Store and Freemember to manage membership dues. Suppose I ...
1
vote
1answer
18 views
Freemember update_profile with member photo?
I'm using freemember to update a member's profile, which is working great. However I now need to add member photo into the mix but I cannot figure out how to get this to work in that photos are not ...
1
vote
1answer
50 views
Expresso Store: Using with Freemember to Save a user's shopping cart
I'm working with an ecommerce site powered via the Expresso Store module, and I'm using the Freemember plugin to handle store user accounts and to save billing information for use in the checkout ...
1
vote
1answer
31 views
Where do I put Freemember Password Reset code?
This is embarrassing because I know I have asked this before...
What's the trick to getting the reset email link to load the template with the Freemember Password Reset code? Does the template have ...
1
vote
1answer
28 views
Expresso FreeMember - reset password form email
I'm testing the reset password form for FreeMember and emails are not arriving. Here's the code (same as here).
{exp:freemember:forgot_password return="/account/forgot_sent" }
<p>
...
2
votes
2answers
30 views
Auto login on freemember registration
Quick question - can the FreeMember register tag login the user automatically? Apologies if I've missed anything in the docs.
Thanks
0
votes
1answer
18 views
Freemember inline errors are clearing form field values
I'm having an issue with freemember inline error checking. The error checking works fine, but when the page refreshes it loses all the correctly entered data.
So for example if I have a registration ...
1
vote
1answer
42 views
Clicking 'submit' on FreeMember login form just goes to blank page
Well basically like the title says, no errors are generated, I just get a blank page back...
Heres my form:
{embed="includes/.sitetop" pagetitle="Gateway Workshops - Massage Courses UK - New member ...
2
votes
2answers
28 views
HTML email support for member registration
Wondering how i can send a HTML email to a user upon registering, I am using Freemember which i believe uses the default EE Email Notification Templates.
Any suggestions?
1
vote
1answer
41 views
Changing member ID in urls to username?
I currently use a mixture of Freemember & User to create my customised profile/account pages.
The urls for these types of pages are things like member/profile/{member_id}/favourites or ...
2
votes
1answer
42 views
Can I use freemember to display member profile in normal site template
Can I use freemember to display member profile in normal site template? I just want to display the current logged in users details, shipping address etc, and on another page have them be able to edit. ...
0
votes
0answers
42 views
Issue setting up freeMember Plugin
i am having an issue with getting the plugin FreeMember to work, i am not 100% sure whether i have added the correct variables, added the correct configuration setting, or there's a general conflict ...
1
vote
1answer
70 views
403 Error with Assets 2.0.5 and Freemember
I'm running into an issue with Assets and Freemember running together. I've narrowed it down to some code in Assets.
Freemember is throwing a 403 error on register because it's generating the ...
2
votes
2answers
84 views
freemember logout error
Running EE v2.5.5 and FreeMember 2.1.1
I am using the following code to log out a user:
<a href="{exp:freemember:logout_url return="dashboard/register"}">logout</a>
clicking the link ...
0
votes
1answer
70 views
Problem with Freemember register form! [closed]
Ive almost finished the transferring of my new dev site over to my live site. However the Free member registration form no longer seems to be working.
It works fine on dev site, but on the live site, ...
-1
votes
1answer
35 views
FreeMember eror delimiters not working as expected [closed]
I'm giving FreeMember a spin for the first time and the error delimiter tags don't seem to be working.
My tags look like:
{exp:freemember:register
form_id="form_register_mbr"
...
-1
votes
1answer
46 views
Freemember register returns undefined property php error [closed]
Upon submitting a registration, we get a blank page. Enabling template debugging revealed this error:
A PHP Error was encountered
Severity: Notice
Message: Undefined property: EE:TMPL
Filename: ...
1
vote
0answers
61 views
FreeMember register/create account return 403 error [duplicate]
When submitting the freemember register and login pages I am getting 403 errors returned. This isn’t happening on any other form/page on the site and the unsubmitted pages themselves load fine. Its ...
1
vote
3answers
83 views
FreeMember - logout tag redirecting to a blank page
When attempting to logout using the freemember logout URL tag the page is re-directing to a blank page with the desired url path output: https://www.site-name.com/?ACT=56&return_url=%2F
I have ...
2
votes
1answer
98 views
Freemember email validation for specific domain using jQuery
I'm trying to verify a Freemember registration form email input using jQuery to check for a specific domain. Below is the jQuery I'm using, ultimately my goal is to prevent the form from being ...
1
vote
1answer
38 views
Can a freemember login form be sent securely?
Say I force SSL on my public login page (with DM Force SSL), and I'm using a fairly standard freemember login form:
{exp:freemember:login return="PREVIOUS_URL" error_handling="inline" ...
6
votes
3answers
149 views
How to redirect member login to previous page?
I am new to working with Expression Engine, so this might not be possible. The site I am working on has some pages that are private to members only. I'm assuming this is a built in feature of ...
1
vote
1answer
56 views
member registration using freemember
Using freemember to register a member with custom fields and when I submit a form intentionally with errors the appropriate inline errors are returned - that works as desired. When i submit the form ...
1
vote
1answer
78 views
Freemember Update Profile forms not working
Another day, another question!
I've started using Freemember (really like the inline validation).
So i have an update password form.
{exp:freemember:update_profile ...
3
votes
2answers
35 views
How can I translate the Freemember error messages into a different language?
How can I translate the Freemember error messages into a different language?
Specifically the error message like: The {field_name} is required.
1
vote
3answers
108 views
Two registration forms with two different member groups
Is it possible, maybe with Freemember or another free module, to choose the member group a member is assigned during registration?
I need two forms, each one assigning a different member group .
Can ...
1
vote
3answers
168 views
Freemember: Redirect user to previous page after login
Is it possible to redirect the user to the previous page after login, without needing to use PHP?
Note: I'm not using the default login, i'm using the Freemember add-on.

