Jump to content

13.

Clients
  • Posts

    1,254
  • Joined

  • Days Won

    6

Reputation Activity

  1. Like
    13. got a reaction from TDBF in Automatique Ban IP   
    No, it should not be in IPS. It must be implemented on different level: on your server side. fail2ban is good solution for this kind of bots.
  2. Thanks
    13. got a reaction from kmk in Header sticky   
    Here is an example (add it to custom.css file of your theme):
    /*** Attach Mobile Nav to Bottom ***/ #elMobileNav { position: fixed; bottom: 0; width: 100%; z-index: 5049; border-top: 1px solid #808080; } /* Increase body length in order to not overlap footer elements */ body.ipsApp_front { padding-bottom: 50px; } /* Prevent from overlapping by lang switcher */ ul#elNavLang_menu, ul#elNavTheme_menu { z-index: 5048 !important; } /* Prevent from overlapping by notification popups */ #elFlashMessage.ipsFlashMsg_bottom { bottom:50px; } #elFlashMessage.ipsFlashMsg_dismissable [data-action='dismissFlashMessage'] { right: 10px; } It may also require some additional cosmetic tuning for your theme.
    It shouldn't be hard but i don't plan to implement this because in my experience this behaviour could be unobvious and annoying for inexperienced users.

    Fixed docking is enough in my opinion.
  3. Thanks
    13. got a reaction from SoloInter in Header sticky   
    Here is an example (add it to custom.css file of your theme):
    /*** Attach Mobile Nav to Bottom ***/ #elMobileNav { position: fixed; bottom: 0; width: 100%; z-index: 5049; border-top: 1px solid #808080; } /* Increase body length in order to not overlap footer elements */ body.ipsApp_front { padding-bottom: 50px; } /* Prevent from overlapping by lang switcher */ ul#elNavLang_menu, ul#elNavTheme_menu { z-index: 5048 !important; } /* Prevent from overlapping by notification popups */ #elFlashMessage.ipsFlashMsg_bottom { bottom:50px; } #elFlashMessage.ipsFlashMsg_dismissable [data-action='dismissFlashMessage'] { right: 10px; } It may also require some additional cosmetic tuning for your theme.
    It shouldn't be hard but i don't plan to implement this because in my experience this behaviour could be unobvious and annoying for inexperienced users.

    Fixed docking is enough in my opinion.
  4. Thanks
    13. got a reaction from Ramsesx in Header sticky   
    Here is an example (add it to custom.css file of your theme):
    /*** Attach Mobile Nav to Bottom ***/ #elMobileNav { position: fixed; bottom: 0; width: 100%; z-index: 5049; border-top: 1px solid #808080; } /* Increase body length in order to not overlap footer elements */ body.ipsApp_front { padding-bottom: 50px; } /* Prevent from overlapping by lang switcher */ ul#elNavLang_menu, ul#elNavTheme_menu { z-index: 5048 !important; } /* Prevent from overlapping by notification popups */ #elFlashMessage.ipsFlashMsg_bottom { bottom:50px; } #elFlashMessage.ipsFlashMsg_dismissable [data-action='dismissFlashMessage'] { right: 10px; } It may also require some additional cosmetic tuning for your theme.
    It shouldn't be hard but i don't plan to implement this because in my experience this behaviour could be unobvious and annoying for inexperienced users.

    Fixed docking is enough in my opinion.
  5. Like
    13. got a reaction from Jed Rosenzweig in Header sticky   
    I'd rather suggest to dock it to the bottom of the screen on mobile, as many mobile apps does.
    Here is an example how i implemented this on one of my websites a while ago.
    This way you can access breadcrumb button, quick links and notifications right under your finger even while holding a big mobile with one hand.

  6. Like
    13. got a reaction from Ramsesx in Header sticky   
    I'd rather suggest to dock it to the bottom of the screen on mobile, as many mobile apps does.
    Here is an example how i implemented this on one of my websites a while ago.
    This way you can access breadcrumb button, quick links and notifications right under your finger even while holding a big mobile with one hand.

  7. Like
    13. got a reaction from SoloInter in Header sticky   
    I'd rather suggest to dock it to the bottom of the screen on mobile, as many mobile apps does.
    Here is an example how i implemented this on one of my websites a while ago.
    This way you can access breadcrumb button, quick links and notifications right under your finger even while holding a big mobile with one hand.

  8. Like
    13. got a reaction from Aiwa in Automatique Ban IP   
    No, it should not be in IPS. It must be implemented on different level: on your server side. fail2ban is good solution for this kind of bots.
  9. Like
    13. got a reaction from sobrenome in Lazy load for video embeds (YouTube etc.)   
    I hope that lazy load will be also implemented for YouTube embeds in 4.4.
    This topic is a live illustration why this is important.

    It would be awesome to load just thumbnail instead of player and to load player only when thumbnail clicked. This significantly improves performance on pages with embedded videos.
  10. Thanks
    13. reacted to Rikki in Lazy load for video embeds (YouTube etc.)   
    We've added this 🙂 
  11. Like
    13. got a reaction from Markus Jung in Lazy load for video embeds (YouTube etc.)   
    I hope that lazy load will be also implemented for YouTube embeds in 4.4.
    This topic is a live illustration why this is important.

    It would be awesome to load just thumbnail instead of player and to load player only when thumbnail clicked. This significantly improves performance on pages with embedded videos.
  12. Like
    13. got a reaction from bfarber in Lazy load for video embeds (YouTube etc.)   
    I hope that lazy load will be also implemented for YouTube embeds in 4.4.
    This topic is a live illustration why this is important.

    It would be awesome to load just thumbnail instead of player and to load player only when thumbnail clicked. This significantly improves performance on pages with embedded videos.
  13. Like
    13. got a reaction from MMXII in Lazy load for video embeds (YouTube etc.)   
    I hope that lazy load will be also implemented for YouTube embeds in 4.4.
    This topic is a live illustration why this is important.

    It would be awesome to load just thumbnail instead of player and to load player only when thumbnail clicked. This significantly improves performance on pages with embedded videos.
  14. Like
    13. got a reaction from GazzaGarratt in Mobile App, Progressive Web App (PWA) For IPB   
    Yes, also wrote about it:
     
  15. Like
    13. got a reaction from SeNioR- in reCAPTCHA v3   
    No. "Invisible reCAPTCHA" is one of forms of reCAPTCHA 2.

     

    reCAPTCHA 3 has some more advanced features compared to v2.
  16. Like
    13. got a reaction from AndyF in reCAPTCHA v3   
    Is there any plans to introduce reCAPTCHA v3 in near future?
    It designed to use in more places rather than just registration and anonymous commenting. Hope to see this soon in IPS at least on registration, sign-in and commenting (not only anonymous, but also registered group-based) forms. Thank you.
     
  17. Like
    13. got a reaction from SeNioR- in reCAPTCHA v3   
    Is there any plans to introduce reCAPTCHA v3 in near future?
    It designed to use in more places rather than just registration and anonymous commenting. Hope to see this soon in IPS at least on registration, sign-in and commenting (not only anonymous, but also registered group-based) forms. Thank you.
     
  18. Like
    13. got a reaction from PrettyPixels in Mobile App, Progressive Web App (PWA) For IPB   
    This is must-have feature for IPS itself, not 3rd party addon, IMO. Especially considering that IPS apps are already almost ready to work as PWA, only some final preparations should be done.
  19. Like
    13. got a reaction from Cyboman in Mobile App, Progressive Web App (PWA) For IPB   
    Stable PWA on iOS is just a matter of time, they already working on all known bugs.
    BTW, stats on my forums:


  20. Like
    13. got a reaction from Gill in Mobile App, Progressive Web App (PWA) For IPB   
    Stable PWA on iOS is just a matter of time, they already working on all known bugs.
    BTW, stats on my forums:


  21. Like
    13. got a reaction from rodege5389 in Expand ignore feature   
    Our users also complained on this. +1
  22. Thanks
    13. reacted to Adriano Faria in Expand ignore feature   
    Please, add the ability to ignore content itens on streams. There isn’t much sense in ignore someone else’s posts and then have streams constantly bumped with topics/posts made by a ignored user. 
    Tks.
  23. Like
    13. got a reaction from LaCollision in Mobile App, Progressive Web App (PWA) For IPB   
    Looks like some people in this topic don't understand the main advantage of PWA, so it worth to mention again what PWA is just the existing site itself with some little additions and it does not require a lot of development or support and it's a huge advantage over native apps discussed before. And this topic is about PWA, not standalone apps.
    PWA is already supported in iOS 11.3+
  24. Like
    13. got a reaction from Silnei L Andrade in Mobile App, Progressive Web App (PWA) For IPB   
    Looks like some people in this topic don't understand the main advantage of PWA, so it worth to mention again what PWA is just the existing site itself with some little additions and it does not require a lot of development or support and it's a huge advantage over native apps discussed before. And this topic is about PWA, not standalone apps.
    PWA is already supported in iOS 11.3+
  25. Thanks
    13. reacted to Cyboman in Subscription Manager Questions/Suggestions   
    Another important question is:
    Why are only member groups promotions supported in the membership subscriptions module, that promote members to a primary member group?
    I'm using a complex group structure of primary and secondary groups and I really require to offer subscriptions, that promote members to secondary member groups only!
    My members require to purchase multiple subscriptions at once, and this is only possible with "secondary group promotion subscriptions"!
×
×
  • Create New...