/* Node icons */
.node--idX .node-icon i { display: none; }
.node--idX .node-icon {
background-image: url('/images/yourimage.png');
background-repeat: no-repeat;
background-position: center;
}
.node--forum.node--idX.node--read .node-icon {
background-image: url('/images/yourimage.png');
background-repeat: no-repeat;
background-position: center;
opacity: 0.4;
}
/* Node icons End */
/**********/
.node .node-icon i { display: none; }
.node .node-icon {
background-image: url('/images/yourpic.png');
background-repeat: no-repeat;
background-position: center;
}
.node--forum.node--read .node-icon {
background-image: url('/images/yourpic.png');
background-repeat: no-repeat;
background-position: center;
opacity: 0.4;
}
/**********/
Mate tbh, the paid addon sucks. If you would like a hand doing this just give us a message, although i only know English. This is actually pretty easy, don't let the code scare you off. You only have to add the forum ID and image to that code.thank you brother
But it's a bit tired
If there was a free add-on would have been better
thank you my friendMate tbh, the paid addon sucks. If you would like a hand doing this just give us a message, although i only know English. This is actually pretty easy, don't let the code scare you off. You only have to add the forum ID and image to that code.
.subNodeLink.subNodeLink--forum::before,
.subNodeLink.subNodeLink--category::before {
content: "";
content: url('/images/yourpic.png');
vertical-align: sub;
}
.subNodeLink.subNodeLink--forum.subNodeLink--unread::before {
content: "";
content: url('/images/yourpic.png');
vertical-align: sub;
}
which code?This doesn't work at all for me.
.node .node_710 .forumNodeInfo .nodeIcon, .node .node_710 .categoryForumNodeInfo .nodeIcon {
background-image: url("images/nodes/710.png");
background-position: 0px 0px;
}
.node .node_710 .forumNodeInfo.unread .nodeIcon, .node .node_710 .categoryForumNodeInfo.unread .nodeIcon {
background-image: url("images/nodes/710.png");
background-position: 0px 0px;
}
what size is your icons?I've tried both of the ones in the original post. It just makes them vanish, even with a new image path. I've even tried uploading it and using a url as opposed to the image path just in case I was inputting something incorrectly.
I just want a read and an unread icon. I have them designed, I just need to know where to put them in the code.
Code:.node .node_710 .forumNodeInfo .nodeIcon, .node .node_710 .categoryForumNodeInfo .nodeIcon { background-image: url("images/nodes/710.png"); background-position: 0px 0px; } .node .node_710 .forumNodeInfo.unread .nodeIcon, .node .node_710 .categoryForumNodeInfo.unread .nodeIcon { background-image: url("images/nodes/710.png"); background-position: 0px 0px; }
Is what I used before I updated when it was extra.css
This new setup is not helpful. It seems less user friendly and more like they're herding people into buying addons BECAUSE it's so unfriendly.
/**********/
.node .node-icon i { display: none; }
.node .node-icon {
background-image: url('https://site.com/images/yourpic.png');
background-repeat: no-repeat;
background-position: center;
}
.node--forum.node--read .node-icon {
background-image: url('https://site.com/images/yourpic-read.png');
background-repeat: no-repeat;
background-position: center;
opacity: 0.4;
}
/**********/
.node--id7 .node-icon i { display: none; }
.node--id7 .node-icon {
background-image: url('/images/nodes/ipbnode.jpg');
background-repeat: no-repeat;
background-position: center;
}
.node--forum.node--id7.node--read .node-icon {
background-image: url('/images/nodes/ipbnode.jpg');
background-repeat: no-repeat;
background-position: center;
opacity: 0.4;
}
/**********/
.node .node-icon i { display: none; }
.node .node-icon {
background-image: url('http://www.rebellionroleplaying.com/styles/Nodes/unreadHalloween.png');
background-repeat: no-repeat;
background-position: center;
}
.node--forum.node--read .node-icon {
background-image: url('http://www.rebellionroleplaying.com/styles/Nodes/ReadHalloween.png');
background-repeat: no-repeat;
background-position: center;
opacity: 0.4;
}
/**********/
/styles/Nodes/unreadHalloween.pngWas it my image path???
We use essential cookies to make this site work, and optional cookies to enhance your experience.