Recent content by Travis-Mc

  1. Travis-Mc

    XF 2.1 Anyone else have passwords input into the location field?

    I went with autocomplete="off" placeholder="Location (can be general)" That might help with people typing their password twice.
  2. Travis-Mc

    Upgrade the ignore function to 'block' / Blocking Ignored Users

    No different from all other social media.. in 2024, people understand that the disrupted flow can be from content being removed, people deleting their own content (which they can already do in xenforo), and people being blocked. Just because you don't need it, doesn't mean other forums don't...
  3. Travis-Mc

    Upgrade the ignore function to 'block' / Blocking Ignored Users

    Let's get this done. The people have wanted it for 13 years.
  4. Travis-Mc

    [OzzModz] Global User Ignore (Tachy Goes to Coventry)

    Will this be updated to work with 2.3? I'm really only interested in the 2-Way Ignore / Block feature. Perhaps that could be a separate stream-lined add-on?
  5. Travis-Mc

    XF 1.4 Clickable user banners?

    I did something similar, but wanted the text to stay the original color, I didn't want it underlined unless on hover. .userBanner a { color: inherit; text-decoration: inherit; } .userBanner a:hover { color: inherit; text-decoration: underline; }
  6. Travis-Mc

    Fixed Pasting image into quick editor causes page reload

    I can reproduce this in Chrome on an Android device.
  7. Travis-Mc

    New widget positions (What's new + global content top/bottom)

    This would be nice. By "the new What's New page" do you mean the 2.3 version?
  8. Travis-Mc

    ES 2.2 Elastic monitor and restart with WHM chkservd service, radom stops

    Phil, you've gone above and beyond. Thank you!
  9. Travis-Mc

    ES 2.2 Elastic monitor and restart with WHM chkservd service, radom stops

    Thank you for updating this! I will give it a try. Which O.S. are you running?
  10. Travis-Mc

    Affiliate success depends on authenticity

    So did they remove you from their program?
  11. Travis-Mc

    Affiliate success depends on authenticity

    I agree that eBay is cracking down. I received a similar statement from Sovrn regarding eBay. I'd love to be able to post the disclosure only on thread pages that actually have links, but I don't know how to do that. So for now, I've included the text in a notice on every page. Ugh.
  12. Travis-Mc

    [OzzModz] Remove Reactions From What's New Page

    I'm seeing the same issue. The Lastest Activity page shows 30 entires, but with this enabled, I see about a 1/3 of that amount due to the number of post reactions used on the site. Even when I click Show Older items only a handful of additional items are displayed. Is there anyway to fix this?
  13. Travis-Mc

    ES 2.2 Elastic monitor and restart with WHM chkservd service, radom stops

    I gave up trying to figure this one out for now. If you come up with something, let me know.
  14. Travis-Mc

    ES 2.2 Elastic monitor and restart with WHM chkservd service, radom stops

    The command # curl -XGET 'http://localhost:9200' Returns this (I changed some things to ***** because I don't know what is okay to display publicly): { "name" : "*****", "cluster_name" : "elasticsearch", "cluster_uuid" : "*****", "version" : { "number" : "7.16.2", "build_flavor"...
  15. Travis-Mc

    ES 2.2 Elastic monitor and restart with WHM chkservd service, radom stops

    CentOS 7 as well. I tried each of these one at a time: service[elasticsearch]=9200,curl -XGET 'http://localhost:9200',0,/bin/systemctl restart elasticsearch.service,elasticsearch,root service[elasticsearch]=9200,curl -XGET 'http://127.0.0.1:9200',0,/bin/systemctl restart...
Back
Top Bottom