Shadowdare
MVPShadowdare MVP
I'll be away on vacation next week and will be back by the end of the month.
Reactions
-
Re: Using Vanilla Session Outside of Vanilla - External Session
Use .example.com for your website because you want to have access to Vanilla cookies from the script that is uploaded at another part of your website. When you change the cookie, you should sign out … (View Post)1 -
Re: Check for Permissions
Vanilla 2.1+ uses Smarty, so you would have to use the default.master.tpl file for overriding the master template via the theme. Vanilla 2.0.18.8 uses default.master.php, so you can use PHP code in t… (View Post)1 -
Re: URL www -> root
Welcome to the community! It's probably not Vanilla that's doing this. It sometimes has to do with the Apache config and sometimes web browsers hide the www from the URL. You can try adding the follo… (View Post)4 -
Re: Why there is no "Messages" option in my dashboard
What happens if you go to the link for the "messages" page directly? http://example.com/index.php?p=/dashboard/message (View Post)2 -
Re: Using Vanilla Session Outside of Vanilla - External Session
Use example.com if you don't want the cookie to be available from sub-domains and use .example.com if you want the cookie to be available from sub-domains for $Configuration['Garden']['Cookie']['Doma… (View Post)1