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 Removing profile links from main forum page...

More
16 years 4 months ago #35016 by RCheesley
I can't even locate that line let alone comment it out!

Ruth

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

More
16 years 4 months ago #35026 by Matias
(joomla)/components/com_kunena/lib/kunena.link.class.php

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

More
16 years 4 months ago #35144 by RCheesley
I searched for that line, and the line above it in the whole file and can't locate it. Line 209-220:
Code:
function GetUserlistLink($action, $name, $rel='nofollow', $class='') { return self::GetSefHrefLink(KUNENA_LIVEURLREL.'&func=userlist'.$action, $name, '', $rel, $class); } function GetViewLink($func, $id, $catid, $view, $name, $rel='nofollow') { return CKunenaLink::GetSefHrefLink(KUNENA_LIVEURLREL.'&func='.$func.'&id='.$id.'&view='.$view.'&catid='.$catid, $name, '', $rel); } function GetPendingMessagesLink($catid, $name, $rel='nofollow') {

Ruth

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

More
16 years 4 months ago #35145 by RCheesley
Changed line 182 of the file above from
Code:
return CKunenaLink::GetSefHrefLink($link, $name, '', $rel, $class);

to
Code:
return $name;

Seems to have worked.

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

Time to create page: 0.298 seconds