- Posts: 27
- Thank you received: 0
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
17 years 1 month ago #11783
by artnco
How display "Welcome, username" instead of name was created by artnco
Please Log in or Create an account to join the conversation.
17 years 1 month ago #11785
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re:How display "Welcome, username" instead of name
Use Components » Kunena Forum » Kunena Configuration:
- Frontend
- Username = yes
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
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.
17 years 1 month ago #11796
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:How display "Welcome, username" instead of name
Hello,
in the file /components/com_kunena/template/default/plugin/profilebox/profilebox.php a the line 120, you remplace :
by
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.
17 years 1 month ago - 17 years 1 month ago #11880
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Configuration settings not used in welcome
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.
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.
Blue Eagle vs. Crypsis reference guide
Read my blog and
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