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

This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.

This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.

The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.

Question Show usergroup under Username

More
16 years 7 months ago #29600 by deso
Anyone knows how to do this? Any help is appreciated, thanks! :D

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

More
16 years 7 months ago #29641 by deso
Ok, so after examining a while I found a line in view.php inside my template that has the code for showing the usertype. (around line 80)

How do I tell the template I want to use Joomla's user types and not Kunena's?

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

More
16 years 7 months ago #29644 by deso
Bingo! I could set custom usergroups new names by adding on line 686:
Code:
if ($ugid == 34) { $msg_usertype = _VIEW_VIPCREW; }

Where 34 is the VIP Group, and _VIEW_VIPCREW should be a new language string on your language folder.

Victory! :laugh:

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

Time to create page: 0.227 seconds