Jump to content

opentype

Clients
  • Posts

    9,933
  • Joined

  • Last visited

  • Days Won

    137

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by opentype

  1. Then there is something broken on your site. You can certainly click on the checkbox. Example from this website:
  2. Both search types (‘specific area’ or ‘everywhere’) are equally common. Whatever the default is, someone would complain that it can lead to problems. But I think the biggest issue isn’t the choice of the default type, it’s users not being sure what they get when they start the search. That would lead to frustration, when the results are too few or too high because the users doesn’t know where the search is being performed. But with the current implementation, it’s rather obvious. The area is shown next to the search term and the drop down has lost all its previous clutter and now only shows the active selection. So, I think this works as well as it could.
  3. Those functions are handled by the IPS software. My templates don’t affect them.
  4. I know how to dynamically add CSS saved as part of the theme. {{\IPS\Output::i()->cssFiles = array_merge( \IPS\Output::i()->cssFiles, \IPS\Theme::i()->css( 'something.css', 'someapp', 'front' ) );}} But how can I do the same for Pages CSS files created at ACP → Pages → Templates → CSS? Anyone knows?
  5. You have to switch the setting “Database index” to “Show categories”. Then the selection will appear.
  6. You can also use the “Allowed File Types” setting for attachments to prevent users from trying to upload video formats.
  7. When I create a Pages feed block in the ACP, it is added to the block caching, but I have a case where I need some processing on every page load. Is there an easy way to achieve this? So far, the only option I see is to create a PHP block instead and code the content of the feed block from scratch, but that seems quite cumbersome just to create a feed block clone without caching.
  8. Wouldn’t this disable Search independent from Content Discovery features?
  9. The video works for me on a Mac, but like I said: support will vary, when the video is directly embedded in the post. Using YouTube or Vimeo is the safer option.
  10. The question isn’t clear. OBS (“Open Broadcaster Software”) is a video software, not a file format. The software would have to export a video as something like an mp4 file, which then can be embedded like other attachments. (Whether it will will play will depend on the support of the format and video codec on the side of the viewer.)
  11. In a stock theme, this should be enough: At the moment, your site still calls the Inter font from Google.
  12. This is NOT possible.
  13. Let your products stand out on social media! Install this plugin and all your Commerce product get a proper sharer image.
  14. Do you have fields which have this checked?
  15. As mentioned before, you need to drag the ‘Database filters’ widget on the page. And of course you need to have fields which are set as filter.
  16. If anyone is interested: those time values are stored as ‘UNIX time’, which does start in 1970. So, a missing time value will end up as zero, which equals January 1st, 1970. https://en.wikipedia.org/wiki/Unix_time
  17. The moderation actions menu must be used from the end of the page. The bar to select entries is still in the same place.
  18. Version 2.0 of ‘Enhanced Forum Views’ has been released with a new ‘Above the Fold’ mode, which drastically removes the clutter above the posts in the topic view. Unnecessary details are either removed entirely or moved to the end of the topic.
  19. https://invisioncommunity.com/forums/topic/444123-pages-or-blog-for-site/
  20. There is the Recovery Mode for a situation like this: https://invisioncommunity.com/4guides/client-services/getting-support-r292/ (scroll to the end)
  21. Usually, you would just revert the specific template that is mentioned, not the entire theme. But keep in mind that this error just gives a generic suggestion. (Note that is says it “may” be out of date.) Following the instruction might not actually fix the problem. To reset the template: Open it in the theme editor and click the Revert button. Keep in mind, this deletes all customization you might have added to the template. To start over with a new theme, click the Create New button on the theme page.
  22. There really should not be a connection tot the template used. All a template does is change the appearance of content when viewed. It doesn’t affect anything else and certainly not in other areas (like feeds). All of those act independently. A database record doesn’t even have to be opened, so my template wouldn’t even be executed in any way. From what you describe it sounds more like a problem with background tasks or time zones.
  23. It comes from this: But I am not seeing any core change CSS that touched this.
  24. Rounding in Commerce doesn’t seem to be consistent, giving different prices in different locations: Product view page: Other places (Listing, Checkout …) If you want to replicate it, the price of the product is 39,50 € with 19% tax applied, which is 47,005. So, it looks like the 5 at the end is sometimes dropped and sometimes used.
  25. Yes, it is set up like this. All images will be displayed in a container with the same aspect ratio. That’s standard practise throughout the IPS platform. See blog headers, club headers and so on.
×
×
  • Create New...