x00
MVPx00 MVP
Reactions
-
Re: How to override JoinUsers method?
You realise that is a callback? it is dependent on JoinUsers not being used $Options with Join entry. You could suggest it, but, won't be included in the core for some time. A users are cached anyway… (View Post)2 -
Re: Converting plaintext passwords to vanilla hash
hash method Text and md5 don't actually exist, they just to default to Vanilla anyway. it should work see here https://github.com/vanilla/vanilla/blob/master/library/core/class.passwordhash.php#L193-… (View Post)1 -
Re: Vanilla 2.1.9 released
You shouldn't store the hash anywhere else. You can reset it. If you are using Vanilla HashMethod, just insert the password unhashed, as soon as you logon it will be converted to a hashed version. th… (View Post)2 -
Re: Dashboard has gone haywire after enabling RewriteUrls
@errorio You should really put you try_files in a location. Also you can afford to be more discerning what php file are allowed to run. Some conversion use additional physical files for redirects, bu… (View Post)1 -
Re: How to make main content full width and centered?
use text-center boostrap styles are here http://getbootstrap.com/css/ (View Post)3