Recent content by MaximilianKohler

  1. M

    What's New Digest

    2.2.17
  2. M

    What's New Digest

    The logo started showing (possible that I may have not had external images loading), but I just upgraded to the latest version and after sending a test email to a specific user I get this error: InvalidArgumentException: Class XF\Finder\UserFinder does not match formatter pattern %s\Entity\%s in...
  3. M

    Amazon SES Bounces Support

    No, this addon replaces the need for that.
  4. M

    [OzzModz] Spam Phrases Report

    It was probably due to the Maximum messages to check for spam option being set to 0. Usually 0 means unlimited. I noticed that the default spam filter wasn't working so I set that option to 999999 and it started working. Unfortunately, the default behavior is to reject messages/PMs that contain...
  5. M

    [DigitalPoint] App for Cloudflare®

    So lots of stuff in it needs to be updated? Are you indicating you don't want to keep it updated? Oh, I forgot that XF doesn't let you edit threads after 1 day. How about moving the suggestions to the FAQ tab so they can be kept up to date?
  6. M

    [DigitalPoint] App for Cloudflare®

    So the recommendation here https://xenforo.com/community/threads/cloudflare-optimizations-for-xenforo.210792/ should be changed to ON?
  7. M

    What's New Digest

    Yes, that's what I'm talking about. The mod I'm trying to do changes that phrase to the forum logo. And that's what I think should be the default for this addon. It's the default for the Activity Summary.
  8. M

    [Andrew] Moderator Panel

    I don't really pay attention to that, but is there another/better way to limit just the width of the main text areas? Yes, this works well.
  9. M

    What's New Digest

    The home page of the forum. There's no problem with the URL. The logo image is public -- the code uses publicLogoUrl. I think this code in the whatsnewdigest_email template is the culprit? 'board': '<a href="' . link('canonical:index') . '">' . $xf.options.boardTitle . '</a>' But I'm not...
  10. M

    [Andrew] Moderator Panel

    No, I'm setting Appearance, Styles, Grey - Style properties, Page setup, Maximum page width to 950.
  11. M

    What's New Digest

    Simon, I've been trying to add the forum logo to all emails per: https://xenforo.com/community/threads/logo-on-emails-really-simple-way.157687/ When I send a test email to the admin, per /admin.php?tools/whatsnewdigest-test, it shows the logo at the top. But when the actual digest gets sent...
  12. M

    [DigitalPoint] App for Cloudflare®

    https://community.centminmod.com/threads/troubleshoot-invalid-ssl-certificate-error-526-403-401.26901/
  13. M

    [DigitalPoint] App for Cloudflare®

    I left this on and it prevented my Let's Encrypt SSL from renewing.
  14. M

    [Andrew] Moderator Panel

    It's on a 1600x900 14" laptop. Pretty common I would think. I have "maximum page width" set to 950px because that's the limit of where text starts to get hard to read: https://medium.com/ben-shoemate/optimum-web-readability-max-and-min-width-for-page-text-dee9987a27a0
  15. M

    XF 2.2 Page nav buttons on mobile

    Add a few more lines to make it show on one line instead of two: /* Show page nav at top on mobile */ @media (max-width: @xf-responsiveNarrow) { .block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow) { display: block; }...
Back
Top Bottom