Jump to content

SeNioR-

Members
  • Posts

    1,156
  • Joined

  • Days Won

    5

Reputation Activity

  1. Like
    SeNioR- reacted to Dll in Need more granularity for notification settings   
    I doubt it, since sending 1000's of extra emails a day is probably a lot more expensive than a few extra columns in the database. 
  2. Like
    SeNioR- reacted to Dll in Need more granularity for notification settings   
    That's flawed though, as someone is very likely to want to be notified when someone mentions them or replies directly to them, they're highly unlikely to want to be notified every time someone likes or reacts to their content. Particularly on a busier forum where there are 100's of reactions to some posts. 
  3. Like
    SeNioR- reacted to Nigel Moore in Need more granularity for notification settings   
    Oh wow - we've been getting complaints from users as well since we recently installed the latest version of IPB and just found this post.
    There is a MASSIVE use case for users wanting to get email notifications for when they are @ mentioned or have one of their posts quoted (and this is how the majority of our ~3,000 users have operated up until now, very happily happily).
    There is VERY LITTLE use case (if any) for users ever wanting to get email notifications when someone reacts to one of their posts (as this happens SO darned often in a forum). 
    Bundling the 2 x options together into a single option is madness IMHO.
    We really do need this to be rolled back to the way it was before as even our VIP members have been complaining that it's now ridiculous to keep up as they all LOVE being notified by email when they have been tagged in a post so they can go and help out

    (but turning this option on is now making them get bucket loads of unnecessary emails for every time someone reacts to their posts. In my personal example, this has changed my email notifications from IPB from say 4-5 a day to now around 50 per day 😨)
    We have logged a ticket with IPB.
    However, has anyone worked out any creative workarounds?
    @Dii @usmf@shiobi @AlexJ @bfarber @Daniel F
     
  4. Like
    SeNioR- reacted to Dll in Need more granularity for notification settings   
    We're getting complaints from users that although they want notifications for things like replies and mentions, they don't want or need them for reactions to posts. It would be useful to be able to give them that option. 
  5. Like
    SeNioR- reacted to Rikki in Add font-display: swap to fonts.css   
    font-display: swap won't really give any benefit to that particular font since it's used for icons - there would be no system font it can use temporarily. We can certainly experiment with font-display: block and see if that would improve how lighthouse sees the page though.
  6. Like
    SeNioR- reacted to Feneroin in Add TikTok as Social Profile   
    @opentype
    We've same problem with my topic:
     
  7. Like
    SeNioR- reacted to Everade in We need webp NOW   
    Cloudflare isn't capable of xxx to webp conversion in a dynamic website environment.  For example javascript.
    Accessing the image directly might work, but Cloudflare has lots of issues when it comes to dynamic content.
    This has nothing to do with the fact that not all images are optimized, but because Cloudflare isn't capable of handling certain cases.
    CDN is always a great addition to automation and optimizations.
    But it doesn't allow for much flexibility.
    And how exactly do you think i'm saving processing power or storage, when i'm uploading a 10mb png vs a 5mb webp?
    What has any of this to do with processing power?
    webp is widely supported so double uploads are not really required. I'm not wasting space, i'm saving space with webp support.

    Is Cloudflare flexible enough to optimize the webp compression per image? No.
    Does it allow us to upload webp to invision? No 😉
    I'm pretty certain that i'm at the InvisionCommunity here, and not at Cloudflare.
    So please let it rest so we finally get the much needed webp support.
    Thank you.
  8. Like
    SeNioR- reacted to Day_ in Add TikTok as Social Profile   
    Ahh TikTok, the site where kids do dumb scripted stuff in the hope of going viral.
    Starting to feel too old for the internet 👴🏻
  9. Like
    SeNioR- reacted to Sonya* in How to use a landing page for your forum website?   
    @Nathan Explosion, that's true. IPS Suite is not installed on https://invisioncommunity.com/forums It is installed in the root of domain. https://invisioncommunity.com/forums is just an application like https://invisioncommunity.com/files/. I believe the topic starter means the case when IPS Suite is installed in subdirectory /forums/. (???) Then it is not possible. In case Forums is just not a default application, then this absolutely possible with Pages. @6ichem, what is the root of your IPS installation? What application is set as default?
  10. Confused
    SeNioR- reacted to Ramiru in Option To Disable AJAX   
    I've tried the demo to test some Mathematics. I used MathJAX and CKEditor Mathematical Formulas. Here are the problems I encountered so far:
    When replying to a topic, LaTex is not formatted correctly until the page is refresh. When using the Fluid view, switching to different forums will disable the MathJAX formatting. It needs refresh so that it will format correctly. When viewing a user's content/activity, switching between Topics/Post will also disable MathJAX. I think the reason why it lost MathJAX formatting is because of AJAX. I have already disabled the AJAX Pagination but the problem is still there.
    So, I would like to suggest to have an option to disable AJAX functionality in all or specific areas.
  11. Like
    SeNioR- reacted to Matt in Fluid View Forum Sidebar - Hide/Unhide?   
  12. Like
    SeNioR- reacted to Adriano Faria in Follow everyone!   
    I know that there isn’t a rule or something for this but you will REALLY allow @KiwiGym to follow all members in this board? 🤣
    It’s been a few days already and it seems not a good idea to let a visitor follow EVERYONE on this board!
    It’s obviously he wants to people to know his URL. It’s enough, I guess... 🤦🏻‍♂️
    Btw, the topic is because we can’t report profiles! Miss this on IP.Board 3.X!
  13. Like
    SeNioR- reacted to TheWorldNewsMedia.org in Follow everyone!   
    Seems like there should be a limit built in for this behavior somewhere.
  14. Thanks
    SeNioR- got a reaction from kmk in WYSIWYG EDITOR multilanguage   
    @kmk I think this sentence only applies to options in ACP when adding a new phrase. There is no such option directly in the widget.
    When you editing block go to "Content" tab, on right side you have "Tags" head. Click on Phrases [+].
     
  15. Thanks
    SeNioR- reacted to Stuart Silvester in Lazy loading for Profile Photos   
    There was a reason we didn't add it to profile photos in the first place, it caused some issues due to how some of the profile photos can be loaded in content via AJAX.
    We do ultimately want to move towards native lazyloading (which wasn't a thing when we designed this functionality) it would just be nice if Apple finally supported it on MacOS and iOS - https://caniuse.com/loading-lazy-attr
  16. Like
    SeNioR- reacted to Adlago in Lazy loading for Profile Photos   
    IPS for delayed loading images uses data-src in java script.
    I apply the following for a user photo on my site - in a template userPhoto
    I replace this
    <img src='{$member->photo}' alt='{$member->name}'> with
    <img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src='{$member->photo}' alt='{$member->name}'>
    For react like in a template  reactionOverview
    I replace
    <img src='{$reaction->_icon->url}' alt="{lang="reaction_title_{$reaction->id}" escape="true"}"> with
    <img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src='{$reaction->_icon->url}' alt="{lang="reaction_title_{$reaction->id}" escape="true"}"> This works well on my site.
  17. Like
    SeNioR- reacted to Fast Lane! in Lazy loading for Profile Photos   
    Have you guys considered just editing the skin to add loading=lazy to the image tags?  It's supported by most browsers these days.  
  18. Like
    SeNioR- got a reaction from Edjazoli in Lazy loading for Profile Photos   
    Have you considered introducing Lazy Loading for Profile Photos? This would help with page loading speed, If someone uses GIF or a lot of weighty pictures.
  19. Like
    SeNioR- got a reaction from Claudia999 in Making "Tags" indexable   
    Salut. I come with a proposal to add description to each individual tag and add the possibility of indexation. Google treats tags friendly if they have a unique description for each tag.
     
    WordPress has always allow to tag indexing. Tags can refer to, for example, some person or thing. Sometimes a tag with a description is higher in the search results than the topic!
    Examples:
    https://gol24.pl/tag/robert-lewandowski
    https://blogs.intel.com/technology/tag/bill-gates/

    Greetings.
  20. Confused
    SeNioR- reacted to 403 - Forbiddeen in SPAM Protection don't work, how i avoid this IPS?   
    AGAIN! But now with GMAIL ACCOUNT.
    https://ggames.com.br/perfil/26740-c5wvnic4kycrwypsaaqu/

  21. Like
    SeNioR- reacted to Adriano Faria in Last online missing on some profiles   
    It is:
    {{if ( !$member->isOnlineAnonymously() ) OR ( $member->isOnlineAnonymously() AND \IPS\Member::loggedIn()->isAdmin() )}} <li> <h4 class='ipsType_minorHeading'>{lang="members_last_visit"}</h4> <span> {{if $member->isOnline() AND ( !$member->isOnlineAnonymously() OR ( $member->isOnlineAnonymously() AND \IPS\Member::loggedIn()->isAdmin() ) )}} <i class="fa fa-circle ipsOnlineStatus_online" data-ipsTooltip title='{{if $member->isOnlineAnonymously()}}{lang="online_now_anon" sprintf="$member->name"}{{elseif $member->isOnline()}}{lang="online_now" sprintf="$member->name"}{{endif}}'></i> {{endif}} {{if $member->last_activity}}{datetime="$member->last_activity"}{{else}}{lang="never"}{{endif}} </span> </li> {{endif}}  
  22. Like
    SeNioR- got a reaction from Linux-Is-Best in Lazy loading for Profile Photos   
    Have you considered introducing Lazy Loading for Profile Photos? This would help with page loading speed, If someone uses GIF or a lot of weighty pictures.
  23. Thanks
    SeNioR- got a reaction from bfarber in WYSIWYG EDITOR multilanguage   
    @kmk I think this sentence only applies to options in ACP when adding a new phrase. There is no such option directly in the widget.
    When you editing block go to "Content" tab, on right side you have "Tags" head. Click on Phrases [+].
     
  24. Like
    SeNioR- got a reaction from Claudia999 in Create Own Avatar for Profile Photo   
    I would see a built-in function to create Own Avatar (Character) for Profile Photo. 
    Something like on pic but with fewer options.

  25. Like
    SeNioR- got a reaction from IPCommerceFan in SPAM Protection don't work, how i avoid this IPS?   
    @403 - Forbiddeen Did you add star symbol before the domain name?

     
×
×
  • Create New...