Kunena 6.4.9 & Kunena 7.0.1 Released

The Kunena team has announce the arrival of Kunena 6.4.9 [K 6.4.9] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4

The Kunena team has announce the arrival of Kunena 7.0.1 [K 7.0.1] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/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

Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

This category is only for reporting defects or problems with Kunena 1.6 test versions with Joomla 1.6. This is NOT a support forum - there is no support for test versions. Users should NOT install K 1.6 alpha or beta test versions on websites with live production data.

Question Access Levels on K1.6.3 and J 1.6.1

More
14 years 9 months ago #93883 by ssnobben
Hope this will be solved in new version...

rgds
The topic has been locked.
More
14 years 9 months ago #93888 by Mortti

mve wrote: but cannot assign an admin access level. Any ideas?

This problem is still in our tester's version of K 1.6.4 (in J!1.6.3)... there is not efect for the admin access level... I hope dev's can fix that soon.
The topic has been locked.
More
14 years 9 months ago #93896 by xillibit
Yes, you are right, i'am looking that if i can find a fix

I don't provide support by PM, because this can be useful for someone else.
The topic has been locked.
More
14 years 9 months ago - 14 years 9 months ago #93897 by Mortti
I have reported this a long time ago... but only for the Matias I think (too many report in skype B)) ... :unsure: my mistake...
Last edit: 14 years 9 months ago by Mortti.
The topic has been locked.
More
14 years 9 months ago #93898 by xillibit
Try with that :

I don't provide support by PM, because this can be useful for someone else.
The topic has been locked.
More
14 years 8 months ago - 14 years 8 months ago #96715 by Lantau
Hi Everyone,
The suggestion in post #5 didn't work for me but it gave me a good lead to a solution.The problem is an incorrect id in block of code for the admin access.If you look at the code below the public_access id is used for both the public and admin access selections.

<td valign="top">
<select id="pub_access" class="inputbox" size="4" name="pub_access">
<option value="1">Public</option>
<option value="9">- Association Members</option>
<option value="11">- - Committee</option>
<option value="10">- Co-op Members</option>
<option value="12">- - Board</option>
<option selected="selected" value="13">- Newsletter Editors</option>
<option value="8">- Super Users</option>
</select>
</td>
<td>
To create a non-public forum, you can specify the minimum user level that can view and enter the forum here. By default, the minimum user level is set to
<em>Everybody</em>
.
<br>
<br>
<strong>Note:</strong>
If you restrict the access of an entire category to one or more specific groups, you will hide all the forums it contains to anybody not having the proper privileges for the category even if one or more of these forums has a lower access level set. This also applies to moderators. You will need to add a moderator to the category moderator list if they do not have the right group level to see the category.
<br>
Categories cannot be moderated, but moderators can still be added to the moderator list.
</td>
</tr>
<tr>
<td class="nowrap" valign="top">Include Child Groups:</td>
<td valign="top">
<select id="pub_recurse" class="inputbox" size="1" name="pub_recurse">
<option value="0">No</option>
<option selected="selected" value="1">Yes</option>
</select>
</td>
<td valign="top">
</td>
</tr>
<tr>
<td valign="top">Admin Access Level:</td>
<td valign="top">
<select id="pub_access" class="inputbox" size="4" name="pub_access">
<option value="1">Public</option>
<option value="9">- Association Members</option>
<option value="11">- - Committee</option>
<option value="10">- Co-op Members</option>
<option value="12">- - Board</option>
<option value="13">- Newsletter Editors</option>
<option selected="selected" value="8">- Super Users</option>
</select>
</td>
<td valign="top">


I used your idea of firefox / firebug to identify the offending code under the "Admin Access Level:" block, the line is: <select id="pub_access" class="inputbox" size="4" name="pub_access">, I then edited the id and name fields to "admin_access", it seemed to work for me.

CAUTION: Make sure your edit the Admin Access Level block, not the real Public Access Level.

I hope this works for someone else.

P.S. I'm new to forums and apologize for not knowing how to display the code correctly.
Last edit: 14 years 8 months ago by Lantau.
The topic has been locked.
Time to create page: 0.331 seconds