Mhtml
12-18-2002, 01:42 AM
As a few of you will already know I'm developing my own mini forum app QUICKboard.
Now apparently VBulletin can actually change skins without writing to any files. How?
I can't figure out a way to do it other then have all of the skin variables in a database table which gets loaded everytime a page is loaded and since it is highly skinnable (being able to set dimensions classes) there are a lot of variables and such it will take longer to load the page on a slow server. I THINK!
Currently I have the forum changing skins by saving over a file containing the include. The file is included into the header and the include which is in the included file is loaded.
That include file is the file path of the skin config file for the skin.
Is there a better way of doing this rather than re-writting the Inc_skin_inc.inc file which I include?
Would the database version really be to slow?
Now apparently VBulletin can actually change skins without writing to any files. How?
I can't figure out a way to do it other then have all of the skin variables in a database table which gets loaded everytime a page is loaded and since it is highly skinnable (being able to set dimensions classes) there are a lot of variables and such it will take longer to load the page on a slow server. I THINK!
Currently I have the forum changing skins by saving over a file containing the include. The file is included into the header and the include which is in the included file is loaded.
That include file is the file path of the skin config file for the skin.
Is there a better way of doing this rather than re-writting the Inc_skin_inc.inc file which I include?
Would the database version really be to slow?