For signing up for a event -- I personally like and find it more inviting to use the term ... Attend / Attendees, instead of Enroll / Enrollments.
Thoughts??


| Comment | File | Size | Author |
|---|---|---|---|
| event-issue-2.png | 143.35 KB | rosemeria | |
| event-issue-1.png | 400.53 KB | rosemeria |
Comments
Comment #2
open social commentedHi Rosemeria! Thanks for the suggestion, we're going to discuss this internally and see if we can make this adjustment.
Comment #3
stpaultim commentedI agree that enroll might not be the friendliest term. Other alternatives would be:
I like Register or Sign Up best.
Comment #4
tc33133 commentedThis is much harder to solve than I thought it would be. The markup gets sent in a plugin in social_event/src/Form/EventActionForm.php. I don't think you can change this with a preprocess call. The only way I have found to do this is in the twig template input--button.html.twig with something like this
It doesn't seem right to do this, but it works. It doesn't change any of the other instances of the word "enroll" that get passed in alert messages, but it changes the button.
This seems like it should be a little easier to customize.
Comment #5
xinyuma commentedWe looked into this issue and evaluated a few options:
Attend: it is not really suitable because it indicates actually being present in the event. This is not the case of Open Social.
RSVP: it indicates a reply to invitation. In our case, people are not responding to invitations.
Going: it is not a verb, but a state. It will bring more challenges in implementation, such as we need to provide text to explain this button, we need to have another button for not going, it is hard to explain in the tab structure unless we involve the number such as '24 going'
Join: this seems to be the most natural option. It is commonly used and does not mean people being present at the event.
The conclusion is we should use 'Join' instead of 'Enroll' and 'Enrollments' will be renamed into 'Guests'
Comment #6
rosemeria commentedI agree with Tim in #3, "Join" used for group membership, would be confusing for users to also join Events.
My final input on this is... use "Sign-up" for Enroll and "Participants" for Enrollments.
Thank you for this last consideration!
Comment #7
xinyuma commentedHi rosemeria,
Thank you for your reply :-)
Sign-up is used to sign up to the platform, meaning creating an identity in the platform, so it might not be suitable for events.
If we worry about it is not clear for users if they are joining a group or event, we can make it explicit in the button 'Join this Group' and 'Join this Event'.
'Participants' instead of 'Guests' works for me :-)
Please let me know what you think.
Best,
Xinyu
Comment #8
socialnicheguru commentedHow about you add an admin page so that the site admin can rename the buttons.
Comment #9
xinyuma commented@SocialNicheGuru, great idea. We will also look into this option!
Comment #10
Yuri commentedAny progress with this issue? I think the an admin page to change such namings would be perfect.
Comment #11
xinyuma commentedCurrently we don't have stories planned to change the text nor creating this admin page. But we are working on reviewing all the language in the Open Social interface with the aim of creating a language guide. This story certainly provide useful insights in achieving this.
Please do feel free to create this admin page and contribute back. We will help you to get this into distro.
Comment #12
ronaldtebrake commentedWe won't be creating an admin interface for changing strings, that is why source strings are translatable to any language (including English for that matter) by default in Drupal 8/9. You could use that.
If in the future we will work on a renaming solution we will open this again.