MyBB Community Forums

Full Version: Forum Icons Change?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://seronite.com/
Hi to whom ever reads this, next to each of my forum their is an icon chat bubbles or chain links; i simply want to know how to change these to my own custom icons. I would also like the thank those in advance for the help.
There is a guide in tutorials section. Please check. It talks about using Font Awesome icons.
Just done this, nothing changed other than it messed up my side panel. Luckily i duplicated the theme before hand.
The tutorial has absolutely nothing to do with your side panel.
(2016-09-09, 06:06 PM)Demented_Rock Wrote: [ -> ]Just done this, nothing changed other than it messed up my side panel. Luckily i duplicated the theme before hand.

Looks like the theme you're using has already followed that tutorial. All you'll need to do is add this CSS and adjust it accordingly:


.forum_on i:before {
content: "\f023";
}

.forum_off i:before {
content: "\f0c1";
}

.forum_offlock i:before {
content: "\f023";
}

.forum_offlink i:before {
content: "\f0c1";
}


You just have to adjust the content values to what you'd like to use. Finding those is outlined in the tutorial Ashley linked to.
(2016-09-09, 05:38 PM)Demented_Rock Wrote: [ -> ]http://seronite.com/
Hi to whom ever reads this, next to each of my forum their is an icon chat bubbles or chain links; i simply want to know how to change these to my own custom icons. I would also like the thank those in advance for the help.

I understand what you are asking as there is a difference between your own custom image icons and simply changing ficons. This is something that has been asked before and the quick answers usually miss what the user is actually requesting. Now, I did answer this for another user in reference to one of my themes and the other replies did not understand that the user wanted to add their own images not modify ficons nor use sprites so perhaps reviewing my response there may point you in a better direction even if it is for a different theme, the process is fairly the same. Best of luck!

Check out my instructions for possible guidance: 

https://community.mybb.com/thread-197381...pid1236732