R_J
AdminR_J Admin
-
Re: User sign in-permission denied
And if it is that easy to create a borked plugin, it might be good to change the way it is handled: // If setup succeeded, register any specified permissions $PermissionName = val('RegisterPermission… (View Post)1 -
Re: User sign in-permission denied
So you found the answer all by yourself: you have indeed the same problem like it is described in the discussion you have link to! There is a column with the title "1" in your GDN_Permissio… (View Post)1 -
Re: Can we show the user's points next to their Username like on Reddit?
Great that you found a solution to work with. But if you want to spice up your own theme with some info here and there, you might be interested how this could be done also quite easy. From what you h… (View Post)2 -
Re: Can I Make New Comments Appear at the Top of the Comments Right After You Click "Post Comment"
a) class.mobilethemehooks.php already has a method discussionController_render_before. That's the reason why you had that error: method names must be unique in a class. b) If you change a file of the… (View Post)1 -
Re: Can I Make New Comments Appear at the Top of the Comments Right After You Click "Post Comment"
Based on what you've found I have taken a look at the file and the context around that line is this: if (gdn.definition('PrependNewComments') == '1') { $(json.Data).prependTo('ul.Comments,.Discussion… (View Post)3