Todd
Vanilla StaffTodd Vanilla Staff
Reactions
-
Re: trouble implementing function RemoveCssFile() with theme css in a plugin.
Yeah, the custom.css is actually included after Base_Render_Before so you are removing it too soon. The first function calls ($Sender->RemoveCssFile('custom.css') is the correct format though. (View Post)1 -
Re: Can any function be overridden via bootstrap?
You can override pretty much any function in bootstrap.before.php. In general I'd say what you want to do is. * Don't override anything in functions.general.php. * Override functions in the other fil… (View Post)2 -
Re: How to make single logout with SSO by jsConnect?
You have to set up the redirect on the signout on the signout page of your app, not Vanilla. (View Post)1 -
Re: Vanilla 2.1 logging out all the time
If you want to run two versions of Vanilla side-by-side on the same domain I recommend you change the name of the cookie in your config.php: $Configuration['Garden']['Cookie']['Name'] = 'SOMETHING'; (View Post)2 -
Re: What are some live Vanilla forums sites that really show off the software's features?
We've done a lot of migrations from vBulletin and IPB and have been slowly adding features that users of those products have come to expect. One thing to note is that you can change your homepage to … (View Post)1