- Posts: 258
- Thank you received: 24
Kunena 6.4.8 Released
The Kunena team has announce the arrival of Kunena 6.4.8 [K 6.4.8] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.
Solved How to add custom fields to User statistics ?
in order to show the custom fields from jomsocial in the user profiles in kunena (under the avatar), you need to open profile.vertical.php from your kunena template (it's in components/com_kunena/template/default/view/profile.vertical.php). Oh and if you are using horizontal profiles open profile.horizontal.php
At the end of the file add this:
that's it, now you can use your jomsocial custom fields in the forum
Please Log in or Create an account to join the conversation.
p.s. for 2.0 and the Blue Eagle template the location of the file is in /components/com_kunena/template/blue_eagle/html/topic, and the file is default_profile_vertical.php
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
i'd google a bit, if i find a solution meanwhile i'll post it.
Please Log in or Create an account to join the conversation.
/components/com_kunena/template/blue_eagle/html/topic/default_profile_vertical.php (or your templates name if you have override for default_profile_vertical.php
at the bottom add this:
Please Log in or Create an account to join the conversation.