Follow-up on "making #_ATTENDEES a link?" post
-
I found this post and could not (to save my life) get the hack submitted by markguitardude to work.
His Entry:
For anyone else that is wondering how to do this, I got it to work using this code.
- ID, 50);?>”><?php echo get_avatar($EM_Person->ID, 50); ?>
replace yourwebsite with your domain
After MUCH mucking about, I finally got it to work using this code in the attendees.php file (plugins>events-manager>templates>placeholders>attendees.php):
<li><a href="' . bp_core_get_user_domain($EM_Booking->get_person()->ID) . '">'. get_avatar($EM_Booking->get_person()->ID, 50) .'</a></li>
I hope this helps someone else/saves some time for someone in the future.
Peace,
grabuttyEDIT: This is for events manager plugin used in conjunction with Buddypress.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Follow-up on "making #_ATTENDEES a link?" post’ is closed to new replies.