- Posts: 6
- Thank you received: 0
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
16 years 10 months ago #22100
by jon73dpi
remove category title link was created by jon73dpi
Hi
I need to remove the link of the parent category name on the "Categories" page. The code string I need to edit I think is:
"echo CKunenaLink::GetCategoryLink('listcat', $cat->id, kunena_htmlspecialchars(stripslashes($cat->name)), 'follow', $class='fb_title fbl');"
Line 169 on listcat.php
In Fireboard it was simple as I could just remove the a href tag but I cant seem to see how to remove the link from the new Kunena forum.
Help ASAP would be really helpful.
Thanks
Jon
I need to remove the link of the parent category name on the "Categories" page. The code string I need to edit I think is:
"echo CKunenaLink::GetCategoryLink('listcat', $cat->id, kunena_htmlspecialchars(stripslashes($cat->name)), 'follow', $class='fb_title fbl');"
Line 169 on listcat.php
In Fireboard it was simple as I could just remove the a href tag but I cant seem to see how to remove the link from the new Kunena forum.
Help ASAP would be really helpful.
Thanks
Jon
Please Log in or Create an account to join the conversation.
16 years 9 months ago #22153
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:remove category title link
Hello,
you have just to commented this line like this :
you have just to commented this line like this :
Code:
//echo CKunenaLink::GetCategoryLink('listcat', $cat->id, kunena_htmlspecialchars(stripslashes($cat->name)), 'follow', $class='fb_title fbl');
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.
16 years 9 months ago #22156
by jon73dpi
Replied by jon73dpi on topic Re:remove category title link
Thanks, but that removes the header totally all I want to do is just remove the hyperlink of it because when you click it it just goes back to the page its already on and that can confuse people.
Thanks
Jon
Thanks
Jon
Please Log in or Create an account to join the conversation.
16 years 9 months ago #22158
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:remove category title link
Sorry I'am confused, but I don't know what link do you want to remove ?
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.
16 years 9 months ago #22161
by jon73dpi
Replied by jon73dpi on topic Re:remove category title link
Please Log in or Create an account to join the conversation.
16 years 9 months ago - 16 years 9 months ago #22194
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re:remove category title link
@jon73dpi: I suppose if you only have the one category in your forum, this link could seem to be unnecessary. But what if you have several categories? Have you observed the difference in behaviour? The links do not take you to "back to the page its already on" as you stated earlier.
Although, I'm sure, it's quite possible to alter this clickable behaviour, it's work on our part and it's work on your part and I want to be sure that you really want what you've requested because I doubt your users will even notice the difference. :blink:
Although, I'm sure, it's quite possible to alter this clickable behaviour, it's work on our part and it's work on your part and I want to be sure that you really want what you've requested because I doubt your users will even notice the difference. :blink:
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 16 years 9 months ago by sozzled.
Please Log in or Create an account to join the conversation.
Time to create page: 0.246 seconds