- Posts: 7
- 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
Before posting in this category, please read sticky topics and, as general background,
My Joomla site template makes a mess of Kunena
.
If you have questions about third-party templates, please use the User-written Templates category or contact the author directly. This category should only be used for questions about templates developed and supported by the Kunena project.
If you have questions about third-party templates, please use the User-written Templates category or contact the author directly. This category should only be used for questions about templates developed and supported by the Kunena project.
Question Removing "categories -" from page title
14 years 6 months ago #110103
by f0CUS
Even if i comment out line 51-59 the "categories -" arnt removed from my page title:
www.aggressive-gameplay.net
www.mtfastdl.dk/screenshots/categories.jpg
Replied by f0CUS on topic Re: Removing "categories -" from page title
Code:
/*$metaDesc = (JText::_('COM_KUNENA_CATEGORIES') . ' - ' . $this->config->board_title );
$metaKeys = (JText::_('COM_KUNENA_CATEGORIES') . ', ' . $this->config->board_title . ', ' . $kunena_app->getCfg ( 'sitename' ));
$document = JFactory::getDocument ();
$cur = $document->get ( 'description' );
$metaDesc = $cur . '. ' . $metaDesc;
$document = JFactory::getDocument ();
$document->setMetadata ( 'keywords', $metaKeys );
$document->setDescription ( $metaDesc );*/
Even if i comment out line 51-59 the "categories -" arnt removed from my page title:
www.aggressive-gameplay.net
www.mtfastdl.dk/screenshots/categories.jpg
The topic has been locked.
14 years 6 months ago #110122
by f0CUS
Replied by f0CUS on topic Re: Removing "categories -" from page title
I think its a bit worrying that one of the developers doesnt know how to remove the "categories -"
The topic has been locked.
14 years 6 months ago - 14 years 6 months ago #110128
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: Removing "categories -" from page title
I haven't tested this for myself but I would say that you need to change the file ../com_kunena/funcs/listcat.php and remove the bits that you don't want to use. For example:
Code:
$metaDesc = ($this->config->board_title );
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 14 years 6 months ago by sozzled.
The topic has been locked.
14 years 6 months ago #110132
by f0CUS
Replied by f0CUS on topic Re: Removing "categories -" from page title
That is what fxstein suggested.
And what i tried...
But even if i comment out the whole section it have no effect what so ever...
And what i tried...
But even if i comment out the whole section it have no effect what so ever...
The topic has been locked.
14 years 6 months ago - 14 years 6 months ago #110136
by ZYNC
Replied by ZYNC on topic Re: Removing "categories -" from page title
gentle bump.
Any update on this? I also want to remove the word "Categories -" in my forum at chat.com.ph/forum
Any update on this? I also want to remove the word "Categories -" in my forum at chat.com.ph/forum
Last edit: 14 years 6 months ago by ZYNC.
The topic has been locked.
- blacktino79
-
- Offline
- Junior Member
-
Less
More
- Posts: 50
- Thank you received: 1
14 years 5 months ago #110359
by blacktino79
Replied by blacktino79 on topic How Do You Change The Page Title From 'Categories' To Something Else On The Forum Main Page?
How do you change the page title from "Categories" to something else like "Welcome To My Forums". I searched ths topic and came up with answers for K1.5 and NOT 1.6 (I am using 1.6.4 and am not upgrading to 1.7). I even have SH404SEF and I can't even change it from there. How do you do this?
The topic has been locked.
Time to create page: 0.215 seconds