- Posts: 43
- Thank you received: 0
Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.
The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Question SOLVED - Change Category List URL from listcat
I realize that I could probably just name the main navigation listcat but I'd prefer to do it this way if possible.
Where would I go in the code to change just the url of that link?
Please Log in or Create an account to join the conversation.
Either you've fixed your problem or I've misunderstood your question. When I look at your site (as a guest):My Joomla main navigation points to the categories page of my Kunena forum with a url of community.html. The tab for the categories page is listcat.html and I need to change that to community.html ...
- Clicking the Joomla menu item labelled "Community" takes you directly to the Kunena forum categories view with the URL ../community.html
- Clicking the Kunena tab labelled "Categories" takes you to the Kunena the Kunena forum categories view with the URL ../community.html
Now although the mouse-click action takes you to the same place, I undestand the issue. When you move your mouse over the Kunena "Categories" tab, the target of the link is displayed in the bottom status bar as ..listcat.html. I mean, so what? What's the problem? The links still take you to the same web-page. Please explain the "possible duplicate content issues" that you fear and your need to mess aroung with ordinarily properly functioning code.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
As you noted on mouseover, the link still points to the listcat page... hence the request for where in the code that it might be modified.
Do you know where in the code that I might make this change?
Please Log in or Create an account to join the conversation.
Does it matter what the mouse rollover displays on the status bar as long as the address is resolved (which you've achieved, anyway)? If you think back to the days before Kunena 1.5.3, the target of the "Categories" tab would have been displayed as "<domain-baseURL>/forum?func=listcat".
Think about the number of websites where the mouseover displays not as a URL but as a reference to a Javascript function. It's not the mouseover display that's important, it's what the link resolves to after it's been processed by the server, isn't it? I understand, from what you've written, that you disagree.
The most important point that I want to make is this: every optional change that you make now, to K 1.5.3, will have to be done again when K 1.5.4 appears, and when the next version appears after that, and so on and so forth. The more changes you make now, the more difficult it will become later to sustain a supportable version of Kunena. The more changes you make to the standard code, the more impossible it will be for you to obtain help from this forum, because your version will be so out-of-step with the mainstream. It is for these reasons that I encourage you not to ostracise yourself from this support community. If, however, you are determined to make the changes you desire, then I can only wish you good luck ... and bon voyage.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Just a note, I'm not here to debate best practices as it relates to internal linking but there is a wealth of information available on the web for those that are so inclined.
I will say though, for anyone checking in, that if you have identical pages on your site that are accessible via different url's it is in your site's best interest to correct it.
Thanks again for the information and I'll make note of it for future versions.
Please Log in or Create an account to join the conversation.