Display the user article's Posted by Bernard Sfez / Tiki Specialist Fri 31 Dec 2004 06:36 GMT-0000 posts: 8320 ☆ ☆ ☆ Is there a way to display the "user's name" that post an article ? The author name can be changed.
Posted by Helene Sat 21 Jan 2006 22:00 GMT-0000 posts: 56 ☆ ☆ ☆ > Is there a way to display the "user's name" that post an article ? > > The author name can be changed. You can see it in the last_article module (only for the last 10 unfortunately)... {MODULE(module=>last_articles)}text{MODULE}... Other than that I don't know, and wouldn't mind having an answer... example: ×Sorry, no such modulelast_articlestext Helene
Posted by sylvie Mon 23 Jan 2006 11:54 GMT-0000 posts: 1092 ☆ ☆ ☆ You will have to change in "whatever" template you need authorName with author. Exemple in tiki-read_articles.php $smarty->assign('authorName', $article_data["authorName"]); with $smarty->assign('authorName', $article_data["author"]); For other case, it ca be to change in the templates authorName with author