Jump to content

SeNioR-

Members
  • Posts

    1,154
  • Joined

  • Days Won

    5

SeNioR- last won the day on June 17 2023

SeNioR- had the most liked content!

Profile Information

  • Gender
    Male
  • Interests
    IPS Social Suite 4

Recent Profile Visitors

13,820 profile views
  1. My mistake, please move the topic to the right area. Thanks.
  2. Hi, what do you think about the "ugc" attribute for outbound links? From what I see, the parameter is used by Reddit. rel=”ugc” – should appear in user-generated content, i.e. in the comments and forum posts 🎈 Example: <a ref="https://invisioncommunity.com/" rel="noopener nofollow ugc" target="_blank">Invision Community</a> 👉 More here: Qualify your outbound links to Google 🖊️ EDIT: 5 minutes later It is worth adding that Flarum uses this attribute for links and @Daniel F in his SEO Essentials app has included this option in the settings.
  3. I don't know if this has already been reported. If so, please merge the topic. The main page of a Events does not have an H1.
  4. Exactly. They receive a newly generated password to the email address with which they will be able to log in.
  5. I also have a technical question. Should a URL like this https://invisioncommunity.com/topic/475843-pasted-text-background-color-using-themes/?app=core&module=members&controller=profile&id=543491 be allowed? I think there should be some sort of 301 or 404 redirect here?
  6. Hi, I suggest adding the /language/ path or the ?id= parameter to the robots.txt file because Google is going crazy again and trying to index these pages. Thanks.
  7. Thanks. Yes, I know that, I'm not a beginner 🙂 I only meant the background color and the icon.
  8. Why is the button still in the old colors? 🙂 It should be black with an X icon.
  9. Referring to the topic "Links are not crawlable" and toggleQuote is Creating Errors in PageSpeed, you can also improve the spoiler code. javascript.xml ips.templates.set('core.editor.spoilerHeader', " \ <div class='ipsSpoiler_header ipsSpoiler_closed'>\ <a href='#' data-action='toggleSpoiler'>&nbsp;</a>\ <span>{{#lang}}spoilerClickToReveal{{/lang}}</span>\ </div>\ "); to ips.templates.set('core.editor.spoilerHeader', " \ <div class='ipsSpoiler_header ipsSpoiler_closed'>\ <a href='#' data-action='toggleSpoiler' aria-label='{{#lang}}toggle_spoiler{{/lang}}>&nbsp;</a>\ <span>{{#lang}}spoilerClickToReveal{{/lang}}</span>\ </div>\ "); Temporary JS fix: {{if !\IPS\Member::loggedIn()->member_id and \in_array( \IPS\Dispatcher::i()->controller, array( 'topic', 'page' ) )}} <script async> $(document).ready(function() { $('.ipsQuote_citation a.ipsPos_right').remove(); $('.ipsSpoiler_header a[data-action="toggleSpoiler"]').attr({ 'title': '{lang="topic_approve"}', 'aria-label': '{lang="topic_approve"}'}); $('.ipsQuote a.ipsTruncate_more').attr({ 'title': '{lang="expand"}', 'href': '#', 'onclick': 'return false;', 'rel': 'nofollow'}); }); </script> {{endif}}
  10. There are at least 5 confirmed issues with PHP 8.2 on IPS 4.x. Well, if you want to take a risk, that's up to you.
  11. IPS v4 will not have support for PHP 8.2. The End.
  12. Hi. When I try to share a thread on X, the following message is displayed: System: Android 13 I'm anticipating the question. Yes, I am logged in to X.
  13. Right. I've figured it out. Warnings appear for posts written by guests. Guests do not have a profile page, hence the warnings. Solved 🙂
×
×
  • Create New...