Quote:
Originally Posted by RoL360
I can't get the images to display on my template, Lunablack, for my forums.
Lunablack folder is placed on the forums folder and not placed in the usual styles folder. What can I do to get this sorted and working?
Thanks.
|
All you have to do it find out where you theme is pulling its images. For example my theme pulls its theme images from :
Code:
web root/images/styles/"name of product"/
So im my case i would put the misc. folder here
Code:
web root/images/styles/"name of product"/misc/
And it should put the images up properly hope that helps !!