Shadowdare
MVPShadowdare MVP
I'll be away on vacation next week and will be back by the end of the month.
Reactions
-
Re: page turning problem
In Vanilla 2.1+, $Configuration['Vanilla']['Comments']['AutoOffset'] = FALSE; doesn't remove #latest from the URL. It stops the HTML tag with the "latest" ID from being rendered in the view… (View Post)1 -
Re: Why there is no "Messages" option in my dashboard
Re-upload Vanilla 2.0.18.8 and then look inside the folder /applications/dashboard/controllers to make sure that there's a file called class.messagecontroller.php. Also, clear all the .ini files from… (View Post)6 -
Re: Articles / Blog App: Make It Happen!
@Bleistivt, thank you! We're at $255 now. That's 51% of the way there! Everyone, here's some more info: Anyone looking to support this proposal doesn't have to send in money right away. You only have… (View Post)2 -
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