Recent content by RebellionRoleplaying

  1. RebellionRoleplaying

    Collapsible Node Categories

    There is an updated resource somewhere that has it all just there to install. I wish I could remember where.
  2. RebellionRoleplaying

    Collapsible Node Categories

    The issue I'm currently having is that the following code: <div class="block-desc">{$node.description|raw}</div></xf:if> Is nowhere in my node_list_category template
  3. RebellionRoleplaying

    XF 2.0 Using custom icons for node icons

    Usually with X1 I could use /folder/folder/image.jpg But this time, I had to include the site name, as well. Really bizarre issue.
  4. RebellionRoleplaying

    XF 2.0 Using custom icons for node icons

    I did. I figured it out. It was my Image path. I had to be v direct with it.
  5. RebellionRoleplaying

    XF 2.0 Some help with Cometchat

    Whoo, glad I saw this. We almost renewed our license! I would have been hot.
  6. RebellionRoleplaying

    XF 2.0 Background image

    It works, for anyone who is curious. Thanks, @Emre!
  7. RebellionRoleplaying

    XF 2.0 change Node Icons to IMG in XenForo 2.0

    I guess I was putting too much on there. Thank you so much, I appreciate it! <3
  8. RebellionRoleplaying

    XF 2.0 change Node Icons to IMG in XenForo 2.0

    You are a lifesaver, thank you so much for your help and patience with me. It had to have been my image paths. Although it wasn't even working when I used the imagur direct link.
  9. RebellionRoleplaying

    XF 2.0 Using custom icons for node icons

    Would it make a difference if I included the code with my images inserted? I have checked and unchecked everything I've done, and nothing is working for me. This was easy before I upgraded, I had code that worked. Now it doesn't anymore and Xenforo wants me to buy an add on to get a feature I...
  10. RebellionRoleplaying

    XF 2.0 change Node Icons to IMG in XenForo 2.0

    When I use that code, it doesn't change anything at all. Even the old icons still pop up. Does anyone know where in the CSS I can find them? Nothing I've found has been helpful. I'm doing everything step by step and nothing is working. I'm not using a special template, that's the default...
  11. RebellionRoleplaying

    XF 2.0 Using custom icons for node icons

    // Removes the default icon .node--forum .node-icon i:before{display: none;} // Sets the new default unread icon of the forums .node--unread .node-icon i{ background-image: url(/path/to/your/custom_node_sprite.png); background-position: -32px 0px; height: 32px; line-height...
  12. RebellionRoleplaying

    XF 2.0 change Node Icons to IMG in XenForo 2.0

    This is what that does. Is there a certain size they need to be? They're very small.
  13. RebellionRoleplaying

    XF 2.0 change Node Icons to IMG in XenForo 2.0

    .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 {...
Top Bottom