Kunena 6.2.6 released

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

Solved How to add/remove social networks

More
8 years 9 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 9 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.363 seconds