Loading...
 
 Error
  • Contact the site administrator. The index needs rebuilding.
Features / Usability

Features / Usability


Display the user article's

posts: 8633 Israel

Is there a way to display the "user's name" that post an article ?

The author name can be changed.

posts: 56 United States

> 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:

text


Helene


posts: 1092

You will have to change in "whatever" template you need authorName with author.
Exemple in tiki-read_articles.php

Image
Copy to clipboard
$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