Recent content by UrbanMC

  1. U

    XF 2.1 Get Client IP

    Hi Everyone. I'm trying to get the IP address of the website user in one of my addons. In regular PHP sites you can do this: $ip = $_SESSION['REMOTE_ADDR']; I'm wondering what the xenforo 2 equivalent is. If anyone can help that would be much appreciated.
  2. U

    XF 2.1 User API Secondary Groups

    I'm trying to update the user's secondary groups using a super user api key. I want to add the user to group 5, which is a test group I've created. I'm getting a success message but the secondary groups haven't changed. Anyone know why it's not updating? <?php $vars = [...
  3. U

    XF 1.5 Reply Box Missing

    Thanks for the help, works perfectly now.
  4. U

    XF 1.5 Reply Box Missing

    In Chrome, Firefox & Edge, my site no longer displays the reply box on threads. However, on Safari & Internet Explorer, it shows up fine. The issue was first reported last night, and I updated from XF 1.5.10 to 1.5.12 soon after. Any idea what the problem is?
  5. U

    XF 1.5 Editor BBCode buttons missing icons

    Alright. I did a force refresh on my mac and the issue appears to be fixed. Thanks for the help.
  6. U

    XF 1.5 Editor BBCode buttons missing icons

    Is there a way to test to see if XenForo is seeing the icons?
  7. U

    XF 1.5 Editor BBCode buttons missing icons

    The image path is correct because if I change it, the header images stop showing up.
  8. U

    XF 1.5 Editor BBCode buttons missing icons

    Where in the style properties is the image path?
  9. U

    XF 1.5 Editor BBCode buttons missing icons

    I found the icons, they are definitely in the style folder. When I open icons.png it looks just like the one you sent me but if I add the ?redactor to the end it shows up like this:
  10. U

    XF 1.5 Editor BBCode buttons missing icons

    I noticed today that my editor for new posts looks like the following image. The buttons work fine, and the tooltips show up as expected but the icons appear to be missing. Any suggestions for how to fix this?
Top Bottom