Jump to content

sobrenome

Clients
  • Posts

    2,525
  • Joined

  • Last visited

Reputation Activity

  1. Like
    sobrenome reacted to Ryan Ashbrook in S3 metadata for browser caching   
    You would likely have better control over things like this if you place your S3 bucket behind a Cloudfront distribution. It's a bit complex, but you can achieve some very specific caching situations.
  2. Like
    sobrenome got a reaction from NZyan in Template / CSS   
    Same issue here on 4.7.1.
    Need to edit global.css to have the new search features displaying properly.
  3. Agree
    sobrenome got a reaction from Andrea Pizzini in Template / CSS   
    Same issue here on 4.7.1.
    Need to edit global.css to have the new search features displaying properly.
  4. Thanks
    sobrenome reacted to Jordan Miller in Voice message feature   
    Agreed 👌 Love where this is headed 🙂 
  5. Agree
    sobrenome got a reaction from Markus Jung in Voice message feature   
    Why don't make this HUGE improvement a core feature? @Nathan Explosion could work with IPS team! What do you think? Audio and video could be an alternative to text on the whole Community, for private message, comments, forums, etc.
    And would be amazing to let users get advantage of services like AWS to compress the files uploaded to certain community pattern for more compatibility and less space on disk.
  6. Like
    sobrenome got a reaction from Jordan Miller in Voice message feature   
    Why don't make this HUGE improvement a core feature? @Nathan Explosion could work with IPS team! What do you think? Audio and video could be an alternative to text on the whole Community, for private message, comments, forums, etc.
    And would be amazing to let users get advantage of services like AWS to compress the files uploaded to certain community pattern for more compatibility and less space on disk.
  7. Like
    sobrenome reacted to kmk in Voice message feature   
  8. Like
    sobrenome reacted to Andy Millne in Voice message feature   
    Awesome. @Jordan Miller can stop bugging me now lol
  9. Thanks
    sobrenome reacted to Nathan Explosion in Voice message feature   
    Right, I have decided to go ahead with this one, as the concept is now proven and I have started adding stuff in to the mix.
    I will not be taking suggestions for features at this time - I have a design that I will be working towards, and new features will be added at my discretion.
    Note: this one won't be cheap.
  10. Like
    sobrenome reacted to Jordan Miller in Voice message feature   
  11. Like
    sobrenome reacted to Jordan Miller in Voice message feature   
    Looks awesome!
  12. Like
    sobrenome reacted to Nathan Explosion in Voice message feature   
    If I decide to go beyond a proof of concept then I will be seeking input - at this time, none required.
  13. Like
    sobrenome reacted to MythonPonty in Voice message feature   
    you will not regret it... go for it 😉

  14. Like
    sobrenome reacted to Nathan Explosion in Voice message feature   
    I'll regret this...I got bored and I've POKED the POC a bit...
    Audio...

    Create New Topic - Invision Community — Mozilla Firefox 2022-08-23 14-55-02.mp4  
     
     
    With added video too...

    Create New Topic - Invision Community — Mozilla Firefox 2022-08-23 14-38-12.mp4  
     
  15. Thanks
    sobrenome reacted to Marc Stridgen in GA4 - Google Analytics 4 - Tags   
    Thank you very much for your feedback there. Its very much appreciated, and Im sure some will find this helpful. We do indeed have on our list to sort out some documentation on how to get this set up with GA4. With the items you wish to see in the future, please post these up within the suggestions area of our community, which is where we would pick these up. 
  16. Like
    sobrenome reacted to Matt Finger in GA4 - Google Analytics 4 - Tags   
    Hi Adam,
    To pass Data Layer Events from GTM to GA, you have to add the Universal Analytics Tag to your Tag Manager configuration (not the GA config).
    Currently, if you go to your Account/Container in Tag Manager, you should be able to add a new tag and see the Google Analytics options

    You'll also have to setup Event Triggers in Tag Manager so it knows to send the Community Events to GA.
    Glad to see we're getting some feedback on our Data Layer integration! Also stay tuned since integrating Commerce with the Data Layer is on the board for Phase II.
    To recap, our Data Layer integration is designed to push data to Tag Manager not Analytics, which are separate services.
  17. Like
    sobrenome got a reaction from DawPi in (DP42) CSE Google   
    Yes! Perfect! Thanks!
  18. Like
    sobrenome reacted to Randy Calvert in How to cache font awesome on Cloudfront   
    You may need to look at your cache policy. Many default rules will treat files with a query string as uncachable.  Since the requested object has a query string, it could be skipping cache and considering the file as dynamic. 
  19. Like
    sobrenome reacted to The Old Man in How to cache font awesome on Cloudfront   
    Hi Sobrenome, 
    Yes your CSS files etc are being served by Cloudfront on your CDN domain, in fact when I first looked at your site, all the CSS, images etc were missing, so I assumed either you were working on it or you just have Cloudfront unavailable from the UK where I am, no biggie of course, it just means your CDN content is only available in Brazil and wherever else you have it enabled for. I used a Brazil based endpoint to view the site and it loaded the CSS just fine. I just checked your first link and you tested from Virgina US, so it is available there too.
    I'm wondering though if it's because your whole site is hosted on S3 and behind Cloudfront and you have a sub domain behind Cloudfront too; so your font isn't being served from the same origin. The font doesn't get transferred to the CDN domain by IPS like images, CSS etc hosted on S3 storage do, it's remains located on the main local domain, not cdn.yoursite.com. Have you therefore got 2 Cloudfront origins set up, one for the IPS site and one for the CDN subdomain? If you only have one for the CDN domain it may be the cause?
    Hope this makes sense.
  20. Like
    sobrenome reacted to The Old Man in How to cache font awesome on Cloudfront   
    Have you got cache-control headers set up on that file?
    https://fisiculturismo.com.br/applications/core/interface/font/fontawesome-webfont.woff2?v=4.7.0
    Check the cache-control meta data on the file in S3 console, should look something like:

    What does your cache behaviour configuration look like? Do you have it set to use the origin cache headers? If so they can be set incorrectly, with the cache-control and/or file-type incorrect or missing.
    If you have it set to custom, make sure the minimum TTL isnt 0.
    E.g.

    These TTL shown above are too short for Woff2 fonts, you could use much longer times.
  21. Like
    sobrenome reacted to DawPi in (DP42) CSE Google   
    Check and let me know. 😉
  22. Like
    sobrenome reacted to DawPi in (DP42) CSE Google   
    This plugin will display search results from CSE Google only if user will search in 'all' content on board. Otherwise build in search engine will be use.
    Development of this plugin was supported by the eGullet Society for Culinary Arts & Letters.
     
     
     
  23. Like
    sobrenome reacted to The Old Man in How to cache font awesome on Cloudfront   
    Hi,
    I'm guessing but it looks like the caching behaviour isn't set up correctly on your Cloudfront distribution. You may have a general configuration that needs to be checked, or you may have individual caching behaviours set up for different types of content, in which case check the one for fonts or WOFF2 files.
    If you have some individual behaviours say for CSS or Images but don't have one one for fonts Cloudfront falls back to the default caching behaviour so check that in case it's not configured to cache properly.
    Double check your paths have wild cards for your caching behaviours:
    https://aws.amazon.com/premiumsupport/knowledge-center/cloudfront-not-following-cache-behavior/
    If you have made changes but are not seeing them you may need to invalidate the cache.
    https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html
    Hope this helps.
  24. Thanks
    sobrenome reacted to Jim M in Please be aware that Invision Community does not yet support PHP 8.1   
    We support it now, yes. 
  25. Like
    sobrenome reacted to Randy Calvert in Please be aware that Invision Community does not yet support PHP 8.1   
    That’s awesome. I’m glad it’s working for you. I know several others have reported various issues that have had to be addressed.  So it’s great that you have not managed to run into any of those yet. 

    Once 4.7 goes final, it’ll mean IPS can provide support for it without telling you to downgrade to confirm it was not related to something they could not support (yet).  🙂 
×
×
  • Create New...