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.

Question Removing "categories -" from page title

More
14 years 6 months ago #110103 by f0CUS
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.
More
14 years 6 months ago #110122 by f0CUS
I think its a bit worrying that one of the developers doesnt know how to remove the "categories -"
The topic has been locked.
More
14 years 6 months ago - 14 years 6 months ago #110128 by sozzled
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 );
Last edit: 14 years 6 months ago by sozzled.
The topic has been locked.
More
14 years 6 months ago #110132 by f0CUS
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...
The topic has been locked.
More
14 years 6 months ago - 14 years 6 months ago #110136 by ZYNC
gentle bump.

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.
More
14 years 5 months ago #110359 by blacktino79
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