mtschirs
✭✭✭mtschirs ✭✭✭
Reactions
-
Re: Facebook, Twitter and GooglePlus for Articles
That is why I called my plugin 'Articles Vanilla Social Reactions' :pleased: Actually, I think that the social plugins should / will technically work without Vanilla being installed. At least in the … (View Post)2 -
Modifying existing table structure - best practices?
I need your advice on how to best deal with the following situation: Often, plugins enhance the existing Vanilla application by e.g. adding additional data to a discussion. As far as I know, there ar… (View Post)8 -
Re: The Hall Of Code Curiosities
On second thought, let's rename this thread into something more positive! I intended to poke a bit of fun, not blame anyone. If none of you native speakers comes up with a better name I suggest "… (View Post)2 -
Re: The Hall Of Code Curiosities
Found some quite emotional TODOs :grin: // TODO rm global// TODO nope// TODO global nope x2// TODO wtf globals// TODO: DO I NEED THIS???// TODO: DO I REALLY NEED THIS??? (View Post)2 -
The Hall Of Code Curiosities
I just stumbled over this code (simplified for presentation purposes): $CssClass = 'Button Action Big Primary';$Css = 'Button Primary Action NewPoll';$Css .= strpos($CssClass, 'Big') !== FALSE ? ' Bi… (View Post)2