Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted March 9, 20159 yr Featured Content for IPS4.x+ This is Featured Content for IPS 4.0. With this app, you can easy create beautiful sliders for your site: Create multi sliders, fully responsive - will adapt to any device. Flexible customization: horizontal/vertical layout, random mode, autoplay, speed, duration, button,... Auto get contents from: Pages, Forums and RSS url Easy to add a content to a slider, drag & drop to sort the contents. The sliders was added as widgets, easy to drag and place them to your site. Live Demo: http://zuzu.vn/page/featuredcontent4/ Marketplace: http://community.invisionpower.com/files/file/7290-bim40-featured-content/
March 26, 20159 yr Great plugin. Very easy to configure and get going. A few questions:1. I notice on your screen shots that the title of the featured entry appeared below the thumbnail. I'm not seeing that feature, but perhaps I missed it.2. The images don't appear to be cropping when creating a thumbnail but rather distorting or stretching to fit. Is that expected behavior?
March 26, 20159 yr Author Great plugin. Very easy to configure and get going. A few questions:1. I notice on your screen shots that the title of the featured entry appeared below the thumbnail. I'm not seeing that feature, but perhaps I missed it.2. The images don't appear to be cropping when creating a thumbnail but rather distorting or stretching to fit. Is that expected behavior?Hi,1. It's "Show Title in content", you can see it in Slider's setting -> Basic tab2. I'm finding a solution for croping images on the fly.
March 26, 20159 yr 1. It's "Show Title in content", you can see it in Slider's setting -> Basic tab Thanks for the prompt reply. So I think there is an error in the code. Take a look at what is being spit out. Notice the title floating there:
March 26, 20159 yr Author It seems the title in custom database can not be found. I'll fix it in next version.
March 26, 20159 yr Author Thanks for the prompt reply. So I think there is an error in the code. Take a look at what is being spit out. Notice the title floating there: You can fix this issue, open \applications\featuredcontent\sources\Slider\Slider.php Find (line 473) 'title' => $row->field_1, Replace with 'title' => $row->_title, Save
April 3, 20159 yr Currently getting the following types of errors when I implement this block into the page:Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 261900 bytes) in /home/teamlega/public_html/system/Patterns/ActiveRecord.php on line 586Fatal error: Uncaught exception 'IPS\Db\Exception' with message 'Column 'current_appcomponent' cannot be null' in /home/teamlega/public_html/system/Db/Db.php:389 Stack trace: #0 /home/teamlega/public_html/system/Db/Db.php(622): IPS\_Db->preparedQuery('REPLACE INTO `i...', Array) #1 /home/teamlega/public_html/system/Session/Front.php(274): IPS\_Db->replace('core_sessions', Array, true) #2 [internal function]: IPS\Session\_Front->write('570a631d034b095...', '') #3 [internal function]: session_write_close() #4 {main} thrown in /home/teamlega/public_html/system/Db/Db.php on line 389 Only happens with this application. Only happens when I implement the block. :/
April 3, 20159 yr Author Which IPS RC version are you using? Can you give me acp access to take a look
April 3, 20159 yr Author Currently getting the following types of errors when I implement this block into the page: Only happens with this application. Only happens when I implement the block. :/This error message is due to the column "current_appcomponent" is null. Try to run this sql to fixALTER TABLE core_sessions CHANGE current_appcomponent current_appcomponent VARCHAR(100) NOT NULL DEFAULT '';Or go to your ACP -> System -> Support -> choose "Something isn't working correctly" and click Continue to check the sql error and fix automatically Edited April 3, 20159 yr by onlyME
April 3, 20159 yr Which IPS RC version are you using? Can you give me acp access to take a lookrc7. the latest i believe. I got the error again after doing the "something now working" fix you suggested. Happened immediately. All other apps/blocks work fine tested. I sent you ACP creds.Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 134302 bytes) in /home/teamlega/public_html/init.php on line 474 Edited April 3, 20159 yr by Fr3elanc3r
April 15, 20159 yr Can this pull the latest xx articles from multiple databases?For example if I have article databases for Topic 1, Topic 2, Topic 3.Will it pull the latest 8 articles regardless of Topic?ThanksJM
April 15, 20159 yr Author Can this pull the latest xx articles from multiple databases?For example if I have article databases for Topic 1, Topic 2, Topic 3.Will it pull the latest 8 articles regardless of Topic?ThanksJMYou can only choose one database with multiples categories for one slider.
April 15, 20159 yr You can only choose one database with multiples categories for one slider.Cool, thanks. I'll be getting a couple of these.If you look Pages widget for showing latest records in a db, it is not nicely styled at all no Thumbs ect.... Maybe this could be a good option to replace that.I think the demo link in the Marketplace works, but the demo link in this thread does not.
April 15, 20159 yr Author Cool, thanks. I'll be getting a couple of these. If you look Pages widget for showing latest records in a db, it is not nicely styled at all no Thumbs ect.... Maybe this could be a good option to replace that. I think the demo link in the Marketplace works, but the demo link in this thread does not. Yes, I changed my domain name but I can not edit this thread
April 15, 20159 yr I Have a small issue with this, I added a few test positions. Running 4.0.0 and the latest version updated on Sunday of the application. I can't click to edit any of them (none have images) I can click to drag and sort but not edit? Edited April 15, 20159 yr by craigf136
April 15, 20159 yr Author I Have a small issue with this, I added a few test positions. Running 4.0.0 and the latest version updated on Sunday of the application. I can't click to edit any of them (none have images) I can click to drag and sort but not edit? Try to use Chrome browser to edit, I'll fix this issue in next version.
April 15, 20159 yr Author @craigf136 or go to ACP -> Customization -> Themes -> click < / > button on right of your theme -> featuredcontent -> manage -> itemRowsFind <a href='#' data-ipsdialog='' data-ipsDialog-url="{url="app=featuredcontent&module=slider&controller=view&do=manageSlider&id={$Slider->id}&item={$row['id']}"}" data-ipsdialog-size='narrow' data-ipsdialog-title='{lang="fcs_edit"}' data-ipsdialog-forcereload='true'> <img src="{$row['image']}" alt='' style="width: 100%; height: 150px; cursor: move;" title="{$row['title']}"> </a> <span>{$row['title']}</span>Replace with <a href='#' data-ipsdialog='' data-ipsDialog-url="{url="app=featuredcontent&module=slider&controller=view&do=manageSlider&id={$Slider->id}&item={$row['id']}"}" data-ipsdialog-size='narrow' data-ipsdialog-title='{lang="fcs_edit"}' data-ipsdialog-forcereload='true'> <img src="{$row['image']}" alt='' style="width: 100%; height: 150px; cursor: move;" title="{$row['title']}"> <span>{$row['title']}</span> </a>Save
April 15, 20159 yr @craigf136 or go to ACP -> Customization -> Themes -> click < / > button on right of your theme -> featuredcontent -> manage -> itemRowAll good thank you.
April 16, 20159 yr So this is like a Block that you can simply click and drag wherever you want it to be?Is it like the block/widget called Featured Topics? only instead of plain text, it uses thumbnails?
April 16, 20159 yr Author So this is like a Block that you can simply click and drag wherever you want it to be?Is it like the block/widget called Featured Topics? only instead of plain text, it uses thumbnails?No, drag and drop to so Sort items in the Slider. There is a widget Featured content in block manager that you can drag to your page (see the screenshots)
April 16, 20159 yr No, drag and drop to so Sort items in the Slider. There is a widget Featured content in block manager that you can drag to your page (see the screenshots)sorry but I don't see featured content on the block manager, only SIMILAR CONTENT
April 18, 20159 yr I have paid twice for this on my credit card , however I still want to purchase the gallery plugin from you.How do i go about this then ?
April 18, 20159 yr Author I have paid twice for this on my credit card , however I still want to purchase the gallery plugin from you.How do i go about this then ?Is this what you find? http://community.invisionpower.com/files/file/7365-bim40-gallery-in-post/
April 19, 20159 yr i purchased the Bim 40 , so far it looks like it went thru once , however i have received no link or info from IPB to enable me to dowload the file.After this i will purchase you gallery in post as well.Just need to see if the first one goes thru as i still not received any info on being able to download the bim40 file yet. regardsAndrew