jaredNZ
New-
Re: PHP - jsConnect Embedded SSO
OK got it. Several things not mentioned in documentation: * Neither of these options automatically login on forum load. They both require a button press from user. They appear like FBConnect buttons … (View Post)1 -
Re: $100 - Helper Class for External Authentication Integration
@businessdad - it would've been lovely to see those comments in Vanilla =P... Perhaps you can go through and add them? (View Post)1 -
Re: $100 - Helper Class for External Authentication Integration
Done. Set the provider key from proxy connect and it automagically creates a new user and logs them in. Provider key comes from GDN_UserAuthentication table. http://pastebin.com/rf4gz6Gu <?php/* V… (View Post)1 -
Re: Not Receiving Notifications
To test if your email works put this code into an event fired by your plugin $Email = new Gdn_Email(); $Email->Subject("test email"); $Email->To("youremail@gmail.com"); $Ema… (View Post)1 -
Re: Issue with enabling Latex
Replace variables showing &$Sender with $Sender when its inside functions, look on line 51 (and other lines). (View Post)1