Shadowdare
MVPShadowdare MVP
I'll be away on vacation next week and will be back by the end of the month.
Reactions
-
Re: Vanilla 2.1 Could not enable plugins in IIS
Make sure that the root folder of the website also has write permissions for the IIS user. Try giving permissions for the user called IUSR if other users don't work. (View Post)2 -
Re: Show header link, but require login when to view page?
You don't have to use the header link option with Basic Pages. You can simply add links in your theme's default.master.tpl file. (View Post)3 -
Re: Would it be possible to include php code? MSSQL Connection from basic page?
With a custom plugin, you may hook into one of the events and execute code fired on page loads. See this discussion for an example: http://vanillaforums.org/discussion/26615/some-text-basic-pages-onl… (View Post)3 -
Re: Guest View Permissions
@r0obert, with the Guest Default Route plugin, I was able to use /page/your-page-slug with no problem. That's with the Private Community feature disabled. The Private Community feature uses Gdn::Req… (View Post)2 -
Re: Guest View Permissions
The Private Community addon works by adding a button to the dashboard to switch the Garden.PrivateCommunity config setting on or off. This config setting is built into Vanilla. All requests from gues… (View Post)2