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

Posts posted by SeNioR-

  1. 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')

    Could contain: Page, Text, File

    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/"
                }
            },
  2. 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
            }
        ]
    }	

    Could contain: Text, Page

    Could contain: Page, Text

  3. Please also include:

    Could contain: Page, Text, File

    Could contain: Text

    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}}
  4. 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:

    Could contain: Page, TextCould contain: Page, Text, File

  5. 14 minutes ago, TDBF said:

    have banned members by IP address, but they are still able to view the site. It's only when they sign in that they get a banned message.

    When you ban a member by IP address, are they not blocked from viewing the forum, even as a guest?

     

    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.

×
×
  • Create New...