Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
April 23, 20213 yr Maybe I missread something but I thought you could use blocks on other pages? When I try to create a custom block from the landing page plugin, I get an error.
April 23, 20213 yr 16 hours ago, Benality.G said: Maybe I missread something but I thought you could use blocks on other pages? When I try to create a custom block from the landing page plugin, I get an error. I can confirm the template is placed in a wrong folder, hence the error. Below you can see the Calendar block in Forums index as a widget: I'll fix in next version. Edited April 23, 20213 yr by Adriano Faria
April 23, 20213 yr On 4/21/2021 at 10:42 AM, haqzore said: looks like the wrapping issue is now happening on another line as shown: Open the landingpage -> front -> main -> calendarEventsBlock template and find: <div class='ipsFlex-flex:11'> {{if $event->recurring}} <p class='ipsType_medium ipsType_light ipsType_reset'><i class='fa fa-repeat'></i> {$event->_recurring_text}</p> {{endif}} </div> It will show twice. Change only the second to: <div class='ipsFlex-flex:11'> {{if $event->recurring}} <p class='ipsType_medium ipsType_light ipsType_reset ipsType_break ipsContained' style='white-space:normal;'><i class='fa fa-repeat'></i> {$event->_recurring_text}</p> {{endif}} </div> Save. Then you go from: To:
June 25, 20213 yr @Adriano Faria my landing page it's online https://www.drivingitalia.net/ (Invision Community v4.6.2) but when i click on the landing page -> block in the admin panel, i receive this error Quote Error: Call to undefined method IPS\Http\Url::csrf() (0) #0 /home/i125w7do/public_html/system/Dispatcher/Controller.php(101): IPS\landingpage\modules\admin\main\_blocks->manage() #1 /home/i125w7do/public_html/system/Node/Controller.php(69): IPS\Dispatcher\_Controller->execute() #2 /home/i125w7do/public_html/applications/landingpage/modules/admin/main/blocks.php(23): IPS\Node\_Controller->execute() #3 /home/i125w7do/public_html/system/Dispatcher/Dispatcher.php(153): IPS\landingpage\modules\admin\main\_blocks->execute() #4 /home/i125w7do/public_html/admin/index.php(13): IPS\_Dispatcher->run() #5 {main} help me please Edited June 25, 20213 yr by ntrivilino@alice.it
June 25, 20213 yr 5 hours ago, ntrivilino@alice.it said: @Adriano Faria my landing page it's online https://www.drivingitalia.net/ (Invision Community v4.6.2) but when i click on the landing page -> block in the admin panel, i receive this error help me please The app isn’t compatible yet with 4.6. New version fix this. 1 hour ago, Dean_ said: Any chance this is getting updated for 4.6.x? It’s pending approval for a few days. You have to wait for IPS to review and approve it.
June 26, 20213 yr On 6/25/2021 at 11:49 AM, Adriano Faria said: It’s pending approval for a few days. You have to wait for IPS to review and approve it. Looking forward to the Landing Page 4.6 approval to purchase it. Thanks
July 6, 20213 yr hi there: Wondering if this can be used not for the home page landing page, but for an internal landing page? For example, could I use this as a "landing page" for our marketplace/downloads home page?
July 7, 20213 yr 1 hour ago, dschreiber said: For example, could I use this as a "landing page" for our marketplace/downloads home page? No.
July 8, 20213 yr Quick question about this application? Is it possible to create more than one landing page? It seems that only one is possible. Any intentions to add an option to create multiple landing pages?Thanks
July 15, 20213 yr Will there be support for pulling records from databases? Also will it be compatible with classifieds in the near future?
July 16, 20213 yr @Adriano Faria I was looking at this plugin to use versus the "pages app" that invision offers. I went to check the demo site but the link is broken, is there another demo application anywhere by chance that I could see or tinker with? I am looking for something that has more flexibility than the pages app and this could be it.
July 16, 20213 yr Hello, 1 minute ago, Jason Brown_41238 said: I was looking at this plugin to use versus the "pages app" that invision offers. I went to check the demo site but the link is broken, is there another demo application anywhere by chance that I could see or tinker with? I am looking for something that has more flexibility than the pages app and this could be it. It is probably linking to the old site. I'll change that when I have to update it. I'll make a test install and will send a PM during the weekend. 👍
July 23, 20213 yr On 7/16/2021 at 4:32 PM, Adriano Faria said: Hello, It is probably linking to the old site. I'll change that when I have to update it. I'll make a test install and will send a PM during the weekend. 👍 Good morning, just wanted to circle back and double check on this with you. I'm sure your a busy person but just wanted to double check, as I didn't see a PM, wasn't sure if I missed it or something.
July 23, 20213 yr 15 minutes ago, Jason Brown_41238 said: Good morning, just wanted to circle back and double check on this with you. I'm sure your a busy person but just wanted to double check, as I didn't see a PM, wasn't sure if I missed it or something. Ooh sorry. Will do it now. I'll send a message in a few minutes. --------------- PM sent, @Jason Brown_41238 Edited July 23, 20213 yr by Adriano Faria
August 9, 20213 yr Is there a way to remove the requirements for the blocks? Would love to not have to put a title on the image block for example. Throws so much off; as well as the content - be nice to just have an image without any other requirements.
August 29, 20213 yr 12 hours ago, HDiddy said: Is it possible to use this as an alternative landing page for guest? No.
October 1, 20213 yr I am getting the following error when trying to create a Block. This is happening when all detailes are entered and i hit "Save". I was trying to create "Main Block ( Multiple Image Backgrounds )" TypeError: Argument 2 passed to IPS\_Db::preparedQuery() must be of the type array, null given, called in /home/skupper/www.bmw2002faq.com/system/Db/Db.php on line 936 (0) #0 /home/skupper/www.bmw2002faq.com/system/Db/Db.php(936): IPS\_Db->preparedQuery('INSERT INTO `la...', NULL) #1 /home/skupper/www.bmw2002faq.com/system/Patterns/ActiveRecord.php(487): IPS\_Db->insert('landingpage_ima...', Array) #2 /home/skupper/www.bmw2002faq.com/applications/landingpage/modules/admin/main/blocks.php(631): IPS\Patterns\_ActiveRecord->save() #3 /home/skupper/www.bmw2002faq.com/system/Dispatcher/Controller.php(90): IPS\landingpage\modules\admin\main\_blocks->contentBlockMultiple() #4 /home/skupper/www.bmw2002faq.com/system/Node/Controller.php(69): IPS\Dispatcher\_Controller->execute() #5 /home/skupper/www.bmw2002faq.com/system/Dispatcher/Dispatcher.php(153): IPS\Node\_Controller->execute() #6 /home/skupper/www.bmw2002faq.com/admin/index.php(13): IPS\_Dispatcher->run() #7 {main} Thank you!
October 1, 20213 yr 19 minutes ago, misfit76 said: I am getting the following error when trying to create a Block. This is happening when all detailes are entered and i hit "Save". I was trying to create "Main Block ( Multiple Image Backgrounds )" TypeError: Argument 2 passed to IPS\_Db::preparedQuery() must be of the type array, null given, called in /home/skupper/www.bmw2002faq.com/system/Db/Db.php on line 936 (0) #0 /home/skupper/www.bmw2002faq.com/system/Db/Db.php(936): IPS\_Db->preparedQuery('INSERT INTO `la...', NULL) #1 /home/skupper/www.bmw2002faq.com/system/Patterns/ActiveRecord.php(487): IPS\_Db->insert('landingpage_ima...', Array) #2 /home/skupper/www.bmw2002faq.com/applications/landingpage/modules/admin/main/blocks.php(631): IPS\Patterns\_ActiveRecord->save() #3 /home/skupper/www.bmw2002faq.com/system/Dispatcher/Controller.php(90): IPS\landingpage\modules\admin\main\_blocks->contentBlockMultiple() #4 /home/skupper/www.bmw2002faq.com/system/Node/Controller.php(69): IPS\Dispatcher\_Controller->execute() #5 /home/skupper/www.bmw2002faq.com/system/Dispatcher/Dispatcher.php(153): IPS\Node\_Controller->execute() #6 /home/skupper/www.bmw2002faq.com/admin/index.php(13): IPS\_Dispatcher->run() #7 {main} Thank you! I’ll make some tests. 👍