Recent content by CZ Eddie

  1. CZ Eddie

    s9e Media Sites

    On the board I provide support for, the WalMart links come up as "Robot or Human"? I've got s9e-MediaSites-2.17.0 installed with all default options, on XF 2.3.4. What do you think might be the issue? The link works but nobody knows what it is without clicking to open it. My example link...
  2. CZ Eddie

    Export entire thread but only selected user posts

    Search thread for your username, then print to PDF the results. Good enough. (y)
  3. CZ Eddie

    Export entire thread but only selected user posts

    Since formatting isn't super important, maybe there is a SQL command or something I can use to export only the one users posts as text or something?
  4. CZ Eddie

    Export entire thread but only selected user posts

    Have a member who wants to export a 1000+ post thread to PDF for legal reasons. I know XF2 Addons has an option to export a thread and it works great. https://www.xf2addons.com/resources/export-thread.181/ But I only want his posts to be exported. I don't want anyone else on the thread to be...
  5. CZ Eddie

    XF 2.3 A password reset request has been emailed to you. Please follow the instructions in that email.

    Not sure when this started but right now if a user requests a password reset, they get through the process okay. But when logging in for the first time, they are presented with this message: "A password reset request has been emailed to you. Please follow the instructions in that email." The...
  6. CZ Eddie

    XF 2.2 Upgrade from 2.1 to 2.2 - now the User Title Ladder is being ignored and everyone is '0'?

    Paul B had a recommendation in this thread that might help you guys? https://xenforo.com/community/threads/custom-user-titles-0.225155/
  7. CZ Eddie

    Fixed XF2.3 - Notification Alerts not auto-clearing

    You'll want to start a new thread for help then.
  8. CZ Eddie

    Fixed XF2.3 - Notification Alerts not auto-clearing

    2.3.2 alerts are auto-clearing just fine for us.
  9. CZ Eddie

    XF 2.3 Picture uploading Questions - Max limit for picture size vs file size? And which button?

    First, why does the button on the bottom let you upload larger pictures sizes than the one on top? Why aren't both the same? Here are my current picture settings. What I'd like to do is set the image size displayed in the page to be a max of 1500x1500. But I want it so that when you click...
  10. CZ Eddie

    Can a forum be logged into Facebook so links can be shown?

    I frequently see users posting links to Facebook posts or videos, etc. But for those of us who aren't logged into Facebook, we're unable to see this info. Is it possible for the forum itself to be logged into Facebook and at least show a preview of whatever the FB page shows? I realize that...
  11. CZ Eddie

    XF 2.2 GIPHY integration, image proxy bypass and audio uploads

    Is there an updated guide on how to set this up? Because the OP and the manual have outdated screenshots and guidance. https://xenforo.com/docs/xf2/giphy/ Not sure what to select here. And I guess we get a test key and then after we get that, we are supposed to ask for a real key?
  12. CZ Eddie

    [Liam W] (RIP) Mentions Mini Avatars

    I removed this add-on before upgrading to XF 2.3. After the upgrade, I re-installed Liam's from scratch and it's working fine for me. I did have to do one mod though, as indicated here: https://xenforo.com/community/threads/liam-w-rip-mentions-mini-avatars.157767/page-4#post-1688582
  13. CZ Eddie

    Alert Improvements by Xon

    XF2.3 with PHP 8.3 here Thanks for the mod! Is this a bug or just me? When we go to the page to view all alerts, then scroll to the bottom and put a checkmark in the "Select all" box and choose "Mark read", it just gives us an error saying "Please select at least one alert to update".
  14. CZ Eddie

    Migration from Litespeed to Ngninx = 502 Bad Gateway nginx

    I'm wondering if it would be best to set up centminmod ahead of time with everything I want EXCEPT for the vhost. Then, after I switch over DNS, I would setup the vhost at that time and let it do it's thing with letsencrypt. Do you know if that's all handled by the centmin script automatically...
  15. CZ Eddie

    Migration from Litespeed to Ngninx = 502 Bad Gateway nginx

    Thank you very much. I actually wanted the reverse. To force https traffic to http, because I wasn't able to set up ssl. That seems to be working with this ssl cert: server { listen 443 ssl http2 reuseport; server_name mywebsite.org www.mywebsite.org; ssl_certificate...
Back
Top Bottom