mtschirs
✭✭✭mtschirs ✭✭✭
Reactions
-
Re: New Discussions Twitter Feed
Have you had a look at Twitter cards created by the Articles application? E.g. something like this in your discussion's HTML head might prove useful: <meta name="twitter:card" content=&q… (View Post)1 -
Re: Changing Comments style
You already asked a similar question and it has been answered here: http://vanillaforums.org/discussion/comment/232288/#Comment_232288 If you are willing to put a bit of work in it and show us what y… (View Post)2 -
Re: Vanilla 2.2 beta 1 is now available
@rbrahmson You should know that the hosted Vanilla has its own release cycles and is, as far as I know, never far behind the latest commits in the master branch. The code for this community website i… (View Post)5 -
Re: Addon downloads broken
The addon downloads are still broken; the download counters don't increment any more. Would be nice to have fix - seeing the actual download stats can help motivate the developers :p (View Post)2 -
Re: Need to add some custom php (setting cache headers) what is the best way?
editing index.php is the wrong way. The Gdn_Controller class sends its headers in the render() method. You can overwrite these headers via call to Controller->setHeader($name, $value) e.g. in a pl… (View Post)1