- Posts: 7245
- Thank you received: 566
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
Please Log in or Create an account to join the conversation.
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.
Please Log in or Create an account to join the conversation.
.../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.
- BenAdamson
-
- Offline
- Junior Member
-
- Posts: 26
- Thank you received: 0
Please Log in or Create an account to join the conversation.
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.