Jump to content

David N.

Clients
  • Posts

    1,165
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by David N.

  1. It would be great if, when we refer someone to another topic by embedding a solved forum topic, the embedded topic would show that it is solved.
  2. Thanks! So what happened is that someone first posted as a guest, then went on through the registration process, but then waited 5 days to approve their registration?
  3. I was notified only 33 mn ago to approve a post that was posted last Friday = but the user joined the forum 33mn ago. I don't understand what could have happened there?
  4. The DMARC is still set to unknown. Are there any news on this front? I noticed that for email notifications from this forum I see "dmarc=pass".
  5. What browser are you using? If you're using Google Chrome, click the padlock in the URL field, and make sure Notifications are enabled? Or go to Google Chrome > Settings > Privacy and Security > Site Settings > Permissions > Notifications, and make sure Invision Community is allowed to send notifications?
  6. Thanks for sharing all those preview videos! I really enjoy the insight into these new features. I really like the direction it's taking so far. 🙂 I personally don't care for A.I. or LLMs, I feel like they are not part of what a community is: a group of human beings sharing a common interest, supporting and helping each other through social interactions. I'm not interested in talking to a machine or reading text that was generated by a machine. As for waiting, there's no point releasing a beta if it isn't ready to be released. I don't mind being patient and waiting a little longer - especially if it means ending up with a better, more reliable product.
  7. So it tuns out that this previous code would still display "3 more" for example for posts having more tags that couldn't be displayed. This is the better CSS selector to hide the entire list of tags: /* Hide tags on topic list */ body[data-pageapp="forums"][data-pagemodule="forums"][data-pagecontroller="forums"] ul.ipsTags { display:none; }
  8. Ok I tried this and it seems to be working! 🙂 body[data-pageapp="forums"][data-pagemodule="forums"][data-pagecontroller="forums"] .ipsTag { display:none; }
  9. Ok thank you, I suppose it shouldn't be too hard to hide them with the right CSS selector, I just have to find the right one. 🙂
  10. When I'm looking at the list of topics inside a forum, can I choose to hide the tags? I searched the ACP but couldn't find it.
  11. I've had some issues since switching to the Cloud and having notifications sent from noreply@invisioncloudcommunity.com. I have had members complaining that their notification emails are getting flagged as spam. I've noticed that DMARC isn't set up. I ran a test through valli.org and found quite a few blacklists (black) and failures (red) for that email address unfortunately: Data of the received email Receiving timestamp (UTC): 2023-11-21 08:34:01 Sender IP: 54.240.11.73 Sender HELO: a11-73.smtp-out.amazonses.com Sender address: 0100018bf103208b-04bef0d6-70b9-4d71-8bbc-9802bf8bb27d-000000@amazonses.com From address: =?UTF-8?B?TG9naWMgUHJvIEhlbHA=?= <noreply@invisioncloudcommunity.com> DNSBL Blacklist Test Summary 288 of 288 tests done. Results Not listed: 265 Blacklisted: 14 Brownlisted: 0 Yellowlisted: 0 Whitelisted: 0 Neutrallisted: 0 Failed: 9 Processing All done DNSBL Combinedlist Test Summary 21 of 21 tests done. Results Not listed: 12 Blacklisted: 0 Brownlisted: 0 Yellowlisted: 2 Whitelisted: 4 Neutrallisted: 2 Failed: 1 Processing All done DNSBL Whitelist Test Summary 41 of 41 tests done. Results Not listed: 32 Blacklisted: 0 Brownlisted: 0 Yellowlisted: 0 Whitelisted: 8 Neutrallisted: 0 Failed: 1 Processing All done DNSBL Informationallist Test Summary 17 of 17 tests done. Results Not listed: 5 Blacklisted: 0 Brownlisted: 0 Yellowlisted: 0 Whitelisted: 0 Neutrallisted: 12 Failed: 0 Processing All done
  12. I am still getting this issue. Ok I couldn't find any burried unread PMs. Even if I did though, shouldn't clicking the notification take me to the last unread message, rather than displaying "No message selected"?
  13. Is it possible to hide the "Edited 40 minutes ago by member_name" message, at least when members make edits only a minute or two after posting for example for fixing a typo? Thanks!
  14. One of our member complained that recently, notification emails from our site are going to his spam folder. I checked the raw headers in an email notification from our site and I can see that while SPF and DKIM both pass, it says "dmarc=unknown". Is it possible to add a DMARC record to these emails?
  15. I really can't wait to hear about it, that sounds great! 🙂
  16. Oh I was looking for the wrong term. I'm looking for a minimum number of characters to be able to validate a post. Some user posts just a video with no words whatsoever, and I'm trying to avoid that, I want to have a minimum number of character for someone to post. What's the terms for that setting?
  17. I am trying to adjust the minimum content count to post as a global value for the entire site. When searching the ACP I can only find per-forum setting. Is there a global setting?
×
×
  • Create New...