Recent content by MaximilianKohler

  1. 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.
  2. 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.
  3. 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...
  4. M

    [Andrew] Moderator Panel

    No, I'm setting Appearance, Styles, Grey - Style properties, Page setup, Maximum page width to 950.
  5. 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...
  6. M

    [DigitalPoint] App for Cloudflare®

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

    [DigitalPoint] App for Cloudflare®

    I left this on and it prevented my Let's Encrypt SSL from renewing.
  8. 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
  9. 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; }...
  10. M

    Show Top Page Navigation on Thread on Mobile Device

    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; }...
  11. M

    [Andrew] Moderator Panel

    Andrew, this panel causes a display width issue on the mod queue page, and my XF suggestion to fix it was closed: https://xenforo.com/community/threads/modify-the-layout-of-the-approval-queue-to-decrease-whitespace-and-increase-content-width.231261/ Do you have an idea of a solution? Perhaps to...
  12. M

    Modify the layout of the approval queue to decrease whitespace and increase content width

    Ah, it's probably Andrew's Mod Panel that shows the left-side menu. And yes, I limited the width of my board. I don't know of a way to increase the width only for the mod queue.
  13. M

    XF 2.2 Activity summary email

    I do review them for all the forums I'm a member of. The Overclock.net one is the only one that is useless to me since all the threads are "official xxx owners club" and specific device overclocking. The Centmin Mod email was the one that alerted me to the better alternative. I was like "wow, I...
  14. M

    XF 2.2 Activity summary email

    Why? Where should they go?
  15. M

    XF 2.2 Activity summary email

    I don't agree. My feedback was a good reason. I searched the thread first to see if it had been mentioned before, and it hadn't. So it was unique and valuable. There's no reason to lock the thread and prevent additional valuable input. The only reason I can think of to do that would be if the...
Back
Top Bottom