Mat Whitney
Mat Whitney
@seandowney Robust, Uncomplicated, Extendable... Something in my head is screaming the old "pick 2..." mantra, but I don't think that'll be necessary. In the end I think this discussion has...
Clearly there would be more overhead than a constant defined in the same file that uses it, but maybe a config entry that accepts an array of IDs.
I think the first time I read it I didn't really understand the question. I think I like the idea of setting a flag on each role, I'm just not...
[A few announcements have been posted](http://blog.newmythmedia.com/blog/show/2015-08-05_bonfire_releases_and_plans). I'm still interested in finding out what version of PHP everyone is using. Everything before 0.9 will continue to work with PHP 5.3, but...
I would love to see a menu system that could work for both the front- and back-end of the site. As it stands, I have a completely separate module to...
What I'm thinking (not an opinion on whether it will work, because it can work): - I only like editing files for exceptional cases, I can always use a migration...
What version of Bonfire are you using, and what is the value in your users_lang file's `'us_err_user_is_inactive'`?
I'm getting something similar on my dev environment, but instead I get the message: `The users status was not changed: The user is already inactive.` It's also attempting to send...
It looks like the problem is in the User_model ( https://github.com/ci-bonfire/Bonfire/blob/0.7-dev/bonfire/modules/users/models/User_model.php#L784 ): ``` php if ($this->deactivate($user_id, 'id', false)) { return $user_id; } ``` The deactivate method ( https://github.com/ci-bonfire/Bonfire/blob/0.7-dev/bonfire/modules/users/models/User_model.php#L713 ) only...
We're going to side with CI on this one, but it might be worth adding a note in the documentation.