R_J
AdminR_J Admin
-
Re: Default avatar missing?
You can change the default value for the field Photo of the table GDN_User to point to your default avatar. This way all new users would have a default picture. You would have to make an update query… (View Post)1 -
Re: [GitHub #1630] Bug ? Incorrect integer value: '' for column 'Archived' at row 1*
Look in class.categorymodel.php for the function "Save" and the first $Fields =.... Add something like that below that line: if ($Fields['Archieved'] = '') $Fields['Archieved'] = 0; But aga… (View Post)2 -
Re: Which InputFormatter & Editor do you use / recommend?
The editor at dillinger.io is not a WYSIWYG editor but a simple text highlighting textarea with a nice preview. It would be nice if you have something like that when you are using an extremely big sc… (View Post)1 -
Re: [GitHub #1630] Bug ? Incorrect integer value: '' for column 'Archived' at row 1*
Although it looks different, I suppose it is the same error as your last one. You are using MySQL in strict mode, right? Vanilla doesn't support it. If you do not change that setting, you might have … (View Post)1 -
Re: Need help with ProxyConnect and UserCake login system*
No, don't ask only if you have serious problems! Don't ask for complex solutions either. Ask for details: try something and if it doesn't work, ask if anyone can tell you what part of your code isn't… (View Post)2
