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 page titles
Author of Using Joomla from O'Reilly Media. | www.usingjoomlabook.com
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
on previous versions, the page title was the same as the thread title. logic.
but with the last version, it only shows the "forum title" on the HTML title element!!!
why is that??
this is bad for SEO of course... all pages have the same title!!
how to change this behavior? do I really need to go to the code?
is it some configuration I'm missing?
Please Log in or Create an account to join the conversation.
how to make "page title" to be the "topic title"
LOGIC!
well, I can't achieve this!! weird, huh?? anyone has a clue?
Please Log in or Create an account to join the conversation.
I'm a developer, so I can find more or less where things happen.
this was easy to find.
on main kunena.php file, line 822, there's this:
if ($params->get( 'show_page_title' )) $document->setTitle ( $params->get( 'page_title' ) );
which is precissely replacing the page title for the undesired on.
so looking at this looks simple... all I need is to find that parameter, and set it to FALSE or whatever.
of course I can just erase this line of code and the problem will be gone... but there should be another way!
the problem is that I CANNOT FIND THAT PARAMETER!!! in Kunena there's not the typical "PARAMETERS" button, its all on configuration, and I cannot find this.
Please Log in or Create an account to join the conversation.