Problem In Skin

MobilesDhoom

New Member
i have problem in skin. i have installed two skins at my forum...in first everything is fine but in second skin some pictures are not displaying...like avators, captcha images, reputation images, and signatures...
how can i fix this anyone help me
Thankx
 
You need to check where you uploaded your images. Almost always they are in the wrong place. The easy way to check it is to right click on one of the images (in IE that will be the red x) and check the properties, it will tell you where it thinks the images are suppose to be.
 
i have uploaded this skin at images/styles folder
because i have downloaded this skin from themesbydesign.net and regarding instrustions theme will be uploaded here
 
MobilesDhoom said:
i have uploaded this skin at images/styles folder
because i have downloaded this skin from themesbydesign.net and regarding instrustions theme will be uploaded here

Ok, so for that style in the style manager, you will have to go to the STYLEVARS dropdown, when you get the screen go to the Images Path and change all those settings to point to the FULL PATH where your images are.

so if your default code is :

HTML:
images/misc/vbulletin3_logo_white.gif

You will need to change it to :

HTML:
http://www.yoursite.com/images/styles/yourcustomstyle/misc/vbulletin3_logo_white.gif

Then, you will need to go to your MainCSS and change the image URL in there to point to your FULL custom style path also. That should fix the problem. HTH
 
Back
Top