x00
MVPx00 MVP
Reactions
-
Re: Question regarding 2.2 update and mybb passwordhash support
Create a user through dashboard, then update the Password and HashMethod field of that user only in the database only so this is a known mybb hash. Test this is correct by signing in under it. Then t… (View Post)1 -
Re: Notice after update to 2.2
with $this->data('Category')->Depth implies $this->data('Category') is not an object/or doesn't return anything, or at least not in this case. $this->data('Category.Depth', 0) would be sa… (View Post)1 -
Re: Question regarding 2.2 update and mybb passwordhash support
Ok you should be able to use IPBs hash What you need to do is use Mysql to make a conversion. First backup your database. You probably want to put your site under maint. Then update the user table Up… (View Post)2 -
Re: Rang Usue
best bet is to write in French this may be what you are looking for http://vanillaforums.org/addon/roletitle-plugin (View Post)2 -
Re: Controller inside a plugin suddenly not recognized
There is an hook base_afterControllerCreate_hander that you can use to confirm if any controller is created. you can check $sender->controller() (View Post)2