Quote:
Originally Posted by Ben.
Seems like a lot of memory that the server would have to hold would be the only downfall.
|
Not necessarily. I think the general idea here is exporting to your own hard drive, not the server.
Also, the concept behind this is pretty simple, but it does depend on one fundamental aspect of vBulletin. Does vBulletin save ever user's profile .css file in its own or are they all crammed together/in groups? If each is saved alone, then it would be relatively simple to export/import if a script is mustered up that would replace the CSS variables with their actual values.
Although if I were to take a quick guess, I'd say vBulletin made one template for profile CSS and then simply set values based on the user ID you're viewing. This would make things significantly harder I suppose, although in this case it could be done so that the export/import function exports and imports the values assigned to the CSS variables and not the .css files themselves...
I don't know, just a thought. I would really like to be able to save my profile customization, it becomes such a pain when I have to redo it over and over just because I went on a limb and made a quick temporary change :3