Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 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

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

K 2.0 support will cease on 31 August 2013 and this section of the forum will be closed and archived after that time and no further questions will be answered about this version.

Question How to change the title ?

More
11 years 7 months ago #1 by niou142
Hi,

There is a little problem with kunena 2.x : the title.

If you go here you could see this : <title>Forum jeux vidéo - PS3 - XBox 360 - WII :: Sujet : Date de sortie et prix de la WII U (1/1)</title>

Forum jeux vidéo - PS3 - XBox 360 - WII is the name of my forum.
Sujet : = COM_KUNENA_VIEW_TOPICS_DEFAULT in com_kunena.views.ini

So the title is : name_forum + COM_KUNENA_VIEW_TOPICS_DEFAULT + title subject

But it's better to do this :

title subject + name_forum

Why ? Becuase :

- It's good for SEO
- If we open lots of pages (in 'onglet') we don't know the subject ... so if the title is first, it's ok !

How to change the order (and if you could make the changement for the next version it will good) ?

In components/com_kunena/views/topic/view.html.php (line 903) I see :
Code:
$title = JText::sprintf('COM_KUNENA_VIEW_TOPICS_DEFAULT', $this->topic->subject) . " ({$page}/{$pages})"; $this->setTitle($title);

But how to change order ?
The following user(s) said Thank You: hjherbst

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

More
11 years 7 months ago #2 by niou142
Replied by niou142 on topic How to change the title ?
Please someone could help me ?

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

More
11 years 7 months ago #3 by niou142
Replied by niou142 on topic How to change the title ?
Nobody do this ?

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

More
11 years 7 months ago #4 by ChaosHead
The following user(s) said Thank You: niou142

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

More
11 years 7 months ago - 11 years 7 months ago #5 by Garry1953
Replied by Garry1953 on topic How to change the title ?
Try settings from Global Configuration in Joomla.
Set Site Name to After.
Indicated in the Pic Attached.




Hope this Helps.
Attachments:
Last edit: 11 years 7 months ago by Garry1953.

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

More
11 years 7 months ago #6 by niou142
Replied by niou142 on topic How to change the title ?
No Garry in the last version we havn't got ths option ;).

Thank's ChaosHead we are right.

In administrator/components/com_kunena/libraries/view.php line 421: change the order to :

// TODO: allow translations/overrides (also above)
$title = $title.' :: '. KunenaFactory::getConfig()->board_title;

The following user(s) said Thank You: hjherbst

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

Time to create page: 0.374 seconds