Michael R Posted October 4, 2015 Share Posted October 4, 2015 Is it possible to add an icon to other categories such as Articles, Downloads, and Store? Link to comment Share on other sites More sharing options...
tenaki Posted October 4, 2015 Share Posted October 4, 2015 Do you mean menu icons? Link to comment Share on other sites More sharing options...
Michael R Posted October 4, 2015 Author Share Posted October 4, 2015 26 minutes ago, tenaki said: Do you mean menu icons? You can upload a specific icon for each Forum. I would like to be able to do the same for Article Categories. Link to comment Share on other sites More sharing options...
Pete T Posted October 4, 2015 Share Posted October 4, 2015 29 minutes ago, Michael R said: You can upload a specific icon for each Forum. I would like to be able to do the same for Article Categories. [data-categoryid="2"] .fa-comments::before { content: "REPLACE" !important; } i would say yes you need add this to custom.css just replace items with RED with what you need to get the id look in chrome in inspect element mode for the icon use the the Font Awesome site or what ever like to replace. Link to comment Share on other sites More sharing options...
Joel R Posted October 4, 2015 Share Posted October 4, 2015 I've often thought about this as well. I love the custom forum icons in IP.Board and wish the other apps would achieve parity. Link to comment Share on other sites More sharing options...
Pete T Posted October 4, 2015 Share Posted October 4, 2015 11 minutes ago, Joel R said: I've often thought about this as well. I love the custom forum icons in IP.Board and wish the other apps would achieve parity. you can like example https://community.invisionpower.com/files/categories/ you have font awesome there you change them to. Link to comment Share on other sites More sharing options...
Joel R Posted October 4, 2015 Share Posted October 4, 2015 Not just font awesome icons, but like how IP.Board allows us to upload a custom image to represent the forum: Link to comment Share on other sites More sharing options...
linkmat Posted October 4, 2015 Share Posted October 4, 2015 im trying to make ... font-awesome on each forums are differant like u make before ... but its doesn't work [data-forumid="18"].fa-comments::before { content: "\f00b" !important; } like this ... but its till nothing .. 37 minutes ago, Pete T said: [data-categoryid="2"] .fa-comments::before { content: "REPLACE" !important; } i would say yes you need add this to custom.css just replace items with RED with what you need to get the id look in chrome in inspect element mode for the icon use the the Font Awesome site or what ever like to replace. Link to comment Share on other sites More sharing options...
Pete T Posted October 4, 2015 Share Posted October 4, 2015 2 minutes ago, Joel R said: Not just font awesome icons, but like how IP.Board allows us to upload a custom image to represent the forum: yeah i see at moment only way could do this is .css via replacing the content to image format 6 minutes ago, linkmat said: im trying to make ... font-awesome on each forums are differant like u make before ... but its doesn't work [data-forumid="18"].fa-comments::before { content: "\f00b" !important; } like this ... but its till nothing .. for forum icons you need [data-forumid="57"] .fa-comments::before { content: "\f0b1" !important; } Link to comment Share on other sites More sharing options...
linkmat Posted October 4, 2015 Share Posted October 4, 2015 5 minutes ago, Pete T said: yeah i see at moment only way could do this is .css via replacing the content to image format for forum icons you need [data-forumid="57"] .fa-comments::before { content: "\f0b1" !important; } Thank Its Works :0 so well my error was i didn't make a space between [data-forumid="57"] and that .fa-comments::before [data-forumid="57"] .fa-comments::before { content: "\f0b1" !important; } Link to comment Share on other sites More sharing options...
Pete T Posted October 4, 2015 Share Posted October 4, 2015 2 minutes ago, linkmat said: Thank Its Works :0 so well glad to help every icon needs different set of css so what will work in forums will not work in downloads and so on. Link to comment Share on other sites More sharing options...
linkmat Posted October 4, 2015 Share Posted October 4, 2015 Just now, Pete T said: glad to help every icon needs different set of css so what will work in forums will not work in downloads and so on. yes we need to make for every forum... if i want to make for cats in article .. its will work like similary Link to comment Share on other sites More sharing options...
Pete T Posted October 4, 2015 Share Posted October 4, 2015 10 minutes ago, linkmat said: yes we need to make for every forum... if i want to make for cats in article .. its will work like similary if have any problems do let me know Link to comment Share on other sites More sharing options...
linkmat Posted October 4, 2015 Share Posted October 4, 2015 when i know the process im ok in HTML and CSS but ... when we talk about php,mysql ... u can take a jet plane and run run run faster because i didnt understant anything XD 2 minutes ago, Pete T said: if have any problems do let me know Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.