The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
new icons problem for forumdisplay
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!!! |
#2
|
|||
|
|||
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
|
#3
|
|||
|
|||
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 |
#4
|
||||
|
||||
There are many icons/images hard coded into .css templates.
vb.com needs to fix them. Till then you may edit them manually. . |
#5
|
||||
|
||||
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.
|
#6
|
||||
|
||||
What if someone is using 2 or more styles? .. then replacing icons wont work
. |
#7
|
||||
|
||||
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.
|
#8
|
|||
|
|||
omg...im looking now "threadlist.css"
HTML Code:
/*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); } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|