Displaying FEU username in Calendar event
Displaying FEU username in Calendar event
Hi, I currently have a site set up with using the Calendar module that any of my FEUs can add an event to. The only problem is that I can't find a smarty tag that will display the username of the person that posted the event! Any idea how I could do this? Thanks for the help.
Re: Displaying FEU username in Calendar event
Did you mean CGCalendar?
I did this on a recent site:
I did this on a recent site:
Code: Select all
{$feu_smarty->get_userinfo($event.event_created_by, 'user_data')}
<p>Created by {$user_data.username}</p>