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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Kunena default page

More
16 years 3 months ago #37956 by sozzled
Replied by sozzled on topic Re:Kunena default page
I understand your problem a bit better but I haven't got a solution for you. Perhaps someone else can help? :S

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

More
16 years 3 months ago #37985 by @quila
Replied by @quila on topic Re:Kunena default page
Let me try

1. In the file layout.php delete or comment the code

if ($func == '') // Set default start page as per config settings
{
switch ($fbConfig->fbdefaultpage)
{
case 'recent':
$func = 'latest';
break;
case 'my':
$func = $kunena_my->id > 0 ? 'mylatest' : 'latest';
break;
default:
$func = 'listcat';
}
}


2. Open the file kunena.php

components / com_kunena /

you'll find the same code as above around line 309 and change this in the code

if ($func == '') // Set default start page as per config settings
{
$func = 'showcat';
$catid = YOUR_CATEGORY_ID_HERE;
}


Regards

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

More
16 years 3 months ago #38035 by taiklan
Replied by taiklan on topic Re:Kunena default page
Thanks that did the trick

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

Time to create page: 0.242 seconds