Quote:
Originally Posted by turbidblue
how?
[high]* turbidblue is interested  [/high]
|
Check your AdminCP options:
AdminCP > vBulletin Options > Style & Language Settings > Store CSS Stylesheets as Files? = Yes
Note that vBulletin needs to be able to write the files to the folder:
Quote:
If you would like to store the CSS stylesheet for each style as a file, you must ensure that you have a directory called 'vbulletin_css' inside the 'clientscript' folder, and that the web server has permission to write and delete files within that directory.
|
So you will need to create the directory is it doesn't exist, and then CHMOD the directory in question to have permissions something like 755 or 775 depending on how your Apache is configured. You don't want to CHMOD it 777... you never want to do that.
You can usually set permissions via FTP programs or SFTP... but it can always be done from SSH or Telnet