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

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
13 years 6 months ago #135179 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
13 years 5 months ago - 13 years 5 months ago #136448 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: 13 years 5 months ago by Shapllo.

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

More
13 years 5 months ago #136453 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
  • Premium Member
  • Only the strongest will survive
More
13 years 4 months ago #137611 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
13 years 4 months ago #137615 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
  • Premium Member
  • Only the strongest will survive
More
13 years 4 months ago - 13 years 4 months ago #137863 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: 13 years 4 months ago by C0n.

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

Time to create page: 0.240 seconds