R_J
AdminR_J Admin
-
Re: How to retrieve last n inserted users via API
my production env has got PHP 7.1 and MySQL 5.5, and upgrade the server is not an option Security support only until December 1st 😕 Looks like upgrading will become a bigger issue for you in the very… (View Post)1 -
Re: How to retrieve last n inserted users via API
Discussion works as expected because that endpoint is "public": I assume you don't need any permissions at all to view that data. Fetching discussions therefore isn't an indicator if authen… (View Post)1 -
Re: Vanilla moved to new server now missing checkbox tick icons
.htaccess files are not handles by nginx. Read that section of the docs and try to find out how to change your server configuration file (View Post)1 -
Re: How to Set Automatically logout when user is idle for sometime?
Vanilla doesn't use PHP sessions. You would need to implement that in a custom plugin. I guess you would need to hook into Gdn_CookieIdentity_getIdentity Your function would have to check User->Da… (View Post)1 -
Re: is there any import tool ?
Yes, there is: https://open.vanillaforums.com/addon/porter-core (View Post)1
