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 Forum post restriction

More
14 years 11 months ago #96670 by sozzled
Replied by sozzled on topic Re: Forum post restriction
You're right, ae3d. Your question has not been asked here. Your question has been many times in [Merged topic] User Groups, User Group Privileges, ACLs

It has always been possible in Kunena to restrict access so that people cannot view messages in certain categories, it has never been possible to perform the kind of action-based restriction that you have referred to. Your request cannot be achieved at this time in Kunena but it is something that needs to be looked at for the future.

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

More
14 years 11 months ago #96703 by ae3d
Replied by ae3d on topic Re: Forum post restriction

sozzled wrote: You're right, ae3d. Your question has not been asked here. Your question has been many times in [Merged topic] User Groups, User Group Privileges, ACLs

It has always been possible in Kunena to restrict access so that people cannot view messages in certain categories, it has never been possible to perform the kind of action-based restriction that you have referred to. Your request cannot be achieved at this time in Kunena but it is something that needs to be looked at for the future.


sozzled. Thanks for the heads up
i did some searching but i guess my query wasnt correct to find that topic.
Never the less.....i wanted to talk now about a HACK for an interim use to achieve this method of restricting posting topics according to GROUP level

What if we were to write a hack to the kunena code that would simply HIDE the POST NEW TOPIC
button to anyone of a specific use group ID or LEVEL ?

I dont know php that well but i do know it can be a simple "if...else Statement"

As an example
if (condition)
code to be executed if condition is true;
else
code to be executed if condition is false;


the "TRUE" condition would be ( if group ID = 2 ) 2 being Registered users
the "false" condition would be ( if group id = anything else )

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

Time to create page: 0.237 seconds