PDA

View Full Version : new icons problem for forumdisplay


compact123
11-26-2009, 11:00 AM
hi there....
I've added many new icons but does not appear on the forumdisplay. but it seems to default v4 icons... i dont know why!!!

http://img686.imageshack.us/img686/8246/43575156.png

http://img691.imageshack.us/img691/2685/20275318.png

cabledr
11-26-2009, 11:45 AM
I havent solved this yet but it seems everything is done threw .css the reason i say that is i could not make the new thread button the same as new reply in my mod for vb4 but now i can :) and i updated the mod and it was .css so i will be playing today with icons and i will update you :)

compact123
11-26-2009, 12:47 PM
hummm then this is a general problem right? kkkk :O i hope and i wish this issue will be resolve soon kkkkkkkkkk :O

good luck buddy :)

Seven Skins
11-26-2009, 01:44 PM
There are many icons/images hard coded into .css templates.
vb.com needs to fix them. Till then you may edit them manually.

.

Lynne
11-26-2009, 01:59 PM
If you simply replaced them with icons using the exact same name and location, then make sure you do a Force Refresh in order to see them on that page.

Seven Skins
11-26-2009, 02:05 PM
What if someone is using 2 or more styles? .. then replacing icons wont work :p

.

Lynne
11-26-2009, 02:57 PM
What if someone is using 2 or more styles? .. then replacing icons wont work :p

.
Very true, which is when the ImagePaths stylevars need to be changed. However, from what the OP has said, it is unclear to me what he has done to add the new icons to his site.

compact123
11-26-2009, 06:51 PM
omg...im looking now "threadlist.css"
/*threadbit icon*/
.threadbit .title {
background:transparent none no-repeat {vb:stylevar left} top;
padding-{vb:stylevar left}: {vb:math {vb:stylevar padding}*2};
}

.threadbit .icon0 .title { background-image:none; padding-{vb:stylevar left}:0; }
.threadbit .icon1 .title { background-image:url(images/icons/icon1.png); }
.threadbit .icon2 .title { background-image:url(images/icons/icon2.png); }
.threadbit .icon3 .title { background-image:url(images/icons/icon3.png); }
.threadbit .icon4 .title { background-image:url(images/icons/icon4.png); }
.threadbit .icon5 .title { background-image:url(images/icons/icon5.png); }
.threadbit .icon6 .title { background-image:url(images/icons/icon6.png); }
.threadbit .icon7 .title { background-image:url(images/icons/icon7.png); }
.threadbit .icon8 .title { background-image:url(images/icons/icon8.png); }
.threadbit .icon9 .title { background-image:url(images/icons/icon9.png); }
.threadbit .icon10 .title { background-image:url(images/icons/icon10.png); }
.threadbit .icon11 .title { background-image:url(images/icons/icon11.png); }
.threadbit .icon12 .title { background-image:url(images/icons/icon12.png); }
.threadbit .icon13 .title { background-image:url(images/icons/icon13.png); }
.threadbit .icon14 .title { background-image:url(images/icons/icon14.png); }
.threadbit .icon15 .title { background-image:url(images/icons/default3/icon2.gif); }

kkk i think this very complex :O