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 can't open new Category
17 years 3 weeks ago #10955
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re:can't open new Category
As we have written elsewhere, and we will probably continue to write in the future, you are strongly advised to install Kunena 1.0.9. Kunena 1.5.0a should only be used by experienced users of earlier versions of Kunena and it should only be installed for testing purposes. Unless you have evidence that a feature that worked in Kunena 1.0.8 or V1.0.9, does not now work with version 1.5.0a, please do not ask for help on how to use this latest, test version.
Thank you.
Thank you.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
17 years 3 weeks ago #10975
by core2
Visit the Kunena documantation .
Replied by core2 on topic Re:can't open new Category
Try to turn announcement on...
Visit the Kunena documantation .
Please Log in or Create an account to join the conversation.
- grumblemarc
-
- Offline
- Elite Member
-
- Still making trouble
Less
More
- Posts: 1107
- Thank you received: 3
17 years 3 weeks ago #10978
by grumblemarc
We love stars on the Joomla Extension Directory .
Replied by grumblemarc on topic Re:can't open new Category
Currently there is NO, as in NONE, support for 1.5 alpha. It is for bug-testing/reporting only. I would not even attempt to try and troubleshoot this. So anyone asking for solutions and fixes are going to be disappointed.
BUG REPORTING ONLY!!!
There is no version 1.5.8. Your only viable option at this point is 1.0.9.
BUG REPORTING ONLY!!!
There is no version 1.5.8. Your only viable option at this point is 1.0.9.
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
17 years 2 weeks ago - 17 years 2 weeks ago #12234
by Kokin
Replied by Kokin on topic Re:can't open new Category
The solution for this case [corrected]:
Edit file administrator/components/com_kunena/admin.kunena.php
On row 83 is case switch for new category with name
, but it is wrong written as Joomla is sending from toolbar submitted acction
.
Solution is simply - just copy row 83 - 86 (between
and
), place under it and rename in copied text the
for
and change the fuction for following
Final text could looks like:
This is only solution for now - hope in next version of Kunena 1.5.xx will be this corrected by authors.
Enjoy Kunena :silly:
Edit file administrator/components/com_kunena/admin.kunena.php
On row 83 is case switch for new category with name
Code:
case 'new'
Code:
'add'
Solution is simply - just copy row 83 - 86 (between
Code:
case 'new'
Code:
break;
Code:
case 'new'
Code:
case 'add'
Final text could looks like:
Code:
case 'new':
editForum(0, $option);
break;
case 'add':
header("Location: index2.php?option=com_kunena&task=new");
break;
This is only solution for now - hope in next version of Kunena 1.5.xx will be this corrected by authors.
Enjoy Kunena :silly:
Last edit: 17 years 2 weeks ago by Kokin.
Please Log in or Create an account to join the conversation.
17 years 2 weeks ago #12235
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re:can't open new Category
Could someone please move this entire discussion to the Testing category?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- grumblemarc
-
- Offline
- Elite Member
-
- Still making trouble
Less
More
- Posts: 1107
- Thank you received: 3
17 years 2 weeks ago - 17 years 2 weeks ago #12277
by grumblemarc
We love stars on the Joomla Extension Directory .
Replied by grumblemarc on topic Re:can't open new Category
That would be a big "No.". It was stated NO support was going to be offered for the alpha version of Kunena. That includes "testing". NO hacks or fixes resulting from threads such as this one will likely make it into the RC/stable releases. You are risking being unable to upgrade your forums. When that happens I suppose you will require support for that as well? I have half a mind to close this one down for fear others may incorporate anything submitted here.
We love stars on the Joomla Extension Directory .
Last edit: 17 years 2 weeks ago by grumblemarc.
Please Log in or Create an account to join the conversation.
Time to create page: 0.257 seconds