R_J
AdminR_J Admin
-
Re: Messages AfterFormatBody
By the way: you can still loop through all messages before they are even passed to the view, add an additional field for the "original" format and replace the format with your custom format… (View Post)1 -
Re: .txt files with database content in the Uploads folder?
It looks like an export. Have you ever made experiments with Vanilla porter? And I would check Comment.txt to see from when the last comment is in order to see if this might be a real danger or some … (View Post)2 -
Re: How to track the count/name of people following a category
You have that info in UserMeta. $prefs = Gdn::sql() ->select('Name') ->select('Name', 'count', 'Preferences') ->from('UserMeta') ->where('Value', 1) ->like('Name', 'Preferences.%') -&g… (View Post)2 -
Re: Show information from a specific plugin in a discussion
That is quite easy. The information you like is stored in the user table. And every information of the user table is accessible when you have some kind of access to a user object. When an event is fi… (View Post)3 -
Re: Great plugin!
Informing someone that he is tracked on your page after his data has already been stored is ridiculously useless without question. But to my opinion it comes with a nice side effect: people get consc… (View Post)1