R_J
AdminR_J Admin
-
Re: Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT
Yes and no... As far as I know, only the GDN_AccessToken uses two current timestamps columns. You can 1. change the /applications/dashboard/settings/structure.php so that DateExpires has no default v… (View Post)3 -
@Developers: Functions to Avoid...
Don't use c() and t() because they will be deprecated: https://github.com/vanilla/vanilla/issues/7688 https://github.com/vanilla/vanilla/issues/7687 Instead use the longer form Gdn::config() and Gdn:… (View Post)7 -
Re: Vanilla Cloud Template editing?
This forum is only for the open source version, not for the hosted service. Therefore all questions are better answered by Vanilla staff. @Adrian will surely be able to connect you to the right perso… (View Post)1 -
Re: How to edit HTML so you can change the pages layout
Maybe for the header, but not for the rest. That changes in the header would be made in the default.master.tpl of your custom theme, but nowhere else. If you do not want to create a custom theme try … (View Post)2 -
Re: MySQL master slave configuration
Look at the classes Gdn_Database, PostController and the CommentModel. The PostController and the CommentModel both use ['Slave' => false] as options in some queries in order to force this queries… (View Post)1