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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Adding user-specific info to Kunena profile

More
16 years 4 months ago #36098 by Mr Livered
I'm using Kunena profiles on my site, having decided that CB/Jomsocial isn't worth it for us.

However, I would like to hack the template to provide integration with another component. Specifically, to add a link to the user's IDoBlog within the profile box.

Anyone have any experience of doing this sort of thing?

Many thanks in advance.

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

More
16 years 4 months ago #36100 by xillibit
Hello,

If you know the url for the user profile of IDoBlog, it will be possible to do that.

I don't provide support by PM, because this can be useful for someone else.

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

More
16 years 4 months ago #36109 by Mr Livered
Thanks xillibit.

I believe the url would be index.php?option=com_idoblog&task=userblog&userid=XX

where XX = the user's Joomla userID.

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

More
16 years 4 months ago #36114 by xillibit
open the file \components\com_kunena\lib\kunena.link.class.php and at line 213 replace this :
Code:
return JRoute::_(KUNENA_PROFILE_LINK_SUFFIX.$userid);

by this :
Code:
return JRoute::_( 'index.php?option=com_idoblog&task=userblog&userid='.$userid);

I don't provide support by PM, because this can be useful for someone else.

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

More
16 years 4 months ago #36160 by Mr Livered

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

Time to create page: 0.494 seconds