Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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
Question JomSocial and Kunena Profile Integration
This version adds the ICQ, AIM, YIM, MSN, SKYPE, TWITTER, FACEBOOK, etc. links to the JomSocial Profile.
PLEASE note the instructions if you are not using the default template.
There is now a change log in the zip.
Maker of:
JomSocial and Kunena Profile Integration
JomSocial and Kunena Karma Integration
Both are available at my website.
Please Log in or Create an account to join the conversation.
- silberfuchs
-
- Offline
- Junior Member
-
- Posts: 60
- Thank you received: 0
Please Log in or Create an account to join the conversation.
silberfuchs wrote: I would like to ask if I update Kunena from 1.6.1 to 1.6.2 if I have to reinstall the hack?
Yes you will, however only the files going into the **/components/com_kunena/ subdirectories.... off the top of my head I think they are socialbuttons2.php profile.vertical.php profile.horizontal.php you can find out for sure by looking in theinstructions and see what files go in the kunena subdirectories.
Sent from my Droid X
Maker of:
JomSocial and Kunena Profile Integration
JomSocial and Kunena Karma Integration
Both are available at my website.
Please Log in or Create an account to join the conversation.
Quick question (since I can't find anything on the forums). Is it possible to pull the JS birthday and format into Kunena? I want to change the format to the Month/Day that's in JS but can't find how to do it. Would seem it could be pulled using this integration hack.
Thanks,
Nate
Please Log in or Create an account to join the conversation.
My initial thoughts on this are that it would have to be hard coded. I will take a look today and let you know what I find.
Maker of:
JomSocial and Kunena Profile Integration
JomSocial and Kunena Karma Integration
Both are available at my website.
Please Log in or Create an account to join the conversation.
go to the language files.... **/language/en-GB/en-GS.com_kunena.ini <<for the english one...
find these two lines:
COM_KUNENA_DT_DATETIME_FMT="%d %b %Y %H:%M"
COM_KUNENA_DT_DATE_FMT="%d %b %Y"
and switch the %b and the %d so it should be:
COM_KUNENA_DT_DATETIME_FMT="%b %d %Y %H:%M"
COM_KUNENA_DT_DATE_FMT="%b %d %Y"
now all of your kunena dates will be formated as MM-DD-YYYY
Maker of:
JomSocial and Kunena Profile Integration
JomSocial and Kunena Karma Integration
Both are available at my website.
Please Log in or Create an account to join the conversation.