- Posts: 3
- Thank you received: 0
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
Question Page Title with Kunena "Categories" as Homepage
17 years 1 month ago #8173
by mkeChris
Page Title with Kunena "Categories" as Homepage was created by mkeChris
Hi there,
I saw that you fixed an old bug from Fireboard where the page titles are blank. My homepage is set to the Kunena forum. I need the page title to be the name of my site without "Categories -" in front of it. I looked in componenents/com_kunena/template/default_ex/listcat.php and fb_layout.php and saw where $mainframe was setting the meta keywords and description but can't seem to find where it's setting the page title. Can you point me in the direction of the right file to modify to set my page title?
Thanks!
I saw that you fixed an old bug from Fireboard where the page titles are blank. My homepage is set to the Kunena forum. I need the page title to be the name of my site without "Categories -" in front of it. I looked in componenents/com_kunena/template/default_ex/listcat.php and fb_layout.php and saw where $mainframe was setting the meta keywords and description but can't seem to find where it's setting the page title. Can you point me in the direction of the right file to modify to set my page title?
Thanks!
Please Log in or Create an account to join the conversation.
17 years 1 month ago - 17 years 1 month ago #8185
by mikledo
Replied by mikledo on topic Re:Page Title with Kunena "Categories" as Homepage
Hi,
the eseast Way to rename the Tab "Categories" you edit the language-file in
"..\administrator\components\com_kunena\language\kunena.english.php"
in line 169 you find
the eseast Way to rename the Tab "Categories" you edit the language-file in
"..\administrator\components\com_kunena\language\kunena.english.php"
in line 169 you find
i think, thats all.DEFINE('_KUNENA_CATEGORIES', 'Categories');
Last edit: 17 years 1 month ago by mikledo.
Please Log in or Create an account to join the conversation.
17 years 1 month ago #8384
by mkeChris
Replied by mkeChris on topic Re:Page Title with Kunena "Categories" as Homepage
In doing this though, I presume I would still be left with the '-' in front of the name of my site in the page title.
Here is my ultimate goal. I have a site running joomla 1.5.9. Fireboard, now Kunena is the centerpoint and the homepage of the whole site. For SEO purposes, I'd like to have the page title be my site name, rather than Categories, or "- My Site Name"
Do you have any ideas of how I could remove the "-" as well?
Thanks!
Chris
Here is my ultimate goal. I have a site running joomla 1.5.9. Fireboard, now Kunena is the centerpoint and the homepage of the whole site. For SEO purposes, I'd like to have the page title be my site name, rather than Categories, or "- My Site Name"
Do you have any ideas of how I could remove the "-" as well?
Thanks!
Chris
Please Log in or Create an account to join the conversation.
17 years 1 month ago #8724
by mkeChris
Replied by mkeChris on topic Re:Page Title with Kunena "Categories" as Homepage
The problem with removing the entry in ..\administrator\components\com_kunena\language\kunena.english.php is that it removes the 'Categories' tab from the site altogether. All I was looking to do was get rid of it from the page title. I was able to eliminate the '-' and 'Categories' by going into my ./components/com_kunena/template/default_ex/fb_pathway.php
I changed line 150 to say:
I saw the Categories code as well as the '-' concatenated on there. Now it works fine. Now it's on to fixing the keywords and description as the categories and hyphens are put in those as well.
I changed line 150 to say:
Code:
$mainframe->setPageTitle(stripslashes($fbConfig->board_title));
I saw the Categories code as well as the '-' concatenated on there. Now it works fine. Now it's on to fixing the keywords and description as the categories and hyphens are put in those as well.
Please Log in or Create an account to join the conversation.
Time to create page: 0.208 seconds