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 remove category title link

More
16 years 9 months ago #22215 by jon73dpi
Hi

Thanks for your answer. I only will have the one Parent category and the comment of it being confusing was made by a user.

The way you had it in Fireboard with the <a href=".."></a> on either side of it was really great and simple to edit.

Thanks
Jon

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

More
16 years 9 months ago #22221 by sozzled
Unfortunately for you, the answer is not as easy as merely removing an <a ...> tag.

You can remove the links for the parent tag but, if you do so, you will also remove the links for the sub-categories. I don't think you would want to do that. To achieve what you want you need to edit the file ../components/com_kunena/lib/kunena.link.class.php at about line 66 and replace the following line
Code:
return CKunenaLink::GetSefHrefLink(KUNENA_LIVEURLREL.'&amp;func='.$func.'&amp;catid='.$catid, $catname, '', $rel, $class);
with
Code:
return '<span ' . ($class ? 'class="'.$class.'" ' : '') . '>' . $catname . '</span>';

I've already spent over 45 minutes locating and testing this solution for you, I have to admit, it seems to have been a wasted effort. Perhaps, for that reason, I'll find my karma "rating" (which was 10 yesterday, and it's 9 today) will be lowered accordingly - for wasting my time and everyone else's. Ah well, c'est la vie!

The easier solution - there's always an easier, non-technical solution - is to inform your complaining user that "the confusion arises from a current restriction in the forum component" that you're using and that "a solution may be found in a future version". That should keep them happy for the next year or two. :laugh:

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

More
16 years 9 months ago #22235 by jon73dpi
Hi

Thanks for your reply I shall put it use shortly. I really didn't mean to waste your time I was merely investigating if there was a relatively simple fix as there was in previous versions.

Thanks for your help, karma point noted...I will let you know how it goes.

Many thanks
Jon

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

More
16 years 9 months ago #22236 by jon73dpi
Hi

Just made the code change you suggested and unfortunately it had no effect.

Thanks anyway
Jon

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

Time to create page: 0.231 seconds