x00
MVPx00 MVP
Reactions
-
Re: Wordpress Vanilla Forum
that's what that does. Another idea change $smart_redirect_to = !empty( $_REQUEST['redirect_to'] ) ? $_REQUEST['redirect_to'] : '/'; setcookie('Vanilla', null, -1, '/');$smart_redirect_to = !empty( $… (View Post)2 -
Re: How to host a website?
not really to do with you original question. If you are getting a root server, then I would go "managed" (with support). As if you are a novice you need that support for general management … (View Post)2 -
Re: Wordpress Vanilla Forum
the plugin doesn't automatically logout vanilla with jsConnect. what you want to do is in conf/bootstrap.before.php (create if not exist) put <?php if (!defined('APPLICATION')) exit(); function Si… (View Post)9 -
Re: Email Confirmation link throws a fatal error
The issue is not your error by errors in general in that context not showing up. You could https://github.com/vanilla/vanilla/blob/master/library/database/class.database.php#L413-L423 add If (!$messa… (View Post)3 -
Re: Deployed to cloud for use here on .org
Much needed. (View Post)1