>>
Site Map
>>
Forums
>>
Blocks
Forum module - topics in forum:
Blocks - Having problems with a block? Code doesn't work, get help here.
Forums block permissions
Hello all,
I run a scrolling forums block on my site. One of those blocks that show the recent posts. Here is the code:
http://aetherfluxx.com/forums.txt (it wouldnt let me post the code

) I have regular forums, hidden member forums, and hidden admin forums. The block shows them all. I was wondering if there is a way to do 1 of two things:
1. Make it so that the block would allow users to view recent posts based on individual permissions, or
2. Make it so that the admin forums would not show up. It seems lake there should be a way to do this using the forum id. (If I do it this way, I
want the private member forums to show up.)
Hope this isnt too confusing. Thanks!
Not to my knowledge you cant on either one of your questions.
you could always add the clause
| Code: : |
| WHERE forum_id NOT IN |
to the block code and tell it to ignore anypost that are in certain rooms (admin etc)