Jump to content

sobrenome

Clients
  • Posts

    2,525
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by sobrenome

  1. On 11/24/2022 at 4:05 AM, Randy Calvert said:

    By the way...  not sure I understand why you posted your question in this year old thread that does not seem to be related?

    I was setting the caching directives for Apache, so I found this topic.

    My community is not using Cloudflare, but Cloudfront.

    I still could not realize how to set the caching on the CDN and on the browser to make config.js loads every time.

  2. Caching JS is causing issues with CKeditor not loading properly, it needs a reload on browser.

    Anyone experiencing this?

    I noticed on this community that "/applications/core/interface/ckeditor/ckeditor/config.js" must load every time and should not be cached.

    Am I correct?

  3. 5 hours ago, DawPi said:

    Explain please. I may wrong but I remember that someone wrote something about editing it in Google cse panel itself. 

    On Google CSE Control Panel the customization is very limited, not by CSS, only by some options the Google offers.

    The CSS field (Custom CSS) on Main Settings of DP42 CSE Google does not reflect on pages results. The data inserted on this field is shown as text, does not customize the results page.

  4. On 9/11/2022 at 12:33 PM, sobrenome said:

    Trying to use the CSS field to customize the results, but not working.

    CSS not working.

    On 9/11/2022 at 12:33 PM, sobrenome said:

    Another great feature could be adding Google option on Advanced Search. CSE is used for "all". I suggest that "all" uses IPS search and for CSE should be added another option, that should be Google.

    And this could be an improvement for the next update!

    Thanks!!

  5. Your Invision Community 4 is ready

    The upgrade process is now complete and your Invision Community is now ready!

     

     

    We are currently in the process of migrating our platform from PHP7 to PHP8 in order to provide you with the greatest level of performance and security. We've identified and disabled one or more Applications or Plugins currently installed on your site which contain PHP8 incompatible code. To re-enable, you will have to upgrade to a PHP8 compatible version. Refer to the AdminCP Support page for more info.

    The following third party applications were disabled:

    • bouncer
  6. On 4/4/2017 at 6:10 PM, crmarks said:

    Hi @DawPi!

    I've been trying out the plugin today and noticed an issue with CSE customization. Many of the Google CSE Look and feel settings are hard coded into the javascript inside the plugin, so changing the theme and style settings in the CSE control panel have no effect on the live site. This also effects the ability to set a custom link target (mine is set to "_self" but it is forced to open results in a new window)

    Is there a way to update the plugin javascript code so our CSE customizations are passed through? These aren't things that can be changed via CSS, they can only be set from the CSE admin panel and passed through their latest javascript.

    The latest CSE javascript code is async and supports a lot of HTML5 customization. It may be possible to present the CSE results in a way that looks more like the native IPS search interface, if the results template was further developed with these new features. https://developers.google.com/custom-search/docs/element.

    Trying to use the CSS field to customize the results, but not working.

    Another great feature could be adding Google option on Advanced Search. CSE is used for "all". I suggest that "all" uses IPS search and for CSE should be added another option, that should be Google.

    😬

  7. Now there is another problem. Font Awesome is not being cached by browsers.

    Here is my apache conf directives for fonts:

      # Add correct content-type for fonts
      AddType application/vnd.ms-fontobject .eot
      AddType application/x-font-ttf .ttf
      AddType application/x-font-opentype .otf
      AddType application/x-font-woff .woff
      AddType image/svg+xml .svg
      AddType application/x-font-woff2 .woff2
    
      # Fonts
      ExpiresByType font/ttf "access plus 1 year"
      ExpiresByType font/otf "access plus 1 year"
      ExpiresByType font/woff "access plus 1 year"
      ExpiresByType font/woff2 "access plus 1 year"
      ExpiresByType application/font-woff "access plus 1 year"
      ExpiresByType application/vnd.ms-fontobject "access plus 1 year"
      ExpiresByType application/x-font-ttf "access plus 1 year"
      ExpiresByType application/x-font-opentype "access plus 1 year"
      ExpiresByType application/x-font-woff "access plus 1 year"
      ExpiresByType application/x-font-woff2 "access plus 1 year"
      ExpiresByType application/font-woff2  "access plus 1 year"
      ExpiresByType image/svg+xml "access plus 1 year"
    

     

  8. 2 hours ago, Ryan Ashbrook said:

    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.

    Creating a response header policy (to overwrite origin with cache-control) will do the trick, right? Do I have to configure CORS?

  9. I am using S3 file system for most IPS4 static content.

    But there is no cache-control header by default to tell browsers to cache the static content.

    S3 bucket has no default metadata to apply to new objects uploaded.

    Is there an IPS4 setting to add metadata (like "Cache-Control max-age=31536000") when we use S3 as file system?

  10. 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.

×
×
  • Create New...