Kunena 6.3.5 released
The Kunena team has announce the arrival of Kunena 6.3.5 [K 6.3.5] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
Solved How to change canonical link on forum main page?
- romagromov
- Topic Author
- Offline
- Senior Member
I checked my site for broken links and found duplicate links
/forum/category/list
and
/forum/
it is same pages.
This link displays in code:
<link href="/forum/category/list" rel="canonical" />
but forum main page link looks as /forum/
How I can change it?
Download Free Software for Windows absolutly free.
Please Log in or Create an account to join the conversation.
- romagromov
- Topic Author
- Offline
- Senior Member
Download Free Software for Windows absolutly free.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- romagromov
- Topic Author
- Offline
- Senior Member
I need to fix BUG. Not to remove canonical.
I need on forum main page canonical displays as
<link href="/forum/" rel="canonical" />
instead
<link href="/forum/category/list" rel="canonical" />
Download Free Software for Windows absolutly free.
Please Log in or Create an account to join the conversation.
<link href="/master/forum" rel="canonical" />
<link href="/master/forum/recent" rel="canonical" />
Is that ok?
components\com_kunena\controllers\home.php line 28
Please Log in or Create an account to join the conversation.
- romagromov
- Topic Author
- Offline
- Senior Member
Download Free Software for Windows absolutly free.
Please Log in or Create an account to join the conversation.
- romagromov
- Topic Author
- Offline
- Senior Member
2 canonical links on page is inadmissible
<link href="/master/forum" rel="canonical" />
<link href="/master/forum/recent" rel="canonical" />
Download Free Software for Windows absolutly free.
Please Log in or Create an account to join the conversation.
- romagromov
- Topic Author
- Offline
- Senior Member
/libraries/kunena/view.php
1. Find code (line 105)
add above this code
Then, after code
add
where http://yoursite/forum is your url on forum main page
So, public function displayAll code should looks like:
Of course, this hack will lost after update.
I can't understand, why Kunena developers can't fix this major BUG.
Download Free Software for Windows absolutly free.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.