Kasper
Vanilla StaffKasper Vanilla Staff
Reactions
-
Re: [gitHub Bug #1452] [vanilla 2.1]Getting a blank page on WhosOnline setting in dashboard
Have you tried checking the source files for instances of &$? These needs to be changed to $ instead. I don't remember the exact reason why as I'm no PHP developer but there are quite a few discu… (View Post)1 -
Re: How can I delete the tabs from my view?*
Do something like this: .Tabs.DiscussionsTabs { display: none;} (View Post)2 -
Re: Bug - 404 appears when category path is a number or a numeric string
This is a duplicate of http://vanillaforums.org/discussion/21609/is-this-a-bug-404-appears-when-category-path-was-set-in-numeric#latest Could you perhaps give a more detailed description of your prob… (View Post)1 -
Re: Error while inserting embed content in discussion...
Small correction: No iframes are allowed by Htmlawed. Garden handles embedding of Youtube videos from URLs and not the Youtube embed code. There's some more info on how to allow iframes from certain … (View Post)1 -
Re: nothing visible before login?
Your guess is entirely correct! Everything you put inside the LoggedOut container will only be displayed to users who aren't logged in. If you want to add a sign in form, you can write something like… (View Post)1