Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Match Fishing Posted October 5, 2017 Posted October 5, 2017 I love this plugin and what superb value for money well done opentype I have a question regarding the categories page is it possible to have small thumbnails along the bottom of each box to give some visual as well as the text listings to pretty it up.
opentype Posted October 5, 2017 Author Posted October 5, 2017 Thanks for the suggestion. I keep it in mind for potential new versions.
Tripp★ Posted October 17, 2017 Posted October 17, 2017 @opentype - I dare classify it as anything. But there is something wrong with the plugin, in that it doesn't retain my settings, and I have to go back and set it all back up, over and over and over again. I'm not sure what's going on, but when I set it, it does work and my settings save, but after a little while with no further interaction in the ACP all the settings reset back to default.
opentype Posted October 17, 2017 Author Posted October 17, 2017 I wouldn’t know how it could even cause that. The plugin doesn’t do anything but to store values, which itself is handled entirely through the core software. The plugin isn’t called at all to do anything and doesn’t have MySQL queries. So if you don’t open the plugin settings, it literally can’t do anything. If you loose plugin settings, I am pretty sure it must have a different cause. Meddysong 1
Tripp★ Posted October 17, 2017 Posted October 17, 2017 (edited) I have removed it and reinstalled it, I'll see if that fixes it. So far so good after a few hours. I'll let it run for a few days and if I will let you know what happens. This is all odd to me too. Perhaps what I should have stated is that there seems to be default settings when you load the plug in, in. What this would do before I uninstalled and reuploaded it, was turn everything off, and set all the numerical stuff to zero after a length of time. I will play around in the ACP and see if it resets again though. Thanks for your response though. Edit: Yes, yes it did fix it. I'll chalk that up to a glitch on my end. Edited October 21, 2017 by Tripp★
Brian Posted October 25, 2017 Posted October 25, 2017 How do I skip a record? I have a custom block to showcase the latest article and below that the supergrid begins. This is for the SuperGrid Frontpage template.
opentype Posted October 26, 2017 Author Posted October 26, 2017 17 hours ago, Brian said: How do I skip a record? That’s not an option of my templates, nor the stock IPS database templates. So guidance can’t be offered as part of the SuperGrid support. I’m sorry.
emeric73 Posted October 26, 2017 Posted October 26, 2017 Hello; We use your module which is great. Except we have a bug. The title of the page unfortunately is in transparent background. http://www.powerbase.fr/data/major-attractions/twister-maxi-jump-r618/ Thank you for your help.
opentype Posted October 26, 2017 Author Posted October 26, 2017 That theme you use is a bit aggressive in changing core CSS styles. You can put this in that theme’s custom.css .SG_record_right_with_image { background-color: #fbfbfb !important; } emeric73 1
emeric73 Posted October 26, 2017 Posted October 26, 2017 Hello, Normal that the "Like" function at the bottom right is not displayed with this template? Thank you
Meddysong Posted October 26, 2017 Posted October 26, 2017 No, it's not normal, unless you're talking about articles which you've posted yourself. Have you looked at somebody else's article? I can leave reputation on my wife's articles but not on my own (because I can't leave myself reputation), so it's worth checking.
gabs007 Posted October 27, 2017 Posted October 27, 2017 Sorry if I'm a little slow on this, but I have to upgrade this template as last thing pending from my upgrade from 4.1 to 4.2. I have read the documentation, but I'm not feeling very confident about what I have to do. Do I have ot delete these ? And then install again ? Will I have to change something else after the update ? or the new templates will just fit in the database and the page ? thanks in advance, I know I'm not very smart on technical things.
opentype Posted October 27, 2017 Author Posted October 27, 2017 Yes. Essentially you delete it all, download the latest version and install it again. gabs007 1
Morozzz Posted November 6, 2017 Posted November 6, 2017 Hello. Tell me how to make preview articles didn't load as a full image? This greatly slows the loading of pages. You can in fact as a preview to use thumb.
opentype Posted November 6, 2017 Author Posted November 6, 2017 It’s up to you. You can turn on previews in the plugin settings:
Morozzz Posted November 6, 2017 Posted November 6, 2017 The question is removed, understood. However, I recommend to fix this in an update. 42 minutes ago, opentype said: It’s up to you. You can turn on previews in the plugin settings: No. I mean changing the value _record_image_thumb is record_image. This will speed up the loading of pages.
opentype Posted November 6, 2017 Author Posted November 6, 2017 23 minutes ago, Morozzz said: This will speed up the loading of pages. Fixing what? On what page? For listing views, it is an option. For the big header in the record view, the full image is intentional. The thumbnail default size is 200 pixel. I won’t blow up a 200 pixel image to cover the whole page. Using the full image is intentional there.
Morozzz Posted November 6, 2017 Posted November 6, 2017 Hmm... I write about previews. Despite the fact that css spelled out the size of 200px when the page loads load the full image and is reduced to 200px. If the set value is _record_image_thumb record_image, it will load a small preview and adapted to 200px. Here, as an example, a piece of modified code from the supergrid listing: <div class="ipsType_right SG_image_container ipsAreaBackground_light" style="padding-bottom: {{if settings.SuperGrid_aspect_ratio}}{setting='SuperGrid_aspect_ratio'}%{{else}}50%{{endif}}; {{if $row->_record_image_thumb}}background-image:url('{{if settings.SuperGrid_image_use_thumbnail}}{file='$row->_record_image_thumb' extension='cms_Records'}{{else}}{file='$row->_record_image_thumb' extension='cms_Records'}{{endif}}');{{elseif settings.SuperGrid_fallback_image}}background-image:url('{setting="SuperGrid_fallback_image_url"}');{{endif}}">
opentype Posted November 6, 2017 Author Posted November 6, 2017 3 minutes ago, Morozzz said: Hmm... I write about previews. Despite the fact that css spelled out the size of 200px when the page loads load the full image and is reduced to 200px. If the set value is _record_image_thumb record_image, it will load a small preview and adapted to 200px. No! You don’t need to touch that code at all! Again: It is a setting! You can even see it in the code you posted: {{if settings.SuperGrid_image_use_thumbnail}} That takes care of everything. You just changed the code to ignore the setting. There is no point to it. But anyway. We don’t need to discuss this further. Everything is working as intended. Nothing needs “fixing”. If you ignore the functionality that I built in, that is your problem.
Morozzz Posted November 6, 2017 Posted November 6, 2017 (edited) I understand you. Thank you. So I have not worked this setting. Edited November 6, 2017 by Morozzz
Ramsesx Posted November 10, 2017 Posted November 10, 2017 (edited) On 27.9.2017 at 2:05 AM, bradl said: Count me in as a(nother) person who would enjoy some way to have multiple SuperGrid instances to point at different databases. At the moment I'm mostly interested in using a different fallback image on a directory database vs an article database. Me too, I guess it's not uncommon to have more than only one database, so it would be a big advantage if there's a way to have more instances of the supergrid.plugin. @opentype you could offer two add-on versions, the normal and an additional Pages SuperGrid +Plus version. Edited November 10, 2017 by Ramsesx
opentype Posted November 10, 2017 Author Posted November 10, 2017 1 hour ago, Ramsesx said: Me too, I guess it's not uncommon to have more than only one database, so it would be a big advantage if there's a way to have more instances of the supergrid.plugin. Well of course it’s meant to do that already. There is no limitation regarding the number of databases. Are you talking about specific settings you need to apply differently? Which ones?
Ramsesx Posted November 10, 2017 Posted November 10, 2017 4 minutes ago, opentype said: Well of course it’s meant to do that already. There is no limitation regarding the number of databases. Are you talking about specific settings you need to apply differently? Which ones? I mean different settings for different databases, right now you just can have a global setting for all databases.
opentype Posted November 10, 2017 Author Posted November 10, 2017 Which settings? What is your use case? This would be a major rewrite. I won’t do that unless I am convinced of its usefulness for a broad range of users. Or maybe there is a work-around for specific settings. But then I would need to know which settings those are.
Ramsesx Posted November 10, 2017 Posted November 10, 2017 3 minutes ago, opentype said: Which settings? What is your use case? Show Avatar yes/no, Image aspect ratio would be the most important in my case. opentype 1
Recommended Posts