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

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.

Merged Change browser window title

More
11 years 5 months ago #31 by sozzled
Replied by sozzled on topic Change browser window title
*** Topics merged ***

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

More
11 years 4 months ago - 11 years 4 months ago #32 by Shapllo
Replied by Shapllo on topic Change browser window title
Hello
I have seem many sites have removed the word: "Topic" from the page titles, so each new posting has a clean title, and can be found easily in Google search.
I have seen some solutions in the forum but those are for old versions of kunena.
Can someone can give me any idea which file needs to be modified?

Thanks in advance
Last edit: 11 years 4 months ago by Shapllo.

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

More
11 years 4 months ago #33 by sozzled
Replied by sozzled on topic Change browser window title
*** Topics merged ***

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

  • C0n
  • C0n's Avatar
  • Offline
  • Premium Member
  • Only the strongest will survive
More
11 years 3 months ago #34 by C0n
Replied by C0n on topic Kunena Page title Remove ::
So in the forum title there is this extremely annoying "::" that seprates the forum name from category index.

How do i change it to a hyphen ?

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

More
11 years 3 months ago #35 by sozzled
Replied by sozzled on topic Change browser window title
*** Topics merged ***

This topic discusses your issue, C0n, but I do not have any other information for you.

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

  • C0n
  • C0n's Avatar
  • Offline
  • Premium Member
  • Only the strongest will survive
More
11 years 3 months ago - 11 years 3 months ago #36 by C0n
Replied by C0n on topic Kunena Page title Remove ::
Solved my issue edited the following file and changed this

administrator/components/com_kunena/libraries/view.php

Following code :
Code:
$title = KunenaFactory::getConfig()->board_title .' :: '. $title;

Changed to this :
Code:
$title = KunenaFactory::getConfig()->board_title .' - '. $title;
Last edit: 11 years 3 months ago by C0n.

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

More
11 years 3 months ago #37 by baijianpeng
Why not add an option in Kunena configuration to allow users custom that separator character?

I also want to change the sequence order of elements in the page title, the current one is:
Code:
Board Name - Post Title - Site Name

I think a better order is:
Code:
Post Title - Board Name - Site Name

Why not make this order selection also another option? Why you encourage users to hack the code? Don't you know that the hacking will be overwritten when you upgrade Kunena component?

Thanks.

www.joomlagate.com/

Chinese Joomla Users' Portal

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

More
11 years 2 months ago - 11 years 2 months ago #38 by grega
Hello,

Im sure you already answered this question but I can't find it - how can I edit/rename the Kunena text in browser tab on top of the window? To change "Kunena :: Category index" and others to something else. So not the tabs in Kunena forum, but the text in browser tabs.
Last edit: 11 years 2 months ago by sozzled. Reason: Changed subject to improve relevance for search

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

More
11 years 2 months ago #39 by sozzled
Replied by sozzled on topic Change browser window title
*** Topics merged ***

grega: your issue is discussed here in this topic.

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

More
11 years 2 months ago #40 by grega
Replied by grega on topic Change browser window title
Hi,

thx i used this:

"administrator/components/com_kunena/libraries/view.php

Following code :
$title = KunenaFactory::getConfig()->board_title .' :: '. $title;


Changed to this :
$title = KunenaFactory::getConfig()->board_title .' - '. $title;"


but I can't find clear explanation which files (with their location) and in what line of files to make what changes so to be able to change kunena text in browser windows to custom text.

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

Time to create page: 0.428 seconds