Jump to content

opentype

Clients
  • Posts

    9,929
  • 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

Forums

Events

Store

Gallery

Everything posted by opentype

  1. Template customization help isn’t part of the IPS support. But I had a look. The gallery image feed widget uses background images with the background-size property set to “cover”. That’s why the images are cropped. So, if uncropped thumbnails are saved, the widget would need to be customized to show the images with the background-size property set to “contain”. That would fix it.
  2. Yeah, this can be done. Put the new field to “Member can edit”. Go to your profile and put something in that field. It can be anything. Like the word “Something”. It just needs to register content. Then turn off “Member can edit” again, so no one will have access that field. Now set the forum output to “custom” and just put your HTML in the box for “Custom topic formatting”. You also need to deal with the profile output. Either put your banner in there too or just put in a space or something so it overrides the regular output. Otherwise it will show the “something”.
  3. That depends. Are there uncropped thumbnails saved in the system or not. That would be the first thing to check. If yes, there might be a way to access them. If not, the widget it irrelevant. It can’t load, what doesn’t exist.
  4. You can put any HTML you want in the custom formatting options, but you can only have one variable added to the field itself. So, if you need two variables (like link + image URL) which differ for each user, it will not be easy.
  5. If users can’t edit the field, it technically is an admin-only field.
  6. Do you have square thumbnails activated in the Gallery settings?
  7. Not directly. That would be very dangerous. But you can achieve a lot already with the styling options for the field. There are no member group permission. But there is the “Member can edit value” which can restrict changes to the admin.
  8. You can activate it per field. There are also option how to style that content.
  9. Profile field content can be placed there by just activating this option. That would be the easiest way.
  10. It’s a global option, not related to a purchase. If you don’t see it in the menu, you need to add those options through the menu manager.
  11. A) You need the weigh the pros and cons. You get a faster site with no server resources used vs. the content is not fully up to date. B) You decide which parts you exclude from the cache. For example: you could cache everything but let the activity feeds (or whatever your users use to see new content) be excluded and therefore up to date. I am using the Cloudflare cache since this week and I have set it to 12 hours. But my content isn’t time sensitive in any way. Guests seeing new content with a delay of several hours is no real problem. And of course it’s not like the content is inaccessible. A social media link to a new article would of course still work.
  12. Since I am using Pages databases a lot, I always run into the same problems. Here are two related to filters. (I could probably add more, but I was dealing with these recently.) Checkbox as a filter. This option is unfortunately missing. I often need to give optional filter choices, e.g. as here on Amazon: With Pages, there is no option to do this. The Yes/No field isn’t optional. Using it would only ever allow one choice in the filter set (Yes or No). Filtering across all records without a choice for this field would become impossible. So it’s almost unusable. The Checkbox Set for some reason can be used as expected, but it only makes sense for multiple choices per field. For one field, it would still create the “select all/none” interface. Solution: Allow checkbox field to be a filter, where no selection doesn’t do anything and a selection show all records with this checkbox checked. Pages relationship fields as filter. I always struggle with this one as well. This field makes Pages database so powerful and gives us a competitive advantage over other software. Filters per radio, select box and so on are fine when there is a fixed set of options the admin can set up in advance. But what if that is not the case? What if the list of options needs to grow and needs their own database entries as well? For example, the publishers and authors of a book database. If they are set up as related databases, it’s impossible to filter the book records, because the relationship field cannot be used as a filter. But it is something users would expect. Solution: Allow the relationship field to be used as filter with one or multiple options.
  13. I just started using Cloudflare caching for guest pages. I deliberately excluded a few areas like articles where I need the view count. It’s very easy to define this in Cloudflare. But for 90% of the site, the accuracy of the view count really doesn’t matter much. And it’s not like caching turns the view count off. It just reduces the view count a little. The views that matter are probably the ones from the active members, which still count. But whether a topic was hit once or twice during your cache time by one or two guests, I don’t think it makes a big difference. Unfortunately, there is no middle ground. Either you cache it or not. You can’t cache it and still count the views.
  14. Aren’t they? https://invisioncommunity.com/release-notes/4721-r113/
  15. You are probably thinking of the image proxy function. That was indeed removed. It only served a temporary purpose to not brake the page with non-SSL images by importing them into the system. You could copy the old HTML into the new posts and either do some find&replace each time or import it all, move the images and then do some UPDATE MySQL queries to correct the links. Personally, I would probably go the long way – and have done that several times while moving my content across multiple forums systems. Linked images aren’t really proper images in the IPS suite. Only “attachments” are. And therefore they are future proof. You could change your storage location and they will be moved automatically. You could switch to cloud and it will continue to work. You can change settings and the images will be recalculated … So, it might be worth it to import each image manually.
  16. I just upgraded to Mac OS 13 with Safari 16.1. As far as I understand it, this setup now supports web push, but the notification settings in Invision Community don’t reflect that. Am I missing something? Does Invision need to change something to support Safari now?
  17. I have a use case where I check a Pages record title in the display template and make some changes to it when necessary. Is there an easy way to initiate an update of the search index for that record after the {{$record->save()}} ?
  18. I can’t replicate that. I definitely see new topics of mine as well as new Pages records and so on.
  19. It is generated from the streams that are set up in the ACP. Personally, I prefer just to not use that menu at all and instead put the streams I want in the menu. They can be selected with the “Activity Stream Item” object.
  20. I always put the Activity Feed section in the main navigation bar or even make it the homepage. It’s what I want to be the main entry point for regular members. I then put a “my content” link in the secondary navigation bar. As a result, it will be directly visible when visiting the website and with that, it’s even more visible than when it would be in the user menu.
×
×
  • Create New...