Recent content by Justin Long

  1. Justin Long

    XF 1.3 Child Node Icons

    I'm trying to change the icons for child nodes. I've set custom icons for the main nodes in the extra.css, but sadly, the same code will not work for the child nodes. I was hoping someone had a fix to this. Thanks in advance for any help.
  2. Justin Long

    User Ranks Based on Trophy Points

    No, I'm guessing it was a conflict on my end as I went over the code character by character and it looked fine. And it doesn't seem like anybody else had the same problem as I. So I took out everything and just left the if statements, image source, and tooltip popup codes and it worked...
  3. Justin Long

    User Ranks Based on Trophy Points

    I just figured it out. Thanks for your help!!
  4. Justin Long

    User Ranks Based on Trophy Points

    The only thing I change is the image path, right? I leave everything else the same?
  5. Justin Long

    User Ranks Based on Trophy Points

    Yeah, I tried. Above, below, within. To no avail. :(
  6. Justin Long

    User Ranks Based on Trophy Points

    I replaced <span class="arrow"><span></span></span> with the code you provided and I get... "The following error occurred: The following templates contained errors and were not saved: message_user_info: 1) Line 124: Template syntax error." I was wondering what I did wrong. btw, thanks...
  7. Justin Long

    User titles based on message count

    Perfect! Thanks for the response!
  8. Justin Long

    User titles based on message count

    I've installed this and it doesn't seem to be working. My trophy user titles still say trophy points and not message count.
  9. Justin Long

    Creating custom user group banner CSS

    Never mind, figured it out. I didn't realize I needed to have text typed in the User Banner Text box in the Edit User Group tab. I figured since I was using my own image that I wouldn't need the text. Thanks anyway folks. Have a great day/night!
  10. Justin Long

    Creating custom user group banner CSS

    So I've been trying to use my own images as the custom banners and I cannot get it to work. I've used this code in my EXTRA.css .userBanner.admin { background-image: url("image path") no-repeat top; } and I used "admin" in the custom css class name. I've tried multiple different things, but...
  11. Justin Long

    XF 1.3 Having trouble installing add-ons

    You are completely right! Thank you so much!
  12. Justin Long

    XF 1.3 Having trouble installing add-ons

    Every time I try to install an add-on I get this message... file_exists(): Unable to find the wrapper "sftp" - did you forget to enable it when you configured PHP? XenForo_Application::handlePhpError() file_exists() in XenForo/Model/AddOn.php at line 153...
  13. Justin Long

    XF 1.3 A few styling questions

    Thank you so much. I very much appreciate your assistance.
  14. Justin Long

    XF 1.3 A few styling questions

    Anybody have any ideas?
Top Bottom