How can I show author's avatar on news article?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
christophera
Forum Members
Forum Members
Posts: 94
Joined: Sat Jun 06, 2009 10:43 pm

How can I show author's avatar on news article?

Post by christophera »

I've uploaded some fe users avatars manually.  These are users that have submitted news articles.

I would like to show their avatars with the article.

I have this in news/summary templates/mytempate

{if $entry->author}

{$author_label} {$entry->author}

{/if}

In fe users, I have an image property called 'Avatar'.

How would I call and display the author's avatar?

I'm thinking I use this somehow? {$feu_smarty->get_user_properties($uid,$assign)}  with uid being '$author', or???

Thanks for any help.  Probably going to be thrown off the forum soon for overuse today!
Post Reply

Return to “Layout and Design (CSS & HTML)”