Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
February 2, 20232 yr Author I will update that in a future maintenance release. (When I started to supported the category images, it didn’t have its own storage location) For now, the best solution is to just match the storage location settings, so that app’s location matches the default location where the images are actually ending up in.
February 2, 20232 yr I will update that in a future maintenance release. (When I started to supported the category images, it didn’t have its own storage location) For now, the best solution is to just match the storage location settings, so that app’s location matches the default location where the images are actually ending up in. Fair enough. I have it working for now, and it looks great.
February 22, 20232 yr Hi Rolf, I was wondering if you know of a way to set a record image when importing from an RSS Feed into Pages? The RSS type of feed I’m using is just the one exported by IPS Blog. At the moment I am using Import (as attachments). In Pages > Database > Fields the Record Image is enabled. I have Supergrid set up with a fallback image (the pattern texture) and that gets used in the listing template automatically… but although images import fine into the post article content, no featured record image is used such as the first image found in the content. Edited February 22, 20232 yr by The Old Man
February 22, 20232 yr Author I was wondering if you know of a way to set a record image when importing from an RSS Feed into Pages? 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.
February 22, 20232 yr Thanks for the confirmation @opentype, much appreciated. Interesting that it works the other way around too. 🙂 Sorry Ralf, I couldn’t edit my initial post… my iPad autocorrected your name and I didn’t notice. Edited February 22, 20232 yr by The Old Man
February 22, 20232 yr When I manually create a test article from scratch without adding a record image, it doesn’t use the fallback image configured in the Supergrid plugin settings. I do have Use fallback image, fallback image url and hero image set but it only shows the fallback image in the category listings view, not the actual record view, so I presume it’s the same cause no matter whether the article was imported or created manually.
February 22, 20232 yr Author 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.
March 10, 20232 yr Hi @opentype Have you discovered any specific issues with regards IPS 4.7.8 compatibility as yet? I noticed quite a few Pages templates got changed this time, but it’s only been out a few days. Many thanks.
March 11, 20232 yr Hi @opentype Have you discovered any specific issues with regards IPS 4.7.8 compatibility as yet? I noticed quite a few Pages templates got changed this time, but it’s only been out a few days. Many thanks. I use SuperGrid and I'm on 4.7.8. No issues noticed.
April 8, 20232 yr @opentype I can't figure out how to use the rest api to add a record image to new entries. Maybe this is not supported by the API? setting it as $image['article']=file_get_contents($img_url) $fields['record_image']=$image; or $image['article']=file_get_contents($img_url) $fields['image']=$image; does not appear to work. But I think we can create a new custom field and upload images there or even maybe set a url field and use that as a record image url. So, is there a way to set that new custom field as the default record image field in a way so the images would appear within the records/articles, in meta data, rss etc.? Thank you.
April 8, 20232 yr Author So, is there a way to set that new custom field as the default record image field in a way so the images would appear within the records/articles, in meta data, rss etc.? No, that would not be a good idea. You better stick to the record image. But accessing it through the REST API would be a core/IPS issue. I can’t help with that.
April 8, 20232 yr Thank you @opentype. Do you know by any chance, if that field can be added/updated using the rest api ?
May 29, 20231 yr @opentype: Would you be able to tell me the steps that I would need to follow and the code I would need to add so that when I clicked on "Article Actions", a 'Promote' function would show? I don't have the option within my template. If you could tell me the code for it and where to place it - I would be very grateful.
May 30, 20231 yr Author @opentype: Would you be able to tell me the steps that I would need to follow and the code I would need to add so that when I clicked on "Article Actions", a 'Promote' function would show? I don't have the option within my template. If you could tell me the code for it and where to place it - I would be very grateful. It’s normally done with a dedicated button. {template="promote" app="core" group="global" params="$record"}
June 2, 20231 yr How do you make the title bold and larger? I want the size, color and boldness like this: But mine currently looks like this: Edited June 2, 20231 yr by LYM3R
June 2, 20231 yr Is there a way to add borders and to round the corners for the article text box? These corners
June 2, 20231 yr Author How do you make the title bold and larger? I want the size, color and boldness like this: The only setting is the background color. Everything else is inherited from the theme and needs to be customized there. But that isn’t part of the SuperGrid support. Sorry.
September 8, 20231 yr Hi, Sorry for any confusion on my part, but I registered on your site via the Providers Link and I'm unsure about transfering the MP licence key for Pages Supergrid over to your site. Please can you clarify if you will be supporting this? Many thanks!
September 8, 20231 yr Author Please can you clarify if you will be supporting this? Support is handled manually here via PM or through my site. For a support request, the purchase key should be added to the request. I have no plans of moving my products and their purchases to my site at the moment. I don’t really expect further sales or support issues to justify this. I will just deal with the few request that might come in manually. I might start offering 5.x products on my site if what I do is still possible with 5.x. We will see.
September 8, 20231 yr Thanks for the clarification! I think you will still have orders for it. It's really useful, well regarded and people will be using v4 for a while yet, although obviously, that will diminish over time. I wondered how we could still access it or re-install it in IPS4, once the MP has gone if it isn't available on your site instead.
September 11, 20231 yr Hi @opentype I noticed that my Supergrid templates are all showing as modified, no idea why. I'm using v3.2.0 downloaded from the Marketplace and have never modified them. If I compare to default, they are definitely different. Here's 2 examples, I wondered if you could tell me which is the latest that I should keep? Some of the newer modified templates seem to have csrf checks and things that the 'default' don't have. Many thanks!