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 contains old discussions (generally more than one year ago or based on circumstances that subsequently changed) or topics resolved in other ways. Topics moved into this category are closed from further discussion.

Question All Forum Messages (Under User's profile) [How to restrict certain forums from showing]

More
16 years 6 months ago - 16 years 6 months ago #31746 by Superderek
Yes, I got the search to stop showing the secret forums. Now I notice that under any user's profile in the "All Forum Messages" section can reveal the location of the secret forums if they posted there. Is there also a way to block that out? I know there has to be or else staff forums would show up for the regular users. Thanks again for your other solution.

My question is, which file would I need to find to solve the problem and what would I change.
The four forums have the ids: 52,34,47, and 42.
Thanks in advanced.

(Since this is not about search, I decided to make a new thread.)
Last edit: 16 years 6 months ago by Superderek.

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

More
16 years 6 months ago #31811 by Matias
Your need to find SQL queries which list messages and add this to WHERE clause: AND NOT IN (52,34,47,42)

User profile files are located in components/com_kunena/template/default/plugin/fbprofile

I'm tired, so I will leave you an exercise to do it. :)

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

More
16 years 6 months ago #32167 by Superderek
I kind of understand. However, I am thinking I am still lost. I may have found it but I am just confused where to actually put the "AND NOT IN (52,34,47,42)".

Then again, I may not be thinking of something pretty obvious. I did at least exercise a bit by finding the right place (At least I think I am right) fb_messages

This seems it bit tricker to solve than the last issue.
I'll keep trying to solve it but if someone happens to know exactly if the mentioned place is correct and what to do once I find it then let me know.

Thanks again for the help. Your amazing. I hope to learn from this to become even better. Heck, I know much more now than a month ago. (I am getting there...)

I am just not used to this part of the database, that's all.

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

More
16 years 5 months ago #33137 by Matias
Sorry about the delay: I'm recovering from a bad flu.

The correct query is in lib/kunena.search.class.php line 320. It's the only query in there. :)

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

Time to create page: 0.388 seconds