help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
Feature requests for JEM 2.0 - initial public release
List of attendees
List of attendees
5 years 6 months ago
Hi,
for planning performances of our choir we are using the JEM attendee function. Is it possible to include a user-defined field in the list of attendees? The field is (in community builder) called cb_stimme containing "soprano", "alto", "tenor", "bass"
Could I do this by modifying something (?) without destroying everything ?
best regards
for planning performances of our choir we are using the JEM attendee function. Is it possible to include a user-defined field in the list of attendees? The field is (in community builder) called cb_stimme containing "soprano", "alto", "tenor", "bass"
Could I do this by modifying something (?) without destroying everything ?
best regards
Please Log in or Create an account to join the conversation.
Re: List of attendees
5 years 6 months ago
If you know the people they can write their voice in the comment, thats the easiest way without changing anything!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Re: List of attendees
5 years 6 months ago
Settings>User Control>Registration>Allow Comments =Yes
The following user(s) said Thank You: sepp25
Please Log in or Create an account to join the conversation.
Re: List of attendees
5 years 6 months ago
I solved the problem with a simple SQL Statement (SELECT xx_jem_register.*, xx_comprofiler.firstname, lastname, cb_stimme FROM xx_jem_register, xx_comprofiler
where status=1 and event = <eventnumber> and xx_comprofiler.user_id = xx_jem_register.uid order by cb_stimme, firstname;)
Not very elegant but it fulfills its purpose.
Thanks anyway for the hint regarding Comments. We will use this for Comment-purposes
where status=1 and event = <eventnumber> and xx_comprofiler.user_id = xx_jem_register.uid order by cb_stimme, firstname;)
Not very elegant but it fulfills its purpose.
Thanks anyway for the hint regarding Comments. We will use this for Comment-purposes
Please Log in or Create an account to join the conversation.
Time to create page: 0.681 seconds