Events Made Easy › Forums › Bug fixed or feature request implemented › More info on attendees list
Tagged: attendees
- This topic has 26 replies, 5 voices, and was last updated 13 years, 7 months ago by Franky.
-
AuthorPosts
-
Fri 15 Oct 2010 at 13:10 #42165AnonymousInactive
Hi,
First, thanks for this great tool!
Is it possible to show attendees phone number and comments also on attendees list?
I try to display attendees list on event page with more details.
Fri 15 Oct 2010 at 13:18 #44995FrankyKeymasterFor now: no. I consider this info a bit too personal to be displayed on the net. You can always get a list in the admin backend if you want. Later on I’ll try to make the info shown more configurable.
Fri 15 Oct 2010 at 13:59 #44996AnonymousInactiveI understand this for sake of privacy. I was thinking we could use comment field to indicate “I need a ride to this event” for example. But maybe we can find another way for this type of organizing.
Fri 15 Oct 2010 at 15:09 #44997FrankyKeymasterI’m always open to suggestions 🙂
Tue 2 Nov 2010 at 10:34 #44998AnonymousInactiveI would like to see the full name of the attendee, not only his username. Is this possible?
Tue 2 Nov 2010 at 19:47 #44999FrankyKeymasterWell, this is info shown on the event data. Do you really want to show private info there? It’s a point open for discussion … I think I will make this configurable (with placeholders), but don’t forget: you have all the info you need in the backend if you just want to know who booked how many places.
Tue 2 Nov 2010 at 22:55 #45000AnonymousInactiveI’m using event manager extended to subscribe for golfmatches. The management of the golfcourse wants to know how many players will participate and need their full name. I don’t want them to give access to the backend, they only have to take a look at the event page.
Tue 2 Nov 2010 at 23:19 #45001FrankyKeymasterYes, yes, I know there’s a use for everything 🙂
But be happy: I implemented formatting for the attendees list in the trunk version. You’ll be able to use #_NAME, #_PHONE, #_EMAIL and #_ID placeholders in a new setting, just to format the #_ATTENDEES list.
Wed 3 Nov 2010 at 13:53 #45002AnonymousInactiveWow, great service. I understand I need subversion to install a trunk version. I’ve never done that and maybe it’s better to wait for a normal update. Do you already have an new release date in mind?
Wed 3 Nov 2010 at 14:46 #45003FrankyKeymasterWell, you can always download the latest trunk version here to try out, it won’t be that different from the released version this week. Get the trunk version here:
http://downloads.wordpress.org/plugin/events-manager-extended.zip
Any feedback is appreciated.
Wed 3 Nov 2010 at 16:29 #45004AnonymousInactiveHi Liedeke,
I’ve installed the trunk version but I’m still only able to show the username and not the full name. I’ve tried to use #_RESPNAME amd #_FULLNAME but that won’t do the trick.
Wed 3 Nov 2010 at 16:41 #45005AnonymousInactiveIs it also possible to fill the booking-delete-form with the username and emailaddress (just like the bookingform)? In that case I can set the booking-delete-form to non-display.
Wed 3 Nov 2010 at 16:42 #45006FrankyKeymasterAs I said: #_NAME, #_PHONE, #_EMAIL, #_ID
nothing else is available for a user.
You are probably talking about wordpress user info. I might be able to add that info too …
Wed 3 Nov 2010 at 18:34 #45007AnonymousInactiveFor a logged in user, you fill the booking form with his username and emailaddress. If it’s possible to change this to the full name, than my problem is solved I guess.
I also tried to leave the telephone field blank, but that wasn’t possible.
Wed 3 Nov 2010 at 20:13 #45008FrankyKeymasterWell, normally the “display_name” is taken for wordpress users, see
http://codex.wordpress.org/Function_Reference/get_currentuserinfo.
For the phone: correct, I forgot to delete part of an if-statement. I updated this in trunk for eme_rsvp.php. You can get this version here: http://plugins.trac.wordpress.org/browser/events-manager-extended/trunk/eme_rsvp.php
Wed 3 Nov 2010 at 20:43 #45009AnonymousInactiveI have set all the display_names to the full name of the members. In the attendee list I don’t see that name, so I think you are using the username in stead of the display_name
Wed 3 Nov 2010 at 21:03 #45010FrankyKeymasterThat info gets copied in, so once it’s in there and you changed the display settings afterwards, it won’t affect anything any more. Try with a new booking. For the rest, search for
$current_user->display_name
in eme_rsvp.php if you want to check for yourself to see what I use.Wed 3 Nov 2010 at 21:46 #45011AnonymousInactiveSorry, you’re totally wright. Thank you very much.
Thu 4 Nov 2010 at 20:17 #45012FrankyKeymasterWell, I took a look at the code and changed it a bit: now for users that have a wordpress ID, the name/email is always taken from the function get_userdata(ID), so the info is changed according the preferences of the user.
Fri 5 Nov 2010 at 07:24 #45013AnonymousInactiveThe lastest changes seem to have broken registration for non WP users. When I try to register for an event only my phone number shows in the attendee list now.
Fri 5 Nov 2010 at 08:27 #45014FrankyKeymasterDoes it break registration for non WP users or does it only show not enough info?
Fri 5 Nov 2010 at 08:44 #45015FrankyKeymasterOk, I found it. Small bug when displaying the person info. Replace eme_people.php by this one:
http://plugins.trac.wordpress.org/browser/events-manager-extended/trunk/eme_people.php?rev=308056
I also replaced it in the released version, so new upgraders won’t have that problem anymore.
Fri 5 Nov 2010 at 13:43 #45016AnonymousInactiveThanks, that took care of it.
Fri 8 Apr 2011 at 10:32 #45017AnonymousInactiveIs it possible to show the number of seats when I use #_ATTENDEES on my page?
Would be nice…
tnx
Vince
Fri 8 Apr 2011 at 11:19 #45018FrankyKeymasterhas been added in trunk: the attendees list format can now also use #_USER_RESERVEDSPACES
Fri 8 Apr 2011 at 11:24 #45019AnonymousInactiveI have to wait for an update or can I use the code already?
Fri 8 Apr 2011 at 13:04 #45020FrankyKeymaster2 changesets:
http://plugins.trac.wordpress.org/changeset/370579
followed by (I forgot to commit in one go):
-
AuthorPosts
- The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.