R_J
AdminR_J Admin
-
Re: How to get user that's currently signed in
Gdn::session() - >UserID (View Post)2 -
Re: Fresh install cannot sign in
If you search google for the relevant parts of the mysterious file you mentioned above, than you'll get a lot of hints for what have been said before: your server has been infected with malware. It w… (View Post)1 -
Re: .ENV Instead of putting credentials in config.php
Actually it is quite easy! * Create your .ENV * Create a file in your Vanillas /conf folder called bootstrap.early.php * Use following code in there <?php/*Get the info from your .ENV file. Maybe … (View Post)4 -
Re: How do I use one theme for all devices instead of using a separate mobile theme?
You really shouldn't delete or alter any core files. Just leave them alone if you do not need them. There is a (very small) problem with Auro2: folder name and the theme name in the about.php must be… (View Post)6 -
Re: Extrapage to display table with query options
This might be a start but x00 has made some very good points in regards to the pager and the sanitizing! // If you haven't prefixed your tablename with 'GDN_' you should set// the prefix (temporarily… (View Post)1