hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Login, Register, Sign Out links not replaced by Jsconnect
Set the registration method to connect and specify the signin/out links in your /conf/config.php file: $Configuration['Garden']['Authenticator']['RegisterUrl'] = '/… (View Post)2 -
Re: Paid Consulting Service
Most people just post a project idea and budget here. You are in good hands with @x00 :D (View Post)2 -
Re: Can't enable Twitter Social Connect
Assuming you are running Firefox: Hit Ctrl + Shift + Q right before you click the button. You should see a single request happen. Copy the response and post it here.\ Alternatively, enable debugging … (View Post)1 -
Re: Add remarks/notes for every users in Dashboard > Users
If the data is going to be used/useful on every page, add it to the user table. If it will be seldom used, use UserMeta. I have no eta on the flagging addon. (View Post)4 -
Re: Check that a moderator is signed in?
You could use the block permission smarty tag: https://github.com/vanilla/vanilla/blob/2.1/library/vendors/SmartyPlugins/block.permission.php. (View Post)2
