Kasper
Vanilla StaffKasper Vanilla Staff
Reactions
-
Re: What is the Default Image Extension
Depends on which formatting you use for your forums: HTML <img src="foo.png"> BBCode [img]foo.png[/img] Markdown  You can change the format in your configuration file (con… (View Post)4 -
Re: A simple icon
@wilsoncortez No worries - it's near impossible keeping track of copyrighted images. My number one rule of thumb is to never use anything unless I've made it myself or at least edited the c**p out of… (View Post)1 -
Re: A simple icon
Not that I really care much about copyright but you might want to take a look at this before you do anything: http://www.istockphoto.com/stock-photo-6056137-first-place.php Great icon by the way! It … (View Post)3 -
Re: Running multiple forums off same installation
I can confirm that symlinking everything except conf, cache and uploads works a charm. I'm now running two separate installations off the same codebase. Directory structure is as follows: multisite -… (View Post)5 -
Re: Moving 'Points' to the right in 2.1
Using a wrapper element is how Vanilla 2.1 handles it and how it should be handled - applying floats to an inline element will mess with its display properties and make it a block element instead. (View Post)1