Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

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

More
7 years 9 months ago - 7 years 9 months ago #1 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: 7 years 9 months ago by eSilverStrike.

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

More
7 years 9 months ago #2 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
7 years 9 months ago #3 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
7 years 9 months ago #4 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
7 years 9 months ago - 7 years 9 months ago #5 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: 7 years 9 months ago by 810.

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

More
7 years 9 months ago - 7 years 9 months ago #6 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: 7 years 9 months ago by eSilverStrike.

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

More
7 years 9 months ago #7 by 810
global configuration

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

More
7 years 9 months ago #8 by eSilverStrike
I knew that, I meant in what file, I was going to check out the code. :-)

Actual I just disabled "Include Site Name in Page Titles" in Global and that turned out to be the problem. The forum page titles are blank if the setting is After (which is what I have it set for). If it is set to Before or No then the page titles will work.

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

More
7 years 9 months ago #9 by 810
ok now i know where the issue is, will fix it for next rc

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

More
7 years 9 months ago #10 by 810
for the moment, you need to change the forum name or site name, it can't be the same.

I added the check so you don't get the same names after each other, but there is a isue with it, will fix it

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

Time to create page: 0.454 seconds