Jump to content

13.

Clients
  • Posts

    1,249
  • Joined

  • Days Won

    6

Reputation Activity

  1. Thanks
    13. reacted to ahc in Font Awesome 6   
    With FA6's release on the horizon (a little over a month), does Invision plan on updating the FA version anytime soon?  I've seen so many topics/posts from members asking for an update to FA5, but IPB 4.5 looks to still be using a version of FA4.
    https://fontawesome.com/6
  2. Thanks
    13. reacted to McAtze in Font Awesome 6   
    This is not correct. With FA6 on free plan they "double the amount of icons, give access to the new SVG-framework, JS compoments and more.." (Video - 00:47+) 😉
  3. Like
    13. reacted to svit in Mass Prune Spammers   
    Hello, I have raised this request in the past, I would find very helpful if in ACP I could mass prune/delete validating spammers. It happened to me that the site is attached and I had to deal with manually deleting 200 spammers. Currently I don't see an option to select all records on a page and take a mass action with them. Would more members benefit from this feature?

  4. Thanks
    13. reacted to Sheffielder in Mass Prune Spammers   
    Previously on that screen/section there would be a 'select all' option on the right, with tickboxes

    You could then just go down the list, check the tickboxes and press delete

    It's something that you could also use to mass approve registrations

    I really miss it. It was so useful as a timesaver
  5. Haha
    13. reacted to Ramsesx in CKEditor 5   
    2018-12-30_18-26-10.mp4
  6. Thanks
    13. reacted to Jordan Miller in #Hashtags   
    I responded in another comment with the below, but figured it deserves its own dedicated topic. 🙂
    I would LOOOVE to see a hashtags feature.
    Would it be possible to re-purpose / reutilize the Tags feature?
    Members could use Tags (as hashtags) in their posts / comments. When you click on the hashtag, it links you to a search page where other members have also used that same hashtag. 
    Then, include a way to show Trending hashtags in a widget based off of usage (like the Popular Now or tag cloud widgets). 
    I would be super interested in this and I know my members would love it.
    There's a lot of #JusticeFor campaigns on social media, and that could be super powerful to tap into on my forum as well. Just food for thought 🙂
  7. Thanks
    13. reacted to Feneroin in Suggestion: Replacing text with small icons?   
    Hello, maybe you can add small icons instead "x replies" and "x views" like on WordPress 👇🏼

    and also maybe you can add a feature with an icon for showing how many times the topic is shared...
  8. Confused
    13. reacted to Joel R in hCaptcha support   
    @rebraf is as close as you will get to a Tier 3 IPS developer in the IPS Marketplace, so you can consider his files to be on par with core development.  
  9. Thanks
    13. reacted to Tarun in hCaptcha support   
    A plugin is nice and all, but it requires maintenance on both ends. Support for this being integrated into the IPS platform is more ideal.
  10. Thanks
    13. reacted to Tarun in hCaptcha support   
    Will 4.5 include support for hCaptcha?
    CloudFlare just switched to it due to growing privacy concerns with Google.
    https://blog.cloudflare.com/moving-from-recaptcha-to-hcaptcha/
  11. 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.
  12. Agree
    13. got a reaction from THE_SUPERMAN in -200 error - when will this issue be resolved?   
    Well, it's your assumption. No more no less. But what about the diagnostics instead of assumptions? WIll IPS provide informative error instead of just "-200"?
    93 frames and 816kb is nothing for GIFs. Most of uploaded GIFs on my forums has a lot more frames and sizes (and a lot of them was uploaded when i used ImageMagic).

    As i already said, problem is not related to the count of frames of to the size of the GIF, it just appears with some of GIFs, not matter how large or small they are, or how much frames does they have. I've uploaded bigger GIFs with much more frames and it worked just fine. Played around with timeouts and memory limits, e.t.c. and it does not affected the error with GIFs which has lower size and less frames.
    Does not matter, the actual problem is lack of information in the error, that's it.
  13. Like
    13. got a reaction from sobrenome in Chrome's Native Lazy Loading now live   
    No, it's live in all browsers based on chromium 76+. Caniuse just didn't updated their info yet. Test it yourself, it works in latest stable chrome by default.
  14. Like
    13. got a reaction from sobrenome in Chrome's Native Lazy Loading now live   
    Well, it now supported in all popular browsers:
    all current chromium-based browsers (Chrome, Edge, Opera, Yandex, etc). the future release of Firefox (75, will be released in less than a month). These browsers are covering more than 94% of traffic on my websites, so I already implemented native lazy loading on some of them. And it works just great 
  15. Thanks
    13. reacted to ahc in Ignore Improvements   
    I think the ignore feature needs a few more features to be useful.  Right now it really serves no purpose other than to make members angry/upset when they try to use it and find out it doesn't really serve a purpose.  Most sites give you the ability to actually block someone, preventing them from seeing your content or your account.  My members have been begging me for improvements to this feature or to implement a true blocking system, but it's odd to me that previous people who have requested this are never responded to, or are basically told just use the ignore feature as is and act like an adult about it.
    The internet if filled with millions of people of all ages, and just because someone is an adult doesn't mean they'll act like one.  I don't think it's unreasonable to provide a little more in terms of someone feeling more secure about their privacy.
    User A ignores User B, so all applicable content by User B is now hidden to User A, and User B is unable to send private messages to User A.  However, User B doesn't know they are being ignored by User A and has no restrictions given to them.  The ignore system works basically as if User A is the one being blocked from User B's content which seems backwards.  User B should be aware they are blocked and have the consequence of User A basically not existing to them in any capacity.
    My members are requesting these common blocking features:
    A blocked/ignored user cannot see the content of the blocker. A blocked/ignored user cannot view the account profile of the blocker. A blocked/ignored user cannot tag/mention the blocker in any content. If there is a plugin or app that already implements these improvements, please direct me to it.  If not, I can assure anyone who creates one will receive immediate downloads/sales.
  16. Thanks
    13. reacted to TheWorldNewsMedia.org in Everybody is choosing "Night Mode" nowadays....   
    I think we need to include this functionality as well.
  17. Like
    13. got a reaction from JohnathonZemlak in Configure CKEditor to allow attributes   
    This could be achieved with super-simple hook. ... parent::_htmlPurifierModifyHtmlDefinition($def); $def->addAttribute( 'a', 'name', 'Text' ); ... Keep in mind what name attribute is deprecated and not a part of HTML5, so it would be better to use something like data- attribute and then in JS on client side make an id attributes from it's values after checking that these IDs will not conflict with existing IDs.


    I did it some time ago for my communities, here is a live example.
  18. Thanks
    13. reacted to A Zayed in Mark messages as unread.   
    This would be great if it's implemented as a core system function.
     
  19. Thanks
    13. reacted to cpinc in Mark messages as unread.   
    My community uses messages quite a bit, and sometimes I want to read a message right away but reply later on.
    It would great if I could mark a message as unread in this scenario so I remember to get back to it after. 
    Just like with email, basically.
  20. Agree
    13. got a reaction from Everade in Ability to report user   
    Currently we can report only content items, but sometimes it would be useful to report a user, for example in cases when user account was made is only in order to leave links in it's profile and "About me" section, like this.

  21. Like
    13. got a reaction from Joy Rex in Configure CKEditor to allow attributes   
    @Joy Rex, it's about filtering at the IPS level, not CKE.
  22. Like
    13. got a reaction from Jalal arefen in Ability to report user   
    Currently we can report only content items, but sometimes it would be useful to report a user, for example in cases when user account was made is only in order to leave links in it's profile and "About me" section, like this.

  23. Like
    13. got a reaction from Armbian_Werner in IPS 4.5: collapse code blocks the same way as quotes   
    In this announce new feature called "quote collapse" was mentioned. It would be nice to have the same feature for code blocks. Thanks.
     
  24. Like
    13. got a reaction from Teddy Rogers in IPS 4.5: collapse code blocks the same way as quotes   
    In this announce new feature called "quote collapse" was mentioned. It would be nice to have the same feature for code blocks. Thanks.
     
  25. Like
    13. got a reaction from Sonya* in Configure CKEditor to allow attributes   
    name — no problems except it was excluded from HTML5 🙂 id — what if user will specify ID which already exists on the page? It could brake some JS-based functionality in cases when JS refers to this id.
×
×
  • Create New...