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. Well, it is native in the sense that it uses the Pages template system just as you would if you created it all from scratch. Plugins are just the delivery method for these templates. Other than using existing templates, all we can say is that you would need to create your own templates for your articles database under ACP → Pages → Templates.
  2. This would get you close ☞ https://invisioncommunity.com/files/file/8387-pages-supergrid/ Everything else would be a custom job.
  3. Feedback: I missed the start and then moved in the YouTube video to the start. But when the live topic ended, I got kicked out of playing the beginning. Maybe it would be possible to not force one out of the video.
  4. 1. It’s a membergroup setting. ACP → Members → Group → [Group name] → Content. I wouldn’t set to zero for free accounts anyone could create. That would be used for spam all the time. For a paid membership it probably is no problem. 2. You can’t easily change the way messages appear. But you can easily change the content of every language string by going to Customization → Languages.
  5. You shouldn’t do that. If you need to delete images at all, you should do it from the Invision Community software. I put my money on “someone deleted it”. I don’t even allow my standard members to delete anything. It only calls for trouble.
  6. It was already explained several times. Reports inform moderators about potentially problematic records they might need to act on. If they can’t act on them, getting the report would be pointless. And just for clarity: you do understand that toggling this checkbox off is NEVER ever meant to be useful by itself, right? It’s always a first step and the next step would be to actually choose something from the options that are revealed after you toggle the checkbox off. It should be obvious, but I hope it doesn’t come down to misunderstanding the user interface.
  7. This is intentional. The fallback image fills the potentially empty space of an article preview without image among articles with images in the grid view. It wouldn’t make much sense to waste space in the record view with the fallback image.
  8. I haven’t used this feature, but it doesn’t seem to be supported. It would a new option to map the entry image (if available) to the record image. If that were available, it would work without or without SuperGrid. The template would be irrelevant. If you start a feature request topic for it, I would certainly support it. 😉 Interestingly, it already works the other way around. I push content from Pages databases to forum topics on other communities and the record image is made part of the feed and appears in the topics.
  9. Yes, you can do that. You would just add a forwarding rule (301/permanently moved) to your htaccess file in the root directory.
  10. What happens if you choose the option to run the background tasks manually?
  11. So are these progress bars moving at all? The 28.9% at the top suggest that something is happening.
  12. Yes, it needs custom html embedded into a Pages page, preferably making use of the IPS CSS framework to make it fast, robust and future-proof. The dynamic content would usually be set up as custom Pages blocks, which are set up and cached independently and then just called from the homepage. If you need (paid) help, I have created dozens of pages just like that.
  13. Which is usually an advantage because one can tweak the class declarations to fit the specific theme.
  14. Every option would need to be its own field. But that only works well with two or three options, because you will get a matrix of every option combined with every other option and you would have to set up each price.
  15. I don’t think that is possible. You can customize the output of the field, but not how the form fields work. You need to put some text in the “Value” field. That’s what’s been shown when the form is shown. Best you could do is add emoji.
  16. opentype

    A Wiki

    By the default it’s a flat table like an Excel file. For more complex setups, there is special field (“database relationship”) to link different databases. For example, a book database might not use a text field for “book publisher” but instead just link an entry in a separate publisher database. There are also categories, filters, ratings, reviews, comments …
  17. What are your Posting settings here? Larger original attachments are actually discarded and not saved.
  18. opentype

    A Wiki

    Yeah, definitely. It easier to do with Pages than with MediaWiki as the users just fill in individual form fields – and they are of the right type, like “text”, “integer value”, “date picker” … You just need to have a template set up once which outputs those fields in the right way.
  19. I tried on my demo site but can’t replicate it. It seems like calling the fallback image somehow causes issues on your installation. That’s the only thing that switch does. The obvious quick solution would be to not turn it off. 😉 Without ACP access, I wouldn’t know how to investigate it.
  20. Tell them to force a browser refresh. It’s pretty common. The URLs to the theme CSS can change with the update and so if their browsers still try to load the old URLs, it fails like this.
  21. opentype

    A Wiki

    I would rather see the existing Wiki functionality improved. I used MediaWiki(-like) software for years, but it remans niche software with a very weird approach (stuffing content and structure into one big article field) that editors first need to learn. The way that IPS does it, is actually superior for most communities. You aren’t collection any sort of content. You collect specific content around your community topic. So you just set up databases for each type of content. Then you set up custom fields and then users just fill them in. If it’s a date, you use a date picker. It’s an URL, you use an URL field. And so on. And you create templates to style the custom fields however you like it. Ever since I switched from MediaWiki-like software to IPS’ implementation, people actually started to create and improve records. And I stay in full control of how it works and looks. It’s extremely powerful in that regard. Just the options to track and approve edits are lacking in comparison to MediaWiki. I once had a vBulletin site with a third-party solution to implement a MediaWiki functionality and it was so annoying to maintain. Two independent pieces of software with their own code, their own updates, their own CSS, all crammed into one. Yes, it can be done, but can it be done well? And would IPS or anyone want to maintain that for many years to come?
  22. Was I supposed to get an email for this? Because I didn’t.
  23. That’s not the right approach. Blocks aren’t meant to interact with Pages records like this. If you have data from Pages records, you show it through the Pages database fields and templates themselves. I don’t know what the click-through URL would be or if it exists. The code you provided only deals with this embedded view.
  24. Yeah, that should be no problem at all. Here is an example: https://www.opentype.space/supergrid/from-the-observatories/our-milky-way-r6/ I just added an URL field to the database, where you would then add this URL to a specific record. https://www.canva.com/design/DAFZWegAizg/view In the settings for the URL field, I turn off “Show in listing template” and under “Display View Format” I choose “Custom” and add this code: {{if $formValue}} <div style="position: relative; width: 100%; height: 0; padding-top: 141.4286%; padding-bottom: 0; box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16); margin-top: 1.6em; margin-bottom: 0.9em; overflow: hidden; border-radius: 8px; will-change: transform;"> <iframe loading="lazy" style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0;margin: 0;" src="{$formValue}?embed" allowfullscreen="allowfullscreen" allow="fullscreen"> </iframe> </div> {{endif}} This creates the iFrame. (P.S. If members can submit to this Pages database, I would add an additional check to make sure we only use Canva URLs. Otherwise people could embed any iFrame on your website.)
  25. Method 1: make the Canva oEmbed work in the editor fields of your website. Take a look at this https://invisioncommunity.com/files/file/8963-ne-oembedservices-management/ Then you could just post the URL in the body field and you would get your embedding. Method 2: Use a custom Pages database field to add the embed URL or the full HTML code to the database records. I can’t give any more details without seeing the Canva embed options though.
×
×
  • Create New...