PDA

View Full Version : Problem With Icons


natigon
12-06-2019, 06:47 AM
Hello guys, i have vbulletin 5.5.5 Connect
I have search all over the web but with no luck
i need to change icons in the forum

i read many solutions to change the 1575544110-sprite_icons_general.svg but when refresh cache roll back to default. The question is how to change this or any solution to put my icons on this.

please help
Bill

natigon
12-09-2019, 06:14 AM
anybody to help with this situation ?

delicjous
12-10-2019, 02:32 AM
anywhere in admincp - settings - options - Channel Display options

natigon
12-10-2019, 06:25 AM
anywhere in admincp - settings - options - Channel Display options

I looked but do not have any option to change it :(

napy8gen
12-10-2019, 06:31 AM
You can look at my Pro Pack themes https://www.sultantheme.com/vb5connectforum/forum/main-forum/pre-sales-support, I am using font icons for the topic listing icons. But the theme is not free.

natigon
12-10-2019, 07:47 AM
You can look at my Pro Pack themes https://www.sultantheme.com/vb5connectforum/forum/main-forum/pre-sales-support, I am using font icons for the topic listing icons. But the theme is not free.

if i need it's easy to change it with icons / images ?

napy8gen
12-11-2019, 01:40 AM
if i need it's easy to change it with icons / images ?

no this was intended to use font icons, you can change to different fontawesome icons in the additional.css but it is also require an intermediate knowledge to search the icon property in specific CSS class.

if using different image you need to use existing css classes and overwrite the image background property.

This is example how, you can put it style manager> style name> edit templates> CSS templates> css_additional.css
This only one icon you need to do more.

.read .vb-icon-topic-status {
background-position: 0 0!important;
background: url(https://www.sultantheme.com/vb5connectforum/filedata/fetch?channelid=19&lastupdate=&type=32px)no-repeat;
width: 40px;
height: 40px;
}