1 (edited by deronsizemore 2008-02-19 20:51)

Topic: Trying to change forum status indicator icons

I'm trying to change the default square status indicator icons to my own icons.

in the _cs.css file, I found the DIV.icon code for the default icon and changed it to this: DIV.icon {background: url(/punbb/icons/folder_old.gif) no-repeat left center;} which should display this image: http://www.kentuckygolfing.com/punbb/ic … er_old.gif but it just displays a black square as you can see here: http://www.kentuckygolfing.com/punbb

What am I doing wrong?

Re: Trying to change forum status indicator icons

Look in Oxygen.css, this would be your problem:

DIV.icon {

    FLOAT: left;

    MARGIN-TOP: 0.1em;

    MARGIN-LEFT: 0.2em;

    DISPLAY: block;

    BORDER-WIDTH: 0.6em 0.6em 0.6em 0.6em;

    BORDER-STYLE: solid

}

3 (edited by deronsizemore 2008-02-19 14:05)

Re: Trying to change forum status indicator icons

Ah, didn't realize that was there. What's the reason for having two different stylesheets? Not sure if I'm alone on this, but it's confusing. May not be to bad once I get used to how everything laid out, but it seems like there are styles strung everywhere when it would be much easier to just have them in one spot so they are easier to track down?

Also, I removed the border-style and border-width from the code above and then have this code in my _cs file:

DIV.icon {background: url(/forums/icons/folder_old.gif) no-repeat left center;}

and still no icon showing as the default. Really don't know what I'm doing wrong?

Re: Trying to change forum status indicator icons

I whant to have my own icons for the forum to...
an any one hel me....what do i need to do..
I have already the icons.....

Re: Trying to change forum status indicator icons

I am using 1.34. I cannot find DIV.icon in 1.34.

I have the same problem. Either black or none.