R_J
AdminR_J Admin
-
Re: Excluding discussion records from display without the use of css or custom views
You would have had a lot more problems: Sending an invitation would have implied the automatic creation of a user or at least the automatic creation when that invitee first time uses the invitation l… (View Post)1 -
Re: Permissions based on profile info
Yes, that's easy. Go to the dashboard, create a new category and check the "Custom Permissions" check box. Afterwards you can uncheck the all check boxes under all roles except moderators a… (View Post)3 -
Re: Excluding discussion records from display without the use of css or custom views
If you open the index of the discussions controller (yourforum.com/discussions), the following sql is used to get all discussions (taken from my test install): DiscussionModel->getWhere(array(), 0… (View Post)1 -
Re: Excluding discussion records from display without the use of css or custom views
By the way: getting a discussion is only the first step. In order to be able to comment, react, etc. on a discussion, you have to tweek much more. As @hgtonight said, you can change the permissions o… (View Post)1 -
Re: Excluding discussion records from display without the use of css or custom views
There is an additional problem : you restrict it to only include the shared discussions. You would have to exclude the not-shared discussions from that category (View Post)1