Jump to content

SeNioR-

Members
  • Posts

    1,141
  • Joined

  • Days Won

    5

 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 SeNioR-

  1. Right. I've figured it out. Warnings appear for posts written by guests. Guests do not have a profile page, hence the warnings. Solved 🙂
  2. Hi, similar to this warning: Unrecognised field 'interactionStatistic', only this time it applies to topics. QAPage: Missing field 'url' (in 'mainEntity.author') Missing field 'url' (in 'mainEntity.suggestedAnswer.author') Missing field 'url' (in 'mainEntity.acceptedAnswer.author') Example Code: "@context": "http://schema.org", "@type": "QAPage", "@id": "https://invisioncommunity.com/forums/topic/477609-new-member-email-confirmation-not-sentreceived-dmarc/", "url": "https://invisioncommunity.com/forums/topic/477609-new-member-email-confirmation-not-sentreceived-dmarc/", "mainEntity": { "@type": "Question", "name": "New member email confirmation not sent/received? [DMARC?]", "text": "xx", "dateCreated": "2024-03-22T10:14:26+0100", "author": { "@type": "Person", "name": "VahnPetit" }, "answerCount": 11, "acceptedAnswer": { "@type": "Answer", "text": "xx", "url": "https://invisioncommunity.com/forums/topic/477609-new-member-email-confirmation-not-sentreceived-dmarc/?do=findComment\u0026comment=2966914", "dateCreated": "2024-03-22T11:29:52+0100", "upvoteCount": 0, "author": { "@type": "Person", "name": "opentype", "image": "//content.invisioncic.com/a319035/monthly_2021_04/ralf-grey.thumb.jpg.9cd976d9d22d1970807507ce2d368f2a.jpg", "url": "https://invisioncommunity.com/profile/374850-opentype/" } },
  3. Hi. I know it's just a warning but... I'm reporting it as a bug. The warning applies to the user's profile. Example Code: "interactionStatistic": [ { "@type": "InteractionCounter", "interactionType": "http://schema.org/CommentAction", "userInteractionCount": 3557 }, { "@type": "InteractionCounter", "interactionType": "http://schema.org/ViewAction", "userInteractionCount": 14299 } ] }
  4. Please also include: Template: editorAttachmentsPlaceholder Code: Note: There is a duplicate ul element here, which is unnecessary. Edit: There is a duplicate </li> element here as well. {{elseif \IPS\Settings::i()->allow_remote_images }} <div> <ul class='ipsList_inline ipsClearfix'> <li class='ipsPos_right'> <a class="ipsButton ipsButton_veryLight ipsButton_verySmall" href='#' data-ipsDialog data-ipsDialog-forceReload data-ipsDialog-title='{lang="editor_insert_from_url"}' data-ipsDialog-url="{url="app=core&module=system&controller=editor&do=link&image=1&postKey={$editor}&editorId={$name}" csrf="1"}">{lang="editor_insert_from_url"}</a></li> </li> </ul> </div> {{endif}} HotFix: {{elseif \IPS\Settings::i()->allow_remote_images }} <li class='ipsPos_right'> <a class="ipsButton ipsButton_veryLight ipsButton_verySmall" href='#' data-ipsDialog data-ipsDialog-forceReload data-ipsDialog-title='{lang="editor_insert_from_url"}' data-ipsDialog-url="{url="app=core&module=system&controller=editor&do=link&image=1&postKey={$editor}&editorId={$name}" csrf="1"}">{lang="editor_insert_from_url"}</a> </li> {{endif}}
  5. Hi. Another thing that can be improved for peace of mind 🤙 The button role is unnecessary for element button. Warning: Template: global/forms/button
  6. EDIT: replacing div with span solves the error. <div class='ipsFlex ipsFlex-jc:between ipsFlex-fw:wrap ipsFlex-ai:center'> to <span class='ipsFlex ipsFlex-jc:between ipsFlex-fw:wrap ipsFlex-ai:center'>
  7. Hi. I noticed an HTML syntax error in the "whosOnline" template. It's nothing serious, but please consider fixing it 🙂 👍 Error: Template: whosOnline <h3 class='ipsType_reset ipsWidget_title'> <div class='ipsFlex ipsFlex-jc:between ipsFlex-fw:wrap ipsFlex-ai:center'> <span>
  8. Hi. I'm thinking that since user profiles are now indexed, maybe it would be useful to add them to the sitemap? Additionally, don't you think it's worth blocking sites like /badges/ /content/ /solutions/ followers/ and /repotations/ with the "noindex" tag? these sites have no value or useful content. Example:
  9. Hi. I noticed that static pages do not contain the caononical tag. I mean the pages: /guidelines/ /cookies/ /privacy/ /events/ Additionally, there is no friendly redirection for the calendar: https://invisioncommunity.com/index.php?app=calendar
  10. Optimize your forums, guys. Interaction to Next Paint (INP) is an official Core Web Vital. INP replaced First Input Delay (FID) as the new responsiveness metric. Chrome is officially deprecating support for FID, so developers and site owners have until September 9, 2024, to transition over to INP.
  11. This issue has been resolved in the recently released 4.7.16 version. Please update your site if you are still experiencing the issue, and let us know if you see any reoccurrence.
  12. Same issue: EDIT: check this solution Error seemed to be coming from the outgoing email adress that was not configured to the php mail adress! After making sure both were the same, the emailing worked again!
  13. See this: https://www.yourforumservices.com/index.php?/topic/6-shared-login-detector/
  14. It works on a different principle. IP blocking only works with the registration form. The user can still browse the forum, e.g. by logging out of the account or opening it in incognito mode, but he will not be able to create a new account from this IP. The IP block is useless, if someone has a changing IP, all you need to do is reset the router or the Internet connection itself and you can create an account again.
  15. It happened to me a few times too. I remember I had this problem on 4.5.x each time the cache was cleared, the default avatar was reset but it was only on 4.5.x, since then it's been ok
  16. BUG: https://invisioncommunity.com/forums/topic/476930-guest-group-issue/
  17. Everything is described on the above page. Are you interested in a Cloud or Self-Hosted license? By the way... if you use a translator, please remove the styling of the post because the text is huge.
  18. Rocker Loader causes many problems, including loading the editor. This needs to be turned off.
×
×
  • Create New...