R_J
AdminR_J Admin
-
Re: Moderator and Admin can view Inbox of any user
Search your /conf/config.php for $Configuration['Conversations']['Moderation']['Allow'] = true;. If you find it, change true to false. If you do not find it, add $Configuration['Conversations']['Mode… (View Post)2 -
Re: This small piece of bootstrap.before code stopped working with 2.5?
environment.php loads first, which includes conf/bootstrap.before.php and later on composers autoloader which includes the functions.general.php After the environment.php the bootstrap.php is called … (View Post)2 -
Re: Vanilla 2.6 is coming! Are you ready?
* I wouldn't know how to split this discussion and since the discussion has evolved, I don't think it's necessary. * You should discuss and gather ideas form the OS community in a new discussion. * Y… (View Post)2 -
Re: Limit Plugin to Certain Categories and Discussion Types
You are correct, sorry for leading you in the wrong way. This is taken from the QnA plugin: public function postController_beforeDiscussionRender_handler($sender) { // Override if we are looking at t… (View Post)1 -
Re: Vanilla 2.6 is coming! Are you ready?
I have several questions! =) I saw that you have been investing time on developing yet another templating engine. I was wondering a) why you haven't chosen an existing template engine and b) why a te… (View Post)2