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 [FIXED] Cannot Add New Forum

More
17 years 1 week ago #13556 by Matias
Replied by Matias on topic Re:Cannot Add New Forum
Please note that you should not use Kunena 1.5 Alpha (public preview for bug reports) anywhere if you're not asking for troubles. Just uninstall it and try to use 1.0.9 instead.

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

More
17 years 1 week ago #13589 by fxstein
Replied by fxstein on topic Re:Cannot Add New Forum
Spanka wrote:

Refer to my post here: www.kunena.com/forum?func=view&catid=81&id=13486#13486 as it may be relevant (but maybe not!)

On the backend in Forum Administration, all of the links in the top right (publish, unpublish, new, edit, delete) point to:

option=com_kunena&task=showAdministration#

which of course just shows the forum administration panel. This may be by design, but it literally means we cannot operate our forums in any way.


This Alpha version bug has been fixed and will be in the upcoming 1.5.1b (Beta) version. As a reminder please use 1.0.9 in any production environments. The Alpha version is purely for testing.

Thank you!

fxstein

We love stars on the Joomla Extension Directory . :-)

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

More
17 years 1 week ago #13639 by emeyer
Replied by emeyer on topic Re:Cannot Add New Forum
That's not fair. This is an alpha release and it's stated everywhere it's not for production sites. Kunena is much better than fireboard, and the developers have been doing a great job on it.

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

More
17 years 1 week ago #13703 by bushwak
Replied by bushwak on topic Re:Cannot Add New Forum
If you use this link, it should keep you going until the beta version fixes it.

.../administrator/index2.php?option=com_kunena&task=new

you'll have to type it in though instead of using the hyperlink.


Bushwak

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

More
17 years 1 week ago #13910 by BenAdamson
Replied by BenAdamson on topic Re:Cannot Add New Forum
Thanks, I had the same problem!

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

More
17 years 5 days ago #14149 by fhkkta
Replied by fhkkta on topic Re:Cannot Add New Forum
i am new here
edit this file
joomla/administrator/components/com_kunena/toolbar.kunena.html.php

function _ADMIN()
{

JToolBarHelper::spacer();
JToolBarHelper::publish();
JToolBarHelper::spacer();
JToolBarHelper::unpublish();
JToolBarHelper::spacer();

JToolBarHelper::addNew();
modify to:
JToolBarHelper::addNew('new', 'new');

Fixed this problem

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

Time to create page: 0.249 seconds