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: Translations troubles - Complex lines don't work and "de-DE" issues with applications
This is the correct way to use locales. As of 2.2 just "de" is the correct way. See this comment by @R_J http://vanillaforums.org/discussion/comment/230647/#Comment_230647 (View Post)8 -
Re: Leaders CSS Issue?
.Leaderboard .PanelInfo li { overflow:hidden;} (View Post)4 -
Re: Embed Specific Topic(s) on remote site
@PFAFF You can do this by using more specific selectors, e.g. .Category-developers.embedded would only apply to the "Developers" category if it was embedded using above code. (View Post)2 -
Re: Embed Specific Topic(s) on remote site
Unfortunately it looks like there is no way to check if the forum is embedded through the framework. A workaround solution is to add the a class to the body via javascript: jQuery(function () { // ht… (View Post)11