Home › Forums › Calendar Products › Community Events › Community event new user Login page
- This topic has 4 replies, 3 voices, and was last updated 10 years, 8 months ago by
Support Droid.
-
AuthorPosts
-
August 9, 2015 at 12:23 pm #994577
Shah
ParticipantDear:
I noticed that the new user community event login page has changed.
Please see the following email message that a new user receives after registering:( I have modified the message a little bit)
Thank you very much for registering with Medical Events dot com, home of Medical Industry Events. Please copy password below. Click on login link in the last line, add user name and paste password , click on login. Remember, you can always change your password once, you are logged in.
[Credentials removed by admin]
This takes me to user profile page.(previously it would go directly to Submit event). When I move mouse to events on top, the following options appear(divided in two sets)
View calendar
Add Event
Edit EventCommunity: Submit event
Community: My eventsFirstly, it is confusing since, the community event submitter does not know the difference between “Add event” and “community submit event”
Secondly, when we click on Add event, it takes back to home page instead of add event.Is there any way we can get rid of the first three items (View Event, Add Event, Edit Event) to avoid confusion?
Is there any way that the new registrants goes directly to event adding page http://medicalevents.com/events/community/add?? If needed he/she can click on profile to modify his/her account.By the way:
I have solved the problem of login emails not being received by new users for hotmail after a lot of research. Let me know if you want me to send you the details.
I deactivated woocommerce and Tickets etc. since, it created a lot more problems. Simplify commerce would not accept using community events.
August 10, 2015 at 8:31 am #994768Nico
MemberHi Shah,
Thanks for reaching out to us, and also for taking the time to fully describe this 🙂 Let’s jump into your questions…
#1
Is there any way we can get rid of the first three items (View Event, Add Event, Edit Event) to avoid confusion?
Hopefully there is, just add the snippet below to your theme’s functions.php file -located at wp-content/themes/your_themes/- and it should do the trick:
add_action( 'wp_before_admin_bar_render', 'remove_wp_nodes' );function remove_wp_nodes() {
global $wp_admin_bar;
$wp_admin_bar->remove_node( 'tribe-events-group' );
}
#2
Is there any way that the new registrants goes directly to event adding page?
I think we can find a way around this. How are you customizing the registration email? Surely we can hook in the Community Add Event URL there.
Please let me know about these two,
Best,
NicoPS:
I have solved the problem of login emails not being received by new users for hotmail after a lot of research. Let me know if you want me to send you the details.
For sure, please send it to support /at/ theeventscalendar /dot/ com.
I deactivated woocommerce and Tickets etc. since, it created a lot more problems. Simplify commerce would not accept using community events.
Sorry to hear about this, if you would like to receive support for this please create a new thread and someone in the team will be happy to assist you on it.
August 10, 2015 at 10:47 am #994816Shah
ParticipantDear Nico:
Thanks for your help.While I will work on item #1 regarding deleting add event etc and keeping add community events, I request you to help with #2.
The email plugin I am using is called SB Welcome email and here is the body text setting in parenthesis:
“Thank you very much for registering with Medical Events dot com, home of Medical Industry Events. Please copy password below. Click on login link in the last line, past password , click on login. Remember, you can always change your password once, you are logged in.<br />Username: [user_login]<br />Password: [user_password]<br />[login_url]”
Please let me know what to change here
August 11, 2015 at 4:46 am #994958Nico
MemberHey Shah,
Thanks for the follow-up!
Got, you jumping to #2 then. I’m not sure how the shortcodes in SB Welcome work, or if you are able to insert PHP code there, so my suggestion is to input the URL directly like this:
... Username: [user_login]
Password: [user_password]
http://medicalevents.com/events/community/add
That will surely work! If you prefer not to have that hardcoded URL in there, you should look for SB Welcome documentation or ping the author/s about it.
Do you think this can work for you?
Best,
NicoAugust 26, 2015 at 7:05 am #999104Support Droid
KeymasterThis topic has not been active for quite some time and will now be closed.
If you still need assistance please simply open a new topic (linking to this one if necessary)
and one of the team will be only too happy to help. -
AuthorPosts
- The topic ‘Community event new user Login page’ is closed to new replies.
