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

Solved [K.5.0.RC3] Page Titles Are Missing

More
9 years 10 months ago - 9 years 10 months ago #176541 by eSilverStrike
For every forum page (Index, Category, Topic, User, etc..), the page title is missing the text. It looks like this in the page source:
Code:
<title></title>

The rest of the site page titles work fine.

I am not sure why this is happening as I see this other bug report about the duplicate Page Title which would indicate that they are working for other sites.

This happens with both forum templates and the meta keywords and description display fine.

I also have JReviews and JFBConnect installed.
Last edit: 9 years 10 months ago by eSilverStrike.

Please Log in or Create an account to join the conversation.

More
9 years 10 months ago #176543 by 810
check the menu item, if they got any data on the "Browser Page Title" option, and remove the data if its there

Please Log in or Create an account to join the conversation.

More
9 years 10 months ago #176547 by eSilverStrike
I was using the menu items created by the install. "Show Page Heading" for those was set to no. I thought that was the problem but it still shows no title when set to yes (nothing is in the Browser Page Title). (I cleared the cache and everything)

Please Log in or Create an account to join the conversation.

More
9 years 10 months ago #176557 by eSilverStrike
Okay I ran a few more tests.

It looks like even if I set the Form menu items "Browser Page Title" to something it still doesn't display any page titles for the forum.

Does anyone know what is going on?

Where is the code for creating the forum page titles? I wouldn't mind trying running through the code on my site to see if I can spot the problem.

Thanks

Please Log in or Create an account to join the conversation.

More
9 years 10 months ago - 9 years 10 months ago #176560 by 810
For me they all work
Code:
<title>Recent Discussions - Kunena</title>

Do you have any sef component installed?

components\com_kunena\controller\topic\list\recent\display.php
Last edit: 9 years 10 months ago by 810.

Please Log in or Create an account to join the conversation.

More
9 years 10 months ago - 9 years 10 months ago #176562 by eSilverStrike
Yes the one for JReviews (plus the regular Joomla one).

I have disabled both in testing and the title is still not there.

I have added some logging to c:\joomlasite\libraries\joomla\document\document.php in the setTitle function. For a normal article page it looks like this


2016-06-23T13:27:28+00:00 - Title: Home
2016-06-23T13:27:28+00:00 - Title: Blog
2016-06-23T13:27:29+00:00 - Title: My Article Title - My Site Name

For the Recent Topics forum page it looks like this:
2016-06-23T13:33:15+00:00 - Title: Home
2016-06-23T13:33:15+00:00 - Title: Recent Topics
2016-06-23T13:33:15+00:00 - Title:

The last time it is set it is blank. Not even my site name which is supposed to be added after every page. Do you know where Joomla adds the site name to the page title?
Last edit: 9 years 10 months ago by eSilverStrike.

Please Log in or Create an account to join the conversation.

Time to create page: 0.252 seconds