hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Vanilla Forums Password Encoding Method
It sounds like you have db access and want to just insert a record into the user table. While I don't suggest you do this, Vanilla's hashing method is documented in the Gdn_PasswordHash::Ha… (View Post)2 -
Re: How to add a navbar above navbar?
EDIT - Please read the follow up to this post for corrected code. For dynamic content, I suggest you add a new asset, create a module that contains your logic, and then add this module to every page.… (View Post)2 -
Re: GDN_User.HourOffset being overwritten
Your current hour offset is automatically calculated locally in JS every page visit. If the local calculation doesn't match the server stored offset (which you can see in the #Definitions elemen… (View Post)2 -
Re: Cannot install version 2.1
Welcome to the community! Please enable debugging by adding $Configuration['Debug'] = TRUE; to your /conf/config.php file. Then post back what the actual error is. (View Post)1 -
Re: Some users don't have the invite text-field on 2.1
/conf/config.php is the only config file you should be editing. It should list a serialized array of the role numbers that get to dole out invites. (View Post)1
