ozm8ey

Well-Known Member
Hello Im using the style legendary but i have it so it has different node icons. The problem I'm having is when you're logged in all the forum custom nodes show but when you're logged out they don't work with some of them.

Here is an example of what i have in the extra.css


.node .node_30 .forumNodeInfo .nodeIcon, .node .node_30 .categoryForumNodeInfo .nodeIcon {
background-image: url("linktomypichere");
}
.node .node_30 .forumNodeInfo.unread .nodeIcon, .node .node_30 .categoryForumNodeInfo.unread .nodeIcon {
background-image: url(inktomypichere");
}

Is there any solution to this?
 
Well, the node you're linking too has zero posts in it, so the unread icon wouldn't be showing. But I'm seeing custom icons logged out right now just as a heads up.
 
I guess I'm confused, I'm seeing the a droid icon on there now for mobile. Which icon are you wanting?
I was using that as an example. When im logged out. I can't see the information, announcements, bug reports, website suggestions or pc games icons. If i log in i can though. Is there a way to force the icon to chow no matter what?
 
Paste your CSS for the custom node icons here if you don't mind (public area) or start a ticket if you want to paste it in private.
 
So some of the images you start with no ", but end with it, like _23:
Code:
background-image: url(https://kata-kai.online/styles/drift/images/bug.png");

Should be:

Code:
background-image: url("https://kata-kai.online/styles/drift/images/bug.png");
 
So some of the images you start with no ", but end with it, like _23:
Code:
background-image: url(https://kata-kai.online/styles/drift/images/bug.png");

Should be:

Code:
background-image: url("https://kata-kai.online/styles/drift/images/bug.png");
How did i not see that lol Yeah it works now. Solved
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back