hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Social Sharing Plugin VF.org
I believe they use the Facebook and Twitter addons. You can enable social sharing from their configuration pages. (View Post)1 -
Re: Stats/graphs not working in dashboard
Probably. The analytics plugin routinely sends out a request to analytics.vanillaforums.com to track usage. (View Post)1 -
Re: Login bug with social google vanilla 2.2
I also found this bug last night and filed issue 3298. (View Post)1 -
Re: Advanced Editor Button Positioning
You could hook in via a plugin too: public function editorPlugin_toolbarConfig_handler($sender) { $actions =& $sender->EventArguments['actions']; unset($actions['emoji']); $sender->EventArg… (View Post)2 -
Re: Is Yaga application broken with vanilla 2.2 release ?
Yaga 1.0.3 does not support Vanilla 2.2+ The development version of Yaga works on Vanilla 2.2. You can get it on from github (develop branch). I am working on getting it released here as soon as poss… (View Post)6