Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Question How display "Welcome, username" instead of name

More
17 years 1 month ago #11783 by artnco
hello how is it possible to display on the header "Welcome, username" instead of "Welcome, name" have a look on the picture joined

thanks :)

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago #11785 by sozzled
Use Components » Kunena Forum » Kunena Configuration:
  • Frontend
  • Username = yes

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago #11790 by artnco
Replied by artnco on topic Re:How display
thanks but its not this

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago #11796 by xillibit
Hello,

in the file /components/com_kunena/template/default/plugin/profilebox/profilebox.php a the line 120, you remplace :
Code:
<?php echo _PROFILEBOX_WELCOME; ?>, <b><?php echo $jr_username; ?></b>

by
Code:
<?php echo _PROFILEBOX_WELCOME; ?>, <b><?php echo $my->username; ?></b>

I don't provide support by PM, because this can be useful for someone else.

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago - 17 years 1 month ago #11880 by sozzled
Thanks, artno, I stand corrected. :blush:

Perhaps this idea should be taken on board by the Kunena development team: use the value in the Kunena configuration settings (as I suggested a couple of posts ago) to display the either the username real name in the profilebox.

:)
Last edit: 17 years 1 month ago by sozzled.

Please Log in or Create an account to join the conversation.

Time to create page: 0.250 seconds