hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: All Plugin and Application that http://vanillaforums.org used ..
http://docs.vanillaforums.com/developers/community/ (View Post)1 -
Re: Subcategories in Discussion List on Top - How to?
The content asset is like any other asset. The modules that are assigned to it can be sorted via a config option. For example, the default module sort order for the content asset: https://github.com/… (View Post)1 -
Re: Bootstrap Theme Customization
I literally just set this up today. You need will need node.js (from nodejs.org) and git (from git-scm.com). Once you have those, clone the https://github.com/kasperisager/vanilla-bootstrap repo. The… (View Post)1 -
Re: Groups for OS - The Nth iteration
Perhaps use this as a starting point: http://docs.vanillaforums.com/addons/groups/ (View Post)1 -
Re: How to check Login?
You can get the current user by doing an AJAX request for their profile via http://mainsite.com/talk/profile.json. This will return either the signed in user and their profile data, or an exception o… (View Post)1
