Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Coding Standards
http://docs.vanillaforums.com/developers/contributing/coding-standard/ This is the official documentation. It differs quite a bit from the old standard (3-space ident + CamelCase everywhere), which i… (View Post)5 -
Re: Custom CSS Question
You do not get to choose your own class names with any forum-type, or blog software. Unless you modify the views HTML (which is not adviseable), a random stylesheet with random class names won't just… (View Post)2 -
Re: Get Rid of the 'You've Asked Questions' Pop-Up?
Like @vrijvlinder said, it does serve a purpose. But changing this translation: "You've asked questions that have now been answered" to an empty string "" in your conf/locale.php … (View Post)4 -
Re: Log full of PHP Parse error: .../library/core/class.pluginmanager.php(863)
Yes, but it is not compatible with 2.1 anyway, so I recommend you remove it completely. See this patch for details https://github.com/vanilla/vanilla/pull/2144 (View Post)7 -
Re: $Definition['Don't announce'] = 'Don't sticky'; Locale.php issue
Yes, you can escape it with a backslash \' or use double quotes. http://php.net/manual/en/language.types.string.php (View Post)3