Hey there,
I've read through the thread and I have some tips with more specific details with regards to your FTP client and what you should be doing. I've included screenshots for ease of access and understanding.
Okay, so, you use Filezilla, correct? Awesome, same as me, easy client to use.
Right, People are using words you are unfamiliar with cos you've never used them before, not to worry, they're all relatively simple things.
CHMOD'ing is where you set permissions on a file, or folder on your webserver, through chmod'ing, you can control who can read, write and execute your file, or in this case, images. Right, thats a brief explanation, you don't really need to know what each mode does, just a general rule where the higher the number, the more permissions are there for normal web-goers.
Right, so, how to CHMOD using FileZilla
So, As you can see in this
Image (click) We're in the "public_html/forums/images", now yours might be different, as not all people use a "/forums/" part, but it's essentially the same.
Right, now, I'm using vista, you're using Mac, it's gonna be differnet at some points, so do the mac equivalent of right clicking, on the misc folder, as seen in this
Image (click), and scroll down to "File Attributes", click it.
Okay, now for the easy part. Replace what you have in your text box with
755, or
777, as seen in this
Image (click).. You might need to tick the "Recurse into subdirectories" button, as is shown in the image.
That's the CHMOD sorted out. Now for the Logo replacement. It's pretty easy to replace the current vBulletin logo using the style manager, in your admincp find this bit
Image (click) and replace:
"images/misc/vbulletin3_logo_white.gif"
with
"images/misc/tSSlogo1.jpeg" (if this is where it is uploaded to on the server...)
Now, DON'T SAVE YET. On the same page, find:
Image (click) and put
Code:
#CC9966 url(images/gradients/tSSback.jpeg);
instead of
Also, I noticed somewhere that your site was looking for the images in "public_html/images", don't do that, don't include the public_html, just "images/misc" and "images/gradient" etc.