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

Question Code to change browser window title?

More
14 years 1 month ago - 14 years 1 month ago #1 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: 14 years 1 month ago by sozzled. Reason: Change topic subject for relevance

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

More
14 years 1 month ago #2 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
14 years 1 month ago - 14 years 1 month ago #3 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: 14 years 1 month ago by xillibit.

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

More
14 years 3 weeks ago #4 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
Attachments:

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

More
14 years 3 weeks ago #5 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
13 years 6 months ago #6 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.

More
13 years 6 months ago - 13 years 6 months ago #7 by India143
Hi,

Read the post How to change the title in Kunena forum

I follow all the steps but I didn't found the exact code.. I am attaching my fb_layout.php . Please give me little time to make correction. I am using version 1.5.12 .

Please check and show me the exact code to change.

Thank you

File Attachment:

File Name: fb_layout.txt
File Size:13 KB
Attachments:
Last edit: 13 years 6 months ago by India143.

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

More
13 years 6 months ago #8 by arunsiam
I am using Kunena 1.5.12. I can not find the code mentioned above

กระดาษ จำหน่าย กระดาษ ของชำร่วย ของพรีเมี่ยม กระเป๋าพลาสติก พรีเมี่ยม ของพรีเมี่ยม

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

Time to create page: 1.124 seconds