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. I tried it and can confirm it. When a field is copied, the system makes sure that keys are different. But one can indeed create the same key for different fields by using the same title.
  2. Already possible if I don’t misunderstand you. You just have to turn on this field:
  3. Have you looked at the stock options? Post Feed Widget Topic Feed Widget Activity Feed Widget If so, what are you missing?
  4. Thanks for the mention, but that is not the functionality being asked for. 😉 @ stefan: I had a look and I am mostly finding user based widgets. But you want the entire server’s feed, correct? A simple solution might be to go through RSS and use a widget maker using RSS feeds. There should be plenty, free and paid. You could then use the HTML being generated in a Pages HTML block.
  5. Wrap the ad code with: <div data-ipssticky data-ipssticky-relativeto="#ipsLayout_sidebar"> //the ad </div>
  6. How would you want to use it? Themes usually just provide a different look, not different functionality. Why would a different look require a different homepage? A more typical request is having user-group specific homepages. That I get.
  7. In phpMyAdmin, select the database (if it is not selected yet), then go to the tab labelled “SQL”. You will see a field there where you can paste the the UPDATE and the ALTER TABLE code. Then just click OK.
  8. So is the site working again or not? Keep in mind: you might be looking at symptoms, not the cause of the problems. If there are faulty files in the datastore (for example because of a one-time read/write error), then receiving all sorts of errors is expected, as the various modules try to process data that simply isn’t there or faulty.
  9. I was also dealing with this recently. I wasted a lot of time trying to get these full PDF viewers like PDF.JS and similar products working, but it was always buggy, slow and resource intensive. In the end, I used the Heyzine service. It has an API, so everything can be automated. I just upload a PDF to a Pages database upload field and it will automatically be turned into a PDF player view in the background. (This is coded into the Pages view templates.) There is a yearly fee, but its totally worth it for me. This is how the Pages record view looks like:
  10. You could add the language string “username_desc”. It will appear automatically below the choice for the username on the registration form.
  11. For that Builder section, you should use a ‘Pages database’ as it is called in the IPS system. You can customize it to collect and show all the necessary information. In general: I would suggest to first get familiar with the IPS design framework and then work WITHIN it. For example: it uses a fixed layout system consisting of a sidebar and up to three content column slots. If you design outside of that system, it can get frustrating quickly.
  12. Okay, looks like these downloads are only available for older versions that weren’t made for the new marketplace. I can still download some older version, but not the recent ones.
  13. Look for the word “changelog” as mentioned. It’s right under that popup window you show.
  14. If you are talking about the Marketplace here, you can download older versions from the changelog section.
  15. What would the purpose of the block be? If you are in the postContainer, you could just add the PHP there or – to use a cleaner solution – call a custom theme template.
  16. I have a club forum which is sending out reminders to mark a solution, but of course club forums don’t even have that setting. Anyone knows how to turn that off? I believe it’s part of the forum_bitopions (which are currently set to "8") but I don’t know which value it would need. (P.S. Not posting this a bug/IPS issue. It might just be the result of one of those “club enhancement” plugins I used years ago.)
  17. I just removed a Pages database field (type: URL) but the content remained visible. The field is removed from the form and the field list, so I can’t actually change the content anymore, but when the record is viewed, the old content is still there. I replicated it with a test database on another installation and I made sure it’s not a caching issue. The data column is indeed still in the table and can be called from the template, even though the entire field was supposedly deleted. Is this data now cleared later or is this a bug? Either way, something is not right there.
  18. Can someone from IPS please investigate this on my site? The fact that it happens with or without friendly URLs makes me confident it is coming from the software. Something in the URL processing or the processing of the gallery index seems to be faulty on this installation. It’s not happening on other installations on the same server. I also set a clean theme just in case. Steps to reproduce: login click a few links click the Gallery link (secondary navigation) Result: loading takes multiple seconds and Safari might show an URL forwarding through a previously visited URL Repeat views of the gallery index might not show the problem. But waiting a while or logging out and in again shows it again consistently.
  19. Support topic for this Marketplace resource:
  20. We had this discussion before. It was never going to be YouTube, Vimeo and the likes. They are NOT video/streaming storage providers. They are content platforms for individual content creators on those platform and viewers on those platforms. Other systems like Cloudlflare Stream would have been possible, but now that IPS is building its system around AWS, of course it makes perfect sense to include video encoding there. Everything else would be a bad idea with tons of disadvantages. While I am very critical about the shift to the cloud offers in general, the upcoming video solution does make perfect sense as a cloud feature. I can easily accept that it will be limited to that.
  21. As a test, I turned off friendly URLs entirely. Interestingly, I still see the same effect: Clicking the Gallery link: URL changes to some other URL: Finally and delayed arriving at the destination:
  22. As already said: Emojis are not limited to a specific Unicode range.
  23. Feature request regarding that “pay for RSVP” feature that keeps getting mentioned: Please make it member-group specific. For example: I would love to create regular community Zoom events that are free for my paying VIP member group, but require a participation fee for regular members. That way, I could nudge people to become VIP members or at least get a one-time fee for the participation. @Charles
×
×
  • Create New...