hi,
just to confirm, can I know where is this?
Thread Starter
namion
(@namion)
you can modify template file at events-manager/templates/placeholders/attendeeslist.php
to use templates: http://wp-events-plugin.com/documentation/using-template-files/
eg. wp-content/themes/Your Theme/plugins/events-manager/placeholders/attendeeslist.php
Thread Starter
namion
(@namion)
when i switch “get_name” by “get_surname” or “get_firstname” or “get_username” he don’t show register….
atttendeelist.php :
echo ‘
-
This reply was modified 7 years, 7 months ago by
namion.
Thread Starter
namion
(@namion)
My topic is not resolved.
Can you help me please??
1) Please delete the code in your last post -> It breaks the complete markup of the forum page.
2) Of course get_surname() does noting as that is not a valid function. 😉
Change it to: echo '<li>'. $EM_Booking->get_person()->user_login .'</li>';
You can use either of these options:
user_login
user_nicename
user_email
display_name