Kasper
Vanilla StaffKasper Vanilla Staff
Reactions
-
Re: Please identify how they did this in their Vanilla forum.
My guess would be NillaBlog http://vanillaforums.org/addon/nillablog-plugin (View Post)2 -
Re: Best practice for using images in default.master.tpl?
You may want to read this: http://stackoverflow.com/a/1469139 In this case, I'd use CSS - no doubt about it. Here's what you'll need to add to your master view: <a class="StillDragonLogo Stil… (View Post)2 -
Re: Which InputFormatter & Editor do you use / recommend?
Shameless self promotion: Wysihtml5 (http://vanillaforums.org/addon/wysihtml5-plugin) is a beast when it comes to Wysiwyg editing. It produces semantic markup and doesn't make use of inline styling f… (View Post)5 -
Re: config.php
config.php is created and initialized upon installing Vanilla - it's not present in the archive that you download. (View Post)1 -
Re: Some tips I learned during plugin development
Great post - glad you're learning new stuff about plugin development! If I may, I have a few things to add: Paths First off, relying on __FILE__ or any derivatives of $_SERVER variables is a bad habi… (View Post)1