Recent content by Napalm_beach

  1. Napalm_beach

    XF 2.1 DROP command denied to user

    I've got an error in my admin CP that indicates the mysql user must have a DROP table command available. Before I activate that I want to make sure this requirement is a legit part of maintaining the forums and not some script kiddie trying to ruin my life. Thanks for your help...
  2. Napalm_beach

    XF 2.1 Is there was a way to disable "discourage user" mode?

    I'm sorry Brogan, I misspoke: the mod doing this has admin privileges. All things being equal I'd fire him but all things are not equal.
  3. Napalm_beach

    XF 2.1 Is there was a way to disable "discourage user" mode?

    I don't like to discourage users because it creates support tickets and bothers management, but I have a moderator who keeps using it, even after I made the front-end controls disappear. Is there a reasonably easy way to disable the option?
  4. Napalm_beach

    AMPXF - AMP for Xenforo 2 [Paid]

    Will this work with 2.1 or does it require 2.2?
  5. Napalm_beach

    XF 2.1 How to modify user edit admin template?

    Where do I find the template or html data for /admin.php?users/{username}.{user_id}/edit ? Thanks!
  6. Napalm_beach

    XF 2.1 "See what you have missed" email

    I received the "see what you missed" email from this forum today, and I like it better than the Xf 2.1 default. Is that from 2.2, an add-on, or is it a custom project that's not available to the masses? Thanks!
  7. Napalm_beach

    XF 2.1 Password cracking opinions sought

    Yeah, that's how I see it. It just doesn't make any sense.
  8. Napalm_beach

    XF 2.1 Password cracking opinions sought

    I've got a user who is certain someone has our registration database and has cracked the forum passwords. I think this is unlikely in the extreme: We have over-the-top security on our server to prevent injection attacks and the bcrypt on XF 2.1 is serious. My question: Are the passwords...
  9. Napalm_beach

    Threadloom Search for XenForo 2.x [Deleted]

    Hey, just wanted to let you know the formatting is back while connected through Xfinity and my usual browsers and such. Thanks!
  10. Napalm_beach

    Threadloom Search for XenForo 2.x [Deleted]

    Interesting! No security software here. If it's of any use I'm on a MacBook Pro running Catalina. I have two routers here, the standard Xfinity modem/router (Cisco I think) and an Apple router. Both return the same results. My money is on Xfinity.
  11. Napalm_beach

    Threadloom Search for XenForo 2.x [Deleted]

    Okay, it's something at my end. When I use a VPN to view my site it's fine and my moderators are seeing the correct formatting. I would normally pin this on Chrome but I got the same results in all three browsers so I assume this is related to my router settings or ISP? I've never experienced...
  12. Napalm_beach

    XF 2.1 API: create user

    I had the wrong encoding in the header (should be application/x-www-form-urlencoded) and I missed the api_bypass_permissions in the request body. api_bypass_permissions=>1 With those two changes it worked perfectly. Reading the docs carefully will save you from embarrassing posts... like this...
  13. Napalm_beach

    XF 2.1 API: create user

    Hi folks, This is my first attempt at the api. I'm trying to create a user which has an endpoint in the docs. I created a super admin key, and here's my code: $data_string = ['username'=>'zoxoo1', 'email'=>'zoo@example.com', 'password'=>'1234567']; $service_url =...
  14. Napalm_beach

    Threadloom Search for XenForo 2.x [Deleted]

    I've asked my moderators to try it and report back. FWIW, a quick google search brought this up: https://forums.azbilliards.com/threadloom.php?utm_source=xenforo&utm_medium=listing It's a VB install but the results look the same from my laptop.
  15. Napalm_beach

    Threadloom Search for XenForo 2.x [Deleted]

    No problem at all, thank you so much for your quick response!
Top Bottom