Page 1 of 1

Displaying FEU username in Calendar event

Posted: Tue Feb 25, 2014 8:06 pm
by TheR3ason
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

Posted: Thu Mar 06, 2014 4:31 pm
by Wishbone
Did you mean CGCalendar?

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>