Quote:
Originally Posted by DsmNikki
love this style just cant get the images to show up on my vb advanced any ideas?
THANKS! ALTHOUGH GREAT LAYOUT! 
|
Updating Style Images Manually:
If it is the buttons/logo/status icons/etc that you are having a problem with, go to your Style Manager in your Admin CP. From there, select 'All Style Options' next to the style you are having a problem with. On that page you will see a list of image paths. Make sure that all of the paths there contain the full URL to each directory.
Example:
http://yoursite.com/forums/images/buttons or /forums/images/buttons
Note: that some styles may use the replacement variables system. If your image paths are prefixed with something like {if}/images/buttons, scroll to the bottom of the page to the 'Replacement Variables' section. Update the URL for the replacement variable you saw in your image paths so that it points to the full URL to that folder.
Example:
http://yoursite.com/forums/images/ or /forums/images/
If some of your background images are missing, scroll farther down this page and look for any CSS classes that have something like this for the 'Background' section:
Code:
Code:
#000000 url(images/whatever/something.gif)
Change those to the full URL to the image, so it looks something more like this:
Code:
Code:
#000000 url(http://yoursite.com/forum/images/whatever/something.gif)
Note that there may also be image URL's located in the 'Additional CSS Definitions' near the bottom of the style settings page that will need to be updated as well depending on your style.