Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
How do I not show City and State of Attendees | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium How do I not show City and State of Attendees

How do I not show City and State of Attendees

Posted: June 7, 2013 at 7:42 am

Viewing 3 reply threads


Joseph Cohn

June 7, 2013 at 7:42 am

http://www.jrunnersclub.org/200k-relay-registration/ Shows attendees city and state. Any way for me just to show names?


Jonathan Wilson

  • Support Staff

June 7, 2013 at 2:15 pm

Hi Joseph,

You will need to remove City and State from the the Address Question group by unchecking those questions.

Screenshot: http://bit.ly/11KrzKF


Garth

  • Support Staff

June 7, 2013 at 2:17 pm

Hi Joseph,

You can exclude the location from being displayed by removing  $city_state . from the /templates/attendee_list.php file.

You could copy the file to /wp-content/uploads/espresso/templates so it’s not overwritten when you upgrade.

Let us know if you need anything else.


Garth

  • Support Staff

June 7, 2013 at 2:20 pm

You should be able to replace line 91 with this code:

<li class="attendee_details"> <span class="espresso_attendee"><?php echo $gravatar ?><?php echo stripslashes_deep($fname . ' ' . $lname) . $city_state .'</p>'; ?> </span>
Viewing 3 reply threads

The support post ‘How do I not show City and State of Attendees’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso - Staging Server