help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
export attendees
Re: export attendees
8 years 1 month ago
Hi Kralyk,
thanks for your report. You're right, there is a little typo causing this problem.
If you like to fix it soon you can do this by changing line 251 of /components/com_jem/controllers/attendees.php from
to
Thanks again.
thanks for your report. You're right, there is a little typo causing this problem.
If you like to fix it soon you can do this by changing line 251 of /components/com_jem/controllers/attendees.php from
Code:
$cols[] = empty($row->uregdate) ...
Code:
$cols[] = empty($data->uregdate) ...
The following user(s) said Thank You: Kralyk
Please Log in or Create an account to join the conversation.
Re: export attendees
8 years 1 month ago - 8 years 1 month ago
Hoffi and others, thanks for the quick fix.
I found some other bug in the list of attendees.
In FE and BE are badly displayed Czech characters (column comment):
The export file everything correctly (Unicode UTF-:
attendees.csv:
"Uživatelské jméno";"Datum přihlášení";Stav;Comment
Paddleboy;"20. 10. 2016 9:31";"Přidat účastníka";"dorazím později..."
Paddleboy2;"20. 10. 2016 9:31";"Nezúčastní se";"nechce se mi..."
Kralik;"20. 10. 2016 9:32";"Přidat účastníka";
I found some other bug in the list of attendees.
In FE and BE are badly displayed Czech characters (column comment):
The export file everything correctly (Unicode UTF-:
attendees.csv:
"Uživatelské jméno";"Datum přihlášení";Stav;Comment
Paddleboy;"20. 10. 2016 9:31";"Přidat účastníka";"dorazím později..."
Paddleboy2;"20. 10. 2016 9:31";"Nezúčastní se";"nechce se mi..."
Kralik;"20. 10. 2016 9:32";"Přidat účastníka";
Last edit: 8 years 1 month ago by Kralyk.
The following user(s) said Thank You: diesl
Please Log in or Create an account to join the conversation.
Re: export attendees
8 years 1 month ago
diesl wrote
In my case I see then emails only in myevents not when coming from events view.The emails can be enabled in the MyEvents menu settings.
Please Log in or Create an account to join the conversation.
Time to create page: 0.463 seconds