R_J
AdminR_J Admin
-
Re: Excluding discussion records from display without the use of css or custom views
* Okay, understood. Hint: if you do not have many of those discussions, a table could be overkill. Consider using the UserMeta table * Your sql is wrong. There is a dedicated function for "where… (View Post)1 -
Re: Excluding discussion records from display without the use of css or custom views
Developers should use standard models to get data, but they do not have to. So in order to be really sure, you have to use the access restriction that is in place and that are category permissions an… (View Post)1 -
Re: Where is data from users stored?
http://www.mkyong.com/mysql/where-does-mysql-stored-the-data-in-my-harddisk/ (View Post)2 -
Re: Hiding down-voted posts [Yet Another Gamification Application 1.1]
Yeah, open another dimension. That would be awesome! It is always a big help if you also state in which view (/controller/method) you would like to exclude something. (View Post)1 -
Re: Hiding down-voted posts [Yet Another Gamification Application 1.1]
Whenever the DiscussionModel is used to get all discussions, they would be dropped. When the discussion are fetched with a custom query, they would be included. I haven't checked it, but it might be … (View Post)1