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.

Important How to change the profile link in kunena.communitybuilder.php to use username instead of userid?!

More
16 years 6 months ago #30020 by ogito
Hi everybody,

I work on my own project and I use community builder together with kunena. I need to change the profile link in the kunena.communitybuilder.php. It uses now $userid and I need it like this:

' www.domain.com/user.php?login'= (username)'

I have tried with:

' www.domain.com/user.php?login'= .$username'

but it does not work this way. It just loads www.domain.com/user.php?login=
without taking the username var.

I would highly appreciate your help with this isssue.

Thank you in advance.

Best Regards.

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

More
16 years 6 months ago #30288 by Matias
cbSef( 'index.php?option=com_comprofiler&task=userProfile&user='
.$userid. getCBprofileItemid() );

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

More
16 years 6 months ago #30367 by ogito
Hi,

this is the default option. I need instead of $userid to call the username.
Thanks.

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

More
16 years 6 months ago #30402 by Matias
cbSef function call will generate very different looking url with username in it.. Well, if SEF is enabled anyway..

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

Time to create page: 0.223 seconds