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
#22893
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
Code:
$cols[] = empty($row->uregdate) ...
to
Code:
$cols[] = empty($data->uregdate) ...
Thanks again.
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
#22895
The emails can be enabled in the MyEvents menu settings.
Repository: Github // Issues: Github // Languages: Transifex
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
#22898
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-8):
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";

Attachments:

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
#22899
Added issue 1113
Repository: Github // Issues: Github // Languages: Transifex

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

Re: export attendees

8 years 1 month ago
#22900
diesl wrote
The emails can be enabled in the MyEvents menu settings.
In my case I see then emails only in myevents not when coming from events view.

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

Time to create page: 0.463 seconds