Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.

The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Question Code to change browser window title?

More
16 years 3 months ago - 16 years 3 months ago #40355 by Moutas
I am using the following code to change specific page titles in Kunena:

$mainframe->setPageTitle("NEW PAGE TITLE");


This worked perfectly when I changed the Online page title from "forums" to "Online - Forum". I tried using the same code to change the Advanced Search page title (which is also "forums") but the page doesn't load properly and the title doesn't change. Does anyone know how I can fix this? Thanks in advance :)
Last edit: 16 years 3 months ago by sozzled. Reason: Change topic subject for relevance

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

More
16 years 3 months ago #40377 by sozzled
I hope you don't mind: I changed the discussion topic to make it more relevant.

I remember writing in an old discussion topic about this matter ( How to change browser window title ). The setPageTitle() class/function was changed after K 1.5 to setTitle(). Go to the discussion topic I referred to; I think you'll find your answers there. :)
The following user(s) said Thank You: neebrad

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

More
16 years 3 months ago - 16 years 3 months ago #40385 by xillibit
Hello,

don't use $mainframe it's deprecated into J! 1.5.x series.

You need to use something like that :
Code:
$document =& JFactory::getDocument(); $document->setTitle ($title);

I don't provide support by PM, because this can be useful for someone else.
Last edit: 16 years 3 months ago by xillibit.

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

More
16 years 3 months ago #41575 by loca
Replied by loca on topic Change page Titles
hello
I would like to change the page title for my site to appear before the categories as on this pic:

thanks

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

More
16 years 3 months ago #41636 by sozzled
You can change the browser title as shown in this thread. You can change the information into a more appropriate format if you use the information on which this discussion is based, How to change browser window title .

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

More
15 years 8 months ago #61874 by India143
I have search a lot but didn't get any solution.
The default title of Kunena forum is "Category - your site name "

Is is possible to reverser the order of title like

"Your site name - Category" to make it optimized more for SEO purpose.

My forum is India143.org

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

Time to create page: 0.224 seconds