Kunena 6.1.3.2 Released

The Kunena team has announce the arrival of Kunena 6.1.3.2 [K 6.1.3] which is now available for download as a native Joomla extension for J! 4.2.x/4.3.x. This version addresses most of the issues that were discovered in K 6.1.0 and issues discovered during the last development stages of K 6.1

Solved How to add/remove social networks

More
8 years 3 months ago #1 by wanxe
Hi there!

modified the "libraries/kunena/user.php" file to replace some social networks (steam, xbox, etc ...) I'd do something a little less sloppy ...
how it could be done more elegantly? :(

Example:
Code:
'gtalk' => array ('url' => 'http://steamcommunity.com/id/##VALUE##', 'title' => JText::_ ( 'COM_KUNENA_MYPROFILE_STEAM'), 'nourl' => '0' ),

To:
Code:
'steam' => array ('url' => 'http://steamcommunity.com/id/##VALUE##', 'title' => JText::_ ( 'COM_KUNENA_MYPROFILE_STEAM'), 'nourl' => '0' ),
Thousand thanks!

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

More
8 years 3 months ago #2 by wanxe
LoL!! :silly: :silly:
I'm asking how to change the Social Networks... this isn't a solution... xD

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

Time to create page: 0.288 seconds