Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
September 8, 20213 yr 3 hours ago, opentype said: It shouldn’t. But then it also wouldn’t update what needs to be updated for PHP8. As with any theme modifications, you would have to manually resolve these type of conflicts. Roger that, @opentype. Thanks for clarifying.
October 24, 20213 yr @opentypeI'm considering buying the plugin. I have a question though. Can blocks be added to a 2 columns page, like the one at https://invisioncommunity.com/forums/ ? Can I still have the SuperBlocks blocks appear on the left, and I can still have a right column with Latest Blog Posts etc as on the link above?
October 24, 20213 yr Author 2 minutes ago, estan said: @opentypeI'm considering buying the plugin. I have a question though. Can blocks be added to a 2 columns page, like the one at https://invisioncommunity.com/forums/ ? Can I still have the SuperBlocks blocks appear on the left, and I can still have a right column with Latest Blog Posts etc as on the link above? Check out the image in the following post. It shows where you can put SuperBlocks: https://invisioncommunity.com/forums/topic/445379-pages-superblocks-support-topic/?do=findComment&comment=2741286
February 21, 20222 yr I really liked this plugin, but now I get the error [[Template core/global/plugins/superblocks is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]] When trying to load it. Not sure what broke, but would like to use this plugin again.
February 21, 20222 yr Author 28 minutes ago, IndianaJoe said: I really liked this plugin, but now I get the error [[Template core/global/plugins/superblocks is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]] When trying to load it. Not sure what broke, but would like to use this plugin again. I would need some more information, e.g. what PHP version are you using and which block type is failing (e.g. forum topics, Pages database, calendar events …). Then I could try to replicate it. Of course, also make sure you are using the latest version. Edited February 21, 20222 yr by opentype
February 21, 20222 yr Just now, opentype said: I would need some more information, e.g. what PHP version are you using and which block type is failing (e.g. forum topics, Pages database, calendar events …). Then I could try to replicate it. PHP version 7.2.34 Using it with Pages Database Record Feed
March 11, 20222 yr @opentype Have you given any consideration to expanding the templates for the feed types? In my instance specifically, the commerce feeds? TYIA for your response.
March 11, 20222 yr Author 3 hours ago, My Sharona said: Have you given any consideration to expanding the templates for the feed types? In my instance specifically, the commerce feeds? It’s a possibility. I think the product feed didn’t exist when SuperBlocks was first created.
March 11, 20222 yr 47 minutes ago, opentype said: It’s a possibility. I think the product feed didn’t exist when SuperBlocks was first created. The consideration is appreciated. Love the plugin btw. You do excellent work and your support is top notch! Edited March 11, 20222 yr by My Sharona
March 18, 20222 yr On 3/11/2022 at 1:08 PM, opentype said: It’s a possibility. I think the product feed didn’t exist when SuperBlocks was first created. Fantastic! Thank you!
April 6, 20222 yr Is it possible to truncate or wrap the titles for the images feed block? I am getting things looking like this. Also, in mobile it makes the browser wider then the screen. Thank you!
April 6, 20222 yr Author 22 minutes ago, misfit76 said: Is it possible to truncate or wrap the titles for the images feed block? Do you have a live page to see this?
April 6, 20222 yr This page should show the image block with the long titles at the bottom of the page https://www.bmw2002faq.com/ Thank you!
April 6, 20222 yr Author 13 minutes ago, misfit76 said: This page should show the image block with the long titles at the bottom of the page As a quick hack, put this in your custom.css: [data-blockid="app_cms_Blocks_9cdpgw7f2"] h3 { overflow-wrap: break-word; } I will investigate this again in the future to see if it makes sense as a native configuration for the plugin.
May 8, 20222 yr Author 12 minutes ago, Matthew Fay said: Not showing up in blocks manager when checking templates. What blockt type is it? Things to check: Make sure the plugin is installed under System -> Plugins If self-hosted: Make sure you are not in developer mode Make sure you are creating a block that is supported by SuperBlocks: Pages: Record Feed Forum: Topic Feed Post Feed Calendar: Upcoming Events Clubs: Club Feed Download: Files Feed Blog: Entry Feed Gallery: Image Feed Album Feed For all these block types, SuperBlocks should be available like this: If none of that helps, I would need ACP access to check out what is wrong.
May 31, 20222 yr Is there any way to display first featured or first pinned in a feed? Or any thoughts to add it as an option ?
June 1, 20222 yr Author 7 hours ago, Jirinex said: Is there any way to display first featured or first pinned in a feed? Or any thoughts to add it as an option ? Sorry, I don’t understand what you are asking.
June 1, 20222 yr I`ll try to make it more clear... If we have a pinned or featured record we want to display that as first post in the feed until we remove pinned or featured status from that. Is that possible in a future release ?
September 14, 20222 yr 1 minute ago, My Sharona said: @opentype Again, I hate to ask but is this compatible with 4.7.2? Yeah - i don't 'use it' but it works:
September 14, 20222 yr 10 minutes ago, AlexJ said: Yeah - i don't 'use it' but it works: Thank you sir!
September 25, 20222 yr I'm having issues with this with PHP 8/8.1 Works fine with 7.4 The block is not showing up, producing an error or causing a blank page.
September 25, 20222 yr Author 2 hours ago, Demonland31 said: I'm having issues with this with PHP 8/8.1 Works fine with 7.4 The block is not showing up, producing an error or causing a blank page. Are you sure you are on the latest release and that you overwrote the templates when updating the plugin? Compatibility with PHP8.x was added with SuperBlocks 1.2 and it is running fine on my own installations with 8.0 and 8.1. If you see errors, check the ACP error logs as well. They usually give more details about what went wrong.