R_J
AdminR_J Admin
-
Re: Using inline SVG on MeModule
You are doing some things the wrong way. By altering the html structure of the default.master.tpl in such a massive way, users will get problems with numerous plugins. Those plugins rely on the defau… (View Post)1 -
Re: 2.3.1 - Flagging plugin breaks Admin CP
The technical answer is that you have to disable then "ONLY_FULL_GROUP_BY" model of your database: https://dev.mysql.com/doc/refman/5.7/en/sql-mode.html#sqlmode_only_full_group_by That coul… (View Post)2 -
Re: List User Post Count Dashboard
That is a good point. I have been part of a community where a lot of very active users left the field nearly at the same time. I bet some of them still would make it in the top five of all time poste… (View Post)1 -
Re: Is there a way to get the post counts with commas?
Doesn't that modifier help? (View Post)1 -
Re: New button between New Discussion and the pagination.
By the way, that's the code I would use: public function discussionsController_pageControls_handler($sender) { if (Gdn::session()->UserID > 0) { return; } echo anchor( t('Sign In'), signInUrl($… (View Post)2