Recent content by StealthBravo

  1. StealthBravo

    XF 2.0 Using custom icons for node icons

    Found this and it seems to work, somewhat... Anybody know how to get this work with Google's Material Icons or FontAwesome? I have embedded the icon font in PAGE_CONTAINER and am using the following CSS: .node--id17.node-icon i { font-family: "Material Icons"; content...
  2. StealthBravo

    XF 2.0 Will there be an XF 1 to XF 2 'Migration' Script?

    Has the structure changed a whole lot? I was trying to do this as well and was disappointed to find that I'm unable to do so... I think a workaround for the time being would be to create a 1.5 install, import data to that, then migrate to 2.0?
  3. StealthBravo

    XF 2.0 xf_addon table somehow got deleted

    The backup was lost due to a disk failure. Convenient, right? :rolleyes:
  4. StealthBravo

    XF 2.0 xf_addon table somehow got deleted

    Did not even think of this, thank you for the idea. Will give it a try and report back.
  5. StealthBravo

    XF 2.0 xf_addon table somehow got deleted

    Is it feasible to just nuke this copy and start fresh? I really could not care less about most data besides users and posts, which I should be able to move over if required?
  6. StealthBravo

    XF 2.0 xf_addon table somehow got deleted

    So I did both of these, and I get this: Any idea? Using RC2. Used all statements as-is.
  7. StealthBravo

    XF 2.0 xf_addon table somehow got deleted

    Long story short, made the jump to 2.0. Made a backup of our old database, and then our backup drive decided to fail on us. So, now I'm stuck with a dead backup drive and a non-functional XF install. With no backup, I'm forced to stick with what I have. I receive this error: Does anyone have...
  8. StealthBravo

    XenForo 2.0 Discussion

    I get this, but I don't get this. What looks good is subjective, but take some of this into consideration: the XF1 design is overdone. Want to make your own design? Have fun spending a couple hours stripping gradients and all the other junk included in the default template it looks outdated...
  9. StealthBravo

    xen:callback - not callable

    I implemented these changes, but I get an even more puzzling error now: Through trial and error, I figured out that the actual class name must differ from the file name, so I renamed it to Playercount. The structure is now library/players/Players, with Playercount being the main class in...
  10. StealthBravo

    xen:callback - not callable

    Trying to implement a player count script from GitHub. Finally got the actual script in order, but it still seems to not be callable? I am using this script: https://github.com/NoxNebula/Minecraft-Server-Status MinecraftServerStatus.class.php is in the same folder as players.php...
  11. StealthBravo

    XF 1.5 XF in a subdirectory

    That worked, thank you.
  12. StealthBravo

    XF 1.5 XF in a subdirectory

    Apologies in advance, this may be a silly question, but I can't find much information on it. We have a XenForo install in /usr/share/nginx/www/forums, which is set as the doc root for the forum. Users can access the forum with the plain URL, https://ulmc.net With friendly URLs enabled, XenForo...
  13. StealthBravo

    [SCC] Minecraft Server Status [Deleted]

    So, how do I get this usable with XenPorta? It shows on my forum list, but I can't get it added to my availiable XenPorta widgets.
  14. StealthBravo

    XF 1.5 Xen callback not functioning correctly

    Yeah, didn't work, but I'm not sure what about my code could be killing it? All it's doing is calling another class which returns data.
Top Bottom