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

Everything posted by SeNioR-

  1. Hi. You can do this: #ipsLayout_header { position: sticky!important; top: 0; z-index: 1; }
  2. Hi. I miss an option here that would show unanswered content (topics with no reply).
  3. It should definitely be implemented/improved. Can you move the topic to the suggestions section?
  4. I have already tried: \define( 'PHOTO_THUMBNAIL_SIZE', FALSE ); but no effect.
  5. Hello. I set the maximum size of profile pictures to 150 px, for one of the groups. I also defined a variable in constants.php \define( 'PHOTO_THUMBNAIL_SIZE', 150 ); The problem is that an unnecessary thumbnail of the same size and weight is created. Even if I skip cropping/adjusting the image by closing the window, the thumbnail is still created. Is there any way to bypass thumbnails for profile pictures? Because currently, two identical images are created. Thanks.
  6. Great, it will definitely have a positive effect on indexing. CloudFlare also added this feature in October 2021 in Crawler Hints. Ping: SEO feature: implement IndexNow support
  7. Exactly. @Grafidea Just use CF rules for specific URLs. For example, there are a few problems in ACP with editing a theme, but you can add an exclusion. I have been using CF for a year and have no problems.
  8. I got the idea to do something like linked topics that could be marked by staff. Links could be in the widget or under the first post. I know I can achieve a similar effect with tags but, I wouldn't have to use tags to relate several similar topics to each other.
  9. Bump. Will anyone try to create that plugin? 🙂 Others links: https://invisioncommunity.com/forums/topic/462863-webp-v46x/ https://invisioncommunity.com/forums/topic/462382-webp-and-reprocessing-images/ https://invisioncommunity.com/forums/topic/462727-webp-everywhere-in-acp/ https://invisioncommunity.com/forums/topic/463369-convert-all-images-to-webp/#comment-2866926 https://invisioncommunity.com/forums/topic/433186-webp-images-support/ https://invisioncommunity.com/forums/topic/462745-webp-converter/ https://github.com/vincentorback/WebP-images-with-htaccess https://support.cpanel.net/hc/en-us/articles/4403506784919-How-to-enable-the-webp-image-format-for-use-with-ImageMagick-on-cPanel
  10. Has anyone tried this code? <IfModule mod_rewrite.c> RewriteEngine On # Check if browser supports WebP images RewriteCond %{HTTP_ACCEPT} image/webp # Check if WebP replacement image exists RewriteCond %{DOCUMENT_ROOT}/$1.webp -f # Serve WebP image instead RewriteRule (.+)\.(jpe?g|png|gif)$ $1.webp [T=image/webp,E=REQUEST_image] </IfModule> <IfModule mod_headers.c> # Vary: Accept for all the requests to jpeg, png and gif Header append Vary Accept env=REQUEST_image </IfModule> <IfModule mod_mime.c> AddType image/webp .webp </IfModule>
  11. Got it, but is it possible to remove this button completely? What template is it in?
  12. Salut. Does IC have an option to hide the "Create New Stream" button, eg for specific groups? If not, what do you think about adding such a feature?
  13. Unfortunately, i am not able to provide a link because I am testing it on localhost, but check it on your test forum.
  14. + Found this: and yes waited for the background tasks to complete rebuilding, i have only 3 images to test.
  15. its attached image Additionally, if we set 1000x1000 for Maximum image dimensions to save and display, the thumbnail is still the same size as before, it is not rebuilt. It seems logical because theoretically the miniature is not created then, but should it not be removed or something?
  16. Hi. After rebuild all existing images, the thumbnail size is correct, but the size in the post remains the same. I set the thumbnail size to 800px but in the post it is still the same size. The "width" attribute is not dynamic? 😕
  17. Marc, I understand that but Vegaz is the same nationality as me, he mentioned that he doesn't know English so well as you. He will understand faster when I write him a solution in his native language, right? The solution is that ranks are given on the basis of points, not posts as it was in 4.5.
  18. Apparently the cache is not working completely correctly. Are you using Redis? As for this message, it will disappear by itself. Try to clear the cache.
  19. @Adlago I know that, I am a designer myself 😉 My point is that many lines of CSS and JS code are not used at all (on the homepage and elsewhere) hence such poor performance on mobile devices in the PageSpeed test
  20. This is the worst. I hope that IPS will "somehow" optimize it, although I know it will not be easy.
  21. W wersji 4.6.9 dodano plik robots.txt który m.in blokuje indeksację wszystkich profili.
×
×
  • Create New...