Quote:
Originally Posted by UncoderMom
This may be a noob question but can we get a premium forum for this on vb.org?
I have been on this thread for 2 hours trying to find what I need. I can only imagine that thats going to get worst when it goes gold, considering this hack ROCKS!
Anyway, all my image paths are not showing, I know ive read the post lol and tryed to implement the sugestions. My buttons and smilies and avatars are showing. Just not hte background images and headers
Its prolly something Im missing on my end because I am having difficulty understanding all the diferent sugestions that appear to be for the same issue.
I deff think this hack deserves its own forum  GREAT JOB! Very impressive!
Other then the slight image issue there was NO errors or troubles installing!! TY
|
you know your problem was actually addressed in the maze that is this thread and to think you're trying to get rid of it in favour of a whole forum, shame on you
nah on a serious note...hold on wait, i'm sure you replied with an update. ok what's the link to the 'this post'? do you still have it?
i just played with your css on my end and finding all instances of
PHP Code:
background-image: url(/images/junglebook2/
and replacing with
PHP Code:
background-image: url(/forum/images/junglebook2/
in order for you to do that on your end for all your users, you'll have to edit the additional css in your AdminCP => Styles & Templates => All Style Options
that'll get most of it working, but to do the rest, you'll actually have to edit the html in the header. tis not too hard.