简体   繁体   中英

Joomla user real name as username

I'm trying to edit joomla homepage. The homepage has a latest articles module by mod_articles_category. Everythings works fine but in article showing written by: Super User.

I want to show not real name but username. I'm trying:

<?php echo $item->author; ?>

But it's not working.

此添加项应为您提供作者的用户名。

echo JFactory::getUser($this->item->created_by)->username;

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM