hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: SignIn/SignOut vanilla forum from game created in Unity3D
"Signing in" requires a cookie system to exist. Do you have a "browser" engine that is capable of cookies? If you do, just request the entry form, and post the values like a stand… (View Post)1 -
Re: Forums Using the Articles Application!
Hey! I use the Articles application stand-alone on http://allofgarden.com One thing I would like to see is the ability to change the sort order of the articles. Since this is a blog that is no longer… (View Post)1 -
Re: Redirect to registration page with values from login box
Just use the framework's url functions to generate urls. If you are in JS, there is a global gdn object that gives you access to the framework. var url = gdn.url('/plugin/latestpostlist/get… (View Post)2 -
Re: Plugin Permission settings?
It uses an old permission named 'Garden.Email.Manage' which doesn't exist in the latest version of Vanilla. Change the plugin info array to register it ('RegisterPermissions'… (View Post)2 -
Re: Making mentionslookup work with mentions+
Thanks for posting your mod to make these plugins work together! (View Post)1
