hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Any way to list ranks?
That might be a great idea... (View Post)1 -
Re: how to catch login session
That will not work because the server is requesting the page, not the client. If you request the page via JavaScript the client's "session" is continued and you will get the expected o… (View Post)1 -
Re: For People looking where to edit Panel Asset. (the 'wrong' way.)
I agree with @x00, porting Vanilla to a framework shouldn't require you to edit Garden at all. You should only be porting what is in the /applications folder. Anything the applications reference… (View Post)2 -
Re: For People looking where to edit Panel Asset. (the 'wrong' way.)
Swapping out the template engine could be done as an addon (I would go with application). You write your own theme class, and register that in the bootstrap process as an alias for Gdn_Theme. Create … (View Post)4 -
Re: how to catch login session
Just fetch the profile or memodule via ajax. That gives you the exact data you want without writing any custom code. E.g. http://vanillaforums.org/profile.json will give you the profile object of the… (View Post)4
