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
Question page titles
15 years 3 months ago #79924
by severdia
Author of Using Joomla from O'Reilly Media. | www.usingjoomlabook.com
Replied by severdia on topic Re: page titles
Actually, Matias just came up with a clever workaround. So we'll have something working for Kunena 1.6.3. But we'll do it a better way in Kunena 2.0.
Author of Using Joomla from O'Reilly Media. | www.usingjoomlabook.com
The following user(s) said Thank You: cally6008
Please Log in or Create an account to join the conversation.
15 years 2 months ago #84539
by prophoto
Replied by prophoto on topic Re: page titles
Will this work for 1.6.3?
Please Log in or Create an account to join the conversation.
15 years 2 months ago #84690
by Matias
Replied by Matias on topic Re: page titles
Yes, but it broke many other installations because of inconsistencies in how Joomla handles menu parameters. So it will not work in K1.6.4 anymore.
Please Log in or Create an account to join the conversation.
15 years 2 days ago #93379
by germi
Replied by germi on topic how to make "page title" to be the "topic title"
this sounds stupid, I know, maybe it's something I'm missing.
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?
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.
15 years 2 days ago #93380
by germi
Replied by germi on topic Re: how to make "page title" to be the "topic title"
you, for instance this page you are seeing now is called precisely:
how to make "page title" to be the "topic title"
LOGIC!
well, I can't achieve this!! weird, huh?? anyone has a clue?
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.
15 years 2 days ago #93383
by germi
Replied by germi on topic Re: how to make "page title" to be the "topic title"
more on this:
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.
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.
Time to create page: 0.272 seconds