Jump to content

SeNioR-

Members
  • Posts

    1,143
  • 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. Hi. seoTitle function currently does not remove Emoji from URLs. Link with emoji becomes unfriendly. Consider adding a new preg_replace $value = preg_replace('/[^ -\x{2122}]\s+|\s*[^ -\x{2122}]/u','',$value); The copied and pasted URL looks like this: https://invisioncommunity.com/forums/topic/470924-emoji-in-seotitle-unfriendly-url-%F0%9F%94%A5%F0%9F%98%85%F0%9F%98%B2%F0%9F%92%9B%F0%9F%A4%A9%F0%9F%A4%AE%F0%9F%98%8A/
  2. Yes, but you still have the cache set to 900 seconds (15 minutes) in the headers for guests 😉 Yep. It's possible that it was a one-time situation, because the icons display correctly now.
  3. @marklcfc Well done with the cache configuration 👍Your site loads much faster now, but I noticed quite a lag with the "Who's Online" widget and the online status in the topic which is a bit pointless now as it takes 15 minutes to update. I wonder if (with your present configuration) you could now set "Cache sidebar, header and footer blocks" to 0 because the whole page (with the all widgets) is cached by CF now. Plus, I think you can add some new CF rules like /discover/, /search/ and sitemap.php to avoid situations like in the picture below where there is a problem with loading reactions icons in search results.
  4. The tags already have the "noindex" meta tag added, so if you prohibit robots.txt from indexing the page, bots will not be able to read it. Bad practice.
  5. until

    Thanks Olivia.
  6. By the way, when you set the attachment limit, you must enter the value in KiB not kB. In my case, after setting equal values in kB, the editor showed a completely different and underestimated value. Example: 1 kB = 1000 bytes 1 KiB = 1024 bytes
  7. Hi Chris. Could you describe what exactly you changed? Thanks.
  8. Lots of errors caused by misconfiguration of your server and not the software itself.
  9. Good idea. With every new version I see a thread with "locked task". A lot of people forget to update the cron path after changing the PHP version.
  10. Then leave a gate to turn this crap off.
  11. the user probably adds a few invisible empty paragraphs (<p>empty</p>) when writing, hence the empty space.
  12. @Randy Calvert Randy, it's great that you're so active, but you're a customer like all of us, so let the IPS Team write something, because you act like their spokesperson or someone who knows more than us, and you know as much as we all do, which is nothing.
  13. A year has passed... It seems to me that IPS thinks too much about the backend and forgot about the frontend.
  14. FA will be completely removed (at least I hope so).
  15. Support for CKE4 ends in 2023. I hope you are already working on migrating to CKE5. The FA4 framework from 2017 should also be updated or completely removed and replaced with SVG icons.
  16. Thanks for the info, however in what "future update" we can expect these improvement? IPS 5.x or maybe a bit earlier?
  17. At the moment, we can only upload a graphical icon, so I suggest adding lazy loading. This helps the page load faster especially on a mobile device and eliminates the error in PageSpeed Insights {{elseif $forum->icon}} <img src="{file="$forum->icon" extension="forums_Icons"}" alt='' class='ipsItemStatus ipsItemStatus_custom {{if !\IPS\forums\Topic::containerUnread( $forum ) && !$forum->redirect_on}}ipsItemStatus_read{{endif}}'> {{else}} to {{elseif $forum->icon}} <img src="{file="$forum->icon" extension="forums_Icons"}" alt='Icon' class='ipsItemStatus ipsItemStatus_custom {{if !\IPS\forums\Topic::containerUnread( $forum ) && !$forum->redirect_on}}ipsItemStatus_read{{endif}}' loading='lazy'> {{else}}
  18. I agree, these types of fixes should be reported directly to the IPS developers, but unfortunately there is no such way at the moment. There are a lot of such details to improve, sometimes I don't want to write a topic because it's a small thing ... but it should be corrected. By the way, it would also be good to fix the YouTube icon to <i class="fa fa-youtube-play" aria-hidden="true"></i>
×
×
  • Create New...