Displaying FEU username in Calendar event

The place to talk about things that are related to CMS Made simple, but don't fit anywhere else.
Post Reply
TheR3ason
New Member
New Member
Posts: 2
Joined: Tue Feb 25, 2014 8:01 pm

Displaying FEU username in Calendar event

Post 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.
Wishbone
Power Poster
Power Poster
Posts: 1368
Joined: Tue Dec 23, 2008 8:39 pm

Re: Displaying FEU username in Calendar event

Post 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>
Post Reply

Return to “The Lounge”