Posted: August 3, 2012 at 10:36 am
|
Member settings from EventEspresso I would like to have an explanation for this: We are using WP-memebers and therefor people can register for an event if they have created a site account with WP-Member.New user registration is possible. After creating a site account and logged in, people can register for an event with event espresso. If they are not logged in to the site and click on aevent to register, a text occurred: Thanks |
The event_espresso_user_login functions checks to see if the standard ‘users_can_register’ option is true. If another handles this different, this function can be modified. Look at lines 125-153 of member_functions.php of the current wp-user integration add-on. |
|
|
Hi, |
|
Does the WP-User integration works with WP-Members plugin? Because this plugin offers the oportunity to extend the WP-login questions by some more address information. So, if Evenetespresso could take the replies from WP-Members to the event registration. |
|
I cannot find any explanation for the Member settings in the Event espresso documentation. What will be the effect (to which fields) if I check: Make autofilled fields editable? Does it affect the pulldown lists in the questions??? |
|
ok short question : In which file can I find this phrase:’New user registration is currently closed. Please contact the site owner’. I want to modify the wording.
|
It’s in two places: 1) the language file. If you open the english .po file in poedit, this text string can be ‘translated’. Be sure to upload both the .po and new .mo file back into /languages. The only other place is in the 2) member-functions.php file of the WP-user integration add-on, line 151:
|
|
|
‘You are currently not logged in. If you are a returning user please Login New user registration is currently closed. Please contact the site owner’ The Link to ‘please login’ does not work (404error). The target is actually our first registration page and then comes a redirect to – again – our event registration page and then to: regevent_action%3Dregister%26event_id%3D6%26name_of_event%3DICILS%25202013%2520Field%2520Operations%2520and%2520Scorer%2520Training%2520Meeting and it ends with a 404 error. It simply should lead to our registration page. . . . . This phrase ‘Member registration is closed’ is still remaining. I used Ultraedit and changed the line 11548 in the event_espresso-en_US.po as well as in the event_espresso-uk_UA.po file and replaced the file in the language folder. Nothing happened. I could not edit the .mo files. So obvious this is not the best way to find a solution for this. . And as I already mentioned, we have not bought the WP-User Integration add-on.
|
Do you have the Espresso Members add-on installed? This is what it will look like on the plugins page: For changing the text strings, PoEdit is the only editor I would recommend to edit language files. Normal text editors (like ulraedit) typically do not generate .mo files. So in poEdit: open up the .po file and do a search for member registration and make the change as shown: After saving, upload the new .po and .mo files to the wp-content/event-espresso/languages folder on the server. To change the link, make sure you have the Event Espresso-Members Addon installed (if it’s not already installed, it can be downloaded from your account page) and change the setting in the members settings screen: |
|
|
The login link works now. Thanks. The line ‘Member registration is closed. Please contact the site owner’ disappeared. |
The support post ‘Member settings’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.