Jump to content

SeNioR-

Members
  • Posts

    1,154
  • 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. Everything looks fine for me even after refreshing. Maybe it's because of some browser extension.

    Cześć. Możesz ustawić domyślny motyw na chwilę? U mnie po odświeżeniu strony formularz wygląda ciągle tak samo. Masz jakieś rozszerzenia w przeglądarce, może to one coś modyfikują np. AdBlock potrafi usuwać klasy.

  2. After a post is reported, the user is not able to see the moderator's reply and the report status itself. The user does not know whether his report has been completed or rejected.

    I know that the user would have to have moderator privileges to access /modcp/ but can't this be improved in some other way?

    One of the easier ways would be to send a notification to the user after marking the report as "Complete".

    It would be nice if the user could see the moderator's comment, right?

  3. I know that clubs are a rather niche module and not much used (at least I think so) but some forums use them and have a lot of content there 😉 

    BTW: Will clubs be removed in the future or do you have an idea for them (to improve)?

  4. Invision has SearchAction implemented, but the search box does not appear in Google results.

    Could contain: Page, Text

    According to Google's documentation, it should be like this:

    <script type='application/ld+json'>
        {
       "@context": "http://www.schema.org",
        "publisher": "https://invisioncommunity.com/#organization",
        "@type": "WebSite",
        "@id": "https://invisioncommunity.com/#website",
        "mainEntityOfPage": "https://invisioncommunity.com/",
        "name": "Invision Community",
        "url": "https://invisioncommunity.com/",
          "potentialAction": {
            "@type": "SearchAction",
            "target": {
              "@type": "EntryPoint",
              "urlTemplate": "https://invisioncommunity.com/search/?q={query}"
            },
            "query-input": "required name=query"
          }
        }
    </script>

    not like this:

    <script type='application/ld+json'>
    {
        "@context": "http://www.schema.org",
        "publisher": "https://invisioncommunity.com/#organization",
        "@type": "WebSite",
        "@id": "https://invisioncommunity.com/#website",
        "mainEntityOfPage": "https://invisioncommunity.com/",
        "name": "Invision Community",
        "url": "https://invisioncommunity.com/",
        "potentialAction": {
            "type": "SearchAction",
            "query-input": "required name=query",
            "target": "https://invisioncommunity.com/search/?q={query}"
        }
    }	
    </script>
×
×
  • Create New...