Jump to content

David N.

Clients
  • Posts

    1,153
  • Joined

  • Last visited

Community Answers

  1. David N.'s post in All rank images are no longer displaying? was marked as the answer   
    I've restarted Chrome and the images now show up again. 
  2. David N.'s post in Notifications do not stay enabled? was marked as the answer   
    Weird, but this issue seems to have fixed itself. All good now. Thanks!
  3. David N.'s post in Are there server issue this morning 1/18/24? was marked as the answer   
    There are a lot of server errors lately. Generally when I'm experiencing server errors, they match slow response time peaks on the response time curve reported there: https://status.invisioncommunity.com/ - but the downtimes are not reported. I've been reporting my downtimes in the following topic: 
  4. David N.'s post in "Content I Posted In" activity stream issue? was marked as the answer   
    Nevermind! It was the Time Per... menu set to 365 days that was limiting the search results. 
  5. David N.'s post in Is there a setting to hide tags on topic lists? was marked as the answer   
    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; }
  6. David N.'s post in Menu manager is showing the wrong menu order since the Invision Cloud caching issue was marked as the answer   
    Ok I've rebuilt my menu manually. 
  7. David N.'s post in Possible to add link under avatar or location? was marked as the answer   
    Here's how I did it: 
  8. David N.'s post in <head> and </head> tags was marked as the answer   
    In your Admin Control Panel, edit your theme's CSS and HTML and you'll find the head tags at the top of the "globalTemplate" file. 
  9. David N.'s post in My moderator can no longer access his moderator Control Panel since I installed the Courses app was marked as the answer   
    I was told this issue is fixed in the next update. Thanks team! 😀
  10. David N.'s post in Is it normal for topics with a single post to miss "Marked as Solved"? was marked as the answer   
    Ok so actually it can be marked as the solution as long as there's at least one reply. So I have to reply something like "Thanks for posting your solution", then I can mark the first post as solved. 
  11. David N.'s post in Most efficient way to onboard new members? was marked as the answer   
    Wait, can't I just use that instead? That looks like what I was searching for? 

  12. David N.'s post in Can't unarchive topic? was marked as the answer   
    Never mind, it ended up working! I suppose it takes about a minute. 
  13. David N.'s post in How do you handle 301 redirects on Cloud hosting? was marked as the answer   
    And now my ads.txt has been redirected as well, so all is good. 🙂
  14. David N.'s post in Is it possible to highlight a post in a forum to really bring attention to it? was marked as the answer   
    Thank you, I will keep that in mind. 
    For now I ended up adding the following custom CSS to do it: 
    li[data-rowid="145141"] { background-color:#fcf7d7; }
  15. David N.'s post in Notification emails fail to reach members who joined in with their Apple ID was marked as the answer   
    Ok so I believe this issue is now resolved - at least the emails no longer bounce.
    There's an important step missing from the Invision Community guide: you need to list the source domain, subdomain and emails you use to send emails to privaterelay.appleid.com in the Services tab of the Certificates, Identifiers & Profiles, or Apple won't recognize the emails and your notifications will bounce. 
    The Invision Community guide should be updated to add that crucial information and ideally with updated screenshots to match the new UI of the Apple Developer portal.
    Go to the Services tab of the Certificates, Identifies & Profiles:

    Enter any domain, subdomain and email sources used for email communication with Apple's private relay service:

  16. David N.'s post in Smilies pop up underneath message window, can't see them? was marked as the answer   
    This issue was resolved, it was due to the ad javascript messing with the theme. 
  17. David N.'s post in Homepage doesn't follow Invision Community CSS styles? was marked as the answer   
    I was finally able to resolve this. Some of the custom CSS I had added to that page was conflicting with some of the Invision Community CSS. 
  18. David N.'s post in Embed a YouTube video in Page Builder:Text widget? was marked as the answer   
    I am building pages using the Page Builder:Text widget. How can I embed YouTube videos inside that widget?
    Thanks!
    Answer: 
    Go to the YouTube page of the video you want to embed, Click SHARE . From the list of Share options, click Embed. From the box that appears, copy the HTML code. Paste the code into your website HTML. Source: https://support.google.com/youtube/answer/171780?hl=en
  19. David N.'s post in Q&A structured data warning from Google was marked as the answer   
    Ok I suppose that answers the question! There's no text in the original post of the thread (only an image) so the "Text" field is left empty in the structured markup. Thanks Marc, I'll edit the thread to add text. 
×
×
  • Create New...