Welcome, Guest
Username: Password: Remember me

TOPIC: Change the attendees list

Change the attendees list 13 years 9 months ago #12823

  • steve30000
  • steve30000's Avatar
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 106
  • Thank you received: 0
I ended up hacking the code to just keep the first letter of the last name in the attendee list so that instead of displaying "Bob Smith", it would just display "Bob S"... that will work for me until a formal solution is developed.

The file I changed was: /components/com_dtregister/views/event/tmpl/registrant_name.php

I just changed the code that adds the last name to the list so that it would only use the first letter:
//case 2:
$html .= " ".substr($tuser->fields[$lastname->id],0,1);

Please Log in or Create an account to join the conversation.

Change the attendees list 13 years 9 months ago #12827

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
Guys, we're about to release 2.7.4 (hopefully today) and one of the changes is that we removed the requirement of including the firstname and lastname in the attendee's list. So once you get the update, you won't have to hack anything :)

Please Log in or Create an account to join the conversation.

Change the attendees list 13 years 9 months ago #12830

  • steve30000
  • steve30000's Avatar
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 106
  • Thank you received: 0
Awesome! Thank you.

Please Log in or Create an account to join the conversation.

Change the attendees list 13 years 9 months ago #12835

  • shootfast
  • shootfast's Avatar
  • Offline
  • Gold Boarder
  • Gold Boarder
  • Posts: 169
  • Thank you received: 1
I have a slightly different question about the attendees list, maybe someone can tell me if this is normal?

I have 3 open registrations right now, if I select fields to be available to view in the front end, the front end shows all fields that I have checked/turned on, even if they don't belong to that event. So if I am looking at the attendees from the first event, the fields from the second and third events also show up as headers in the list. This doesn't make sense to me but maybe I am doing something wrong? Any help getting only the fields that belong to that event to show would be much appreciated.

Thanks

Please Log in or Create an account to join the conversation.

Change the attendees list 13 years 9 months ago #12841

  • RJPeaker
  • RJPeaker's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 12
  • Thank you received: 0

shootfast wrote: I have a slightly different question about the attendees list, maybe someone can tell me if this is normal?

I have 3 open registrations right now, if I select fields to be available to view in the front end, the front end shows all fields that I have checked/turned on, even if they don't belong to that event. So if I am looking at the attendees from the first event, the fields from the second and third events also show up as headers in the list. This doesn't make sense to me but maybe I am doing something wrong? Any help getting only the fields that belong to that event to show would be much appreciated.

Thanks


Hi, I have asked the same question - and put a post in the 'wish list' section of the forum for the developers to allow a per event registration list. It would be great if you want this functionality if you could add you name to the post there so that the devs can see what we want and how many people want it!

Thanks,

Richard.

www.timingit.com

Please Log in or Create an account to join the conversation.

Change the attendees list 13 years 9 months ago #12856

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
The changes mentioned here for removing firstname/lastname as being required and also filtering the list per event based on what fields are used or not used for the event have all been incorporated in the new 2.7.4. Thanks.

Please Log in or Create an account to join the conversation.

Time to create page: 0.143 seconds