Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Options for discussions etc dosent work with https
No, the only disadvantage is that the jQuery library is now loaded from your host and not from Googles CDN anymore. Privacy freaks would see this as an advantage ;) (View Post)1 -
Re: Options for discussions etc dosent work with https
The jQuery URL is not protocol-agnostic in 2.1 (backport?) You can circumvent this by adding this to your config: $Configuration['Garden']['Cdns']['Disable'] = TRUE; (View Post)2 -
Re: Failed upgrade 2.0.? to 2.1.18p1 "Undefined index: DisplayAs"
http://vanillaforums.org/discussion/28532/a-mod-to-file-upload-version-1-8-4-to-make-it-work-with-vanilla-2-1-5 (View Post)2 -
Re: Private Discussion Forum
Basically, you want this config option: $Configuration['Garden']['PrivateCommunity']=TRUE; And check out these plugins: http://vanillaforums.org/addon/marketplace-plugin http://vanillaforums.org/addo… (View Post)1 -
Re: Google Sign In not Working
You don't need to put this in bootstrap.after.php, you could also create a stub plugin, or put this after the closing } of the GooglePlus plugin. And don't forget to remove this, once 2.3 is out or a… (View Post)1