- Posts: 9
- 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
If you have questions about third-party templates, please use the User-written Templates category or contact the author directly. This category should only be used for questions about templates developed and supported by the Kunena project.
Question Displaying Both Name AND Username
- robbyrobby
-
Topic Author
- Offline
- New Member
-
The "Display User Name" option in Kunena CP > Forum Configuration > Users only lets you select between showing either and i can't figure out what in this code for this option to change/add in the profile.vertical.php file:
Please Log in or Create an account to join the conversation.
If you just want to have both names when showing topics, you can use $this->escape($this->profile->username) and $this->escape($this->profile->name)
Please Log in or Create an account to join the conversation.
- etkritikonspoudon
-
- Offline
- Senior Member
-
- Posts: 110
- Thank you received: 7
Is there a way to fix that?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- etkritikonspoudon
-
- Offline
- Senior Member
-
- Posts: 110
- Thank you received: 7
I am sorry I am not at all good in putting my hand on the code, also I am not sure what the "reverse" is in this case and if it is clear that in my forum the only instance of the username showing up - contrary to the settings chosen - is the profile page, NOT the the topics...Matias wrote: You need to do the same in reverse. It's just a variable in the template.
In the topics themselves the real name appears, as set in the component's parameters. However, in the Profile page, the username appears within parentheses...
Sorry for the miscommunication if any...
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.