MonkeyBone
25th February 2005, 07:31 PM
You can change the css of vb through styles > main css
You can select to store the css per style, as a file, or in the page.
What are the benefits, downsides, etc?
Reeve of Shinra
26th February 2005, 12:31 AM
My understanding is that its better to store it in the file system since the database wont need to query the information repeatedly, but I think you need to chmod the directory which not all people know how to do.
Bigger sites will see more of a pay off from moving it to the file system over keeping it in the DB.
Freezer
26th February 2005, 12:38 AM
I store them as files, because else your pages increase in size, and now they can cache the css file.
Result: Faster forum, less bandwith.
kall
26th February 2005, 04:00 AM
And less crap for the spiders to have to wade through beofre they can see your content.
Moparx
26th February 2005, 08:16 AM
i store mine as a file for the reasons previously mentioned
BRC2
17th March 2005, 04:20 PM
Same as above...file.
mibus
18th March 2005, 07:37 AM
Database - does anyone know if vB will work "right" if it's running across multiple servers and the CSS is in files? It's the only reason I've not switched it over so far, but attachments / avatars don't work that way...
DarkWarriorXII
18th March 2005, 07:41 AM
I store them as files, because else your pages increase in size, and now they can cache the css file.
Result: Faster forum, less bandwith.
Agreed. I store as pages as well, obviously :P .