MyBB Community Forums

Full Version: broken images
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
hello guys

i have just installed this theme and it here's my problems

how do i remove those broken icons? it's in almost every subforum


[Image: 5WfJ9.png]

ps : i removed the old code of forum icons


+ there's a lot of broken images


1: collapse [Image: df533e97221bdf1d1ffddf2126d0da8f.png]



2: [Image: 2401716b5784b40d2b90d4c9d892abbd.png]



3: when i added the logo it was fine but than it disappeared [Image: 14bb87e71b400d68b7122c4de96a2e7d.png]

almost everything is broken i checked the icon on the cpanel everything is there
how to fix it?


thanks in advance
Those are subforum icons you can find the code here:

Forum Bit Templates>>forumbit_depth3_statusicon

Open your board for a few minutes so we can take a look!!!
it's online now
Please check if this image exists here: images/verque/minioff.gif


Also hard refresh Ctrl + F5


Have you uploaded "theme images" to ./images folder
(2013-12-23, 07:42 PM)marcus123 Wrote: [ -> ]Please check if this image exists here: images/verque/minioff.gif


Also hard refresh Ctrl + F5


Have you uploaded "theme images" to ./images folder

yes
[Image: 4311a9746cc8b0f7aea2d35ced574d96.gif]
What code do you have in your forumbit_depth3_statusicon template?

Looks like you have an extra images/verque/verque directory !!!! That is the problem!!!

Copy the content of this directory ./images/verque/verque
And past it here into this directory ./images/verque


The image is actually here: http://phoenixrp.net/images/verque/verque/minioff.gif

But is should be here: http://phoenixrp.net/images/verque/minioff.gif
you're the man

worked, thank you very much Smile
NP I am glad it works Smile
this is something i expected to happen >.<

the category color changed from blue to black

it was like

[Image: df533e97221bdf1d1ffddf2126d0da8f.png]


now [Image: 0e77294bc39faa9f57d56f66ce8f36cb.png]

i wanna bring it back to the exact color on the first picture

could you tell me where in themes. -global css
and the color code if possible


thanks
Yes it's suppose to happen because for background you use color and image in case image doesn't load you will see color, as images were not loading you were only seeing css background color!


Find: .thead and either create a new background image or simply remove it

background: url("../../../images/verque/the.jpg") repeat-x scroll left top #026CB1;
Pages: 1 2