Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
April 23, 20222 yr Is it possible to get a standalone plugin that just allows you to set how many files show? I don't need the actual grid portion but being able to set max files per category would be great. Edit I was able to modify this a bit to not show the grid but still increase number of files. If you did make this standalone I'd still use it. But for now I'm good! Edited April 23, 20222 yr by Daddy
April 25, 20222 yr Author On 4/23/2022 at 1:51 AM, Daddy said: Is it possible to get a standalone plugin that just allows you to set how many files show? I don't need the actual grid portion but being able to set max files per category would be great. Edit I was able to modify this a bit to not show the grid but still increase number of files. If you did make this standalone I'd still use it. But for now I'm good! You probably already did. Just comment the following line in the hook file: $this->rowsTemplate = array( \IPS\Theme::i()->getTemplate( 'plugins', 'core', 'global' ), 'newCatLayout' );
April 27, 20222 yr Hello im having an issue getting the plugin to allow me to even see it. I have followed the Admin CP -> System -> Plugins -> Downloads Category View New Layout -> Edit (pencil button) and all this does is allow to to edit the amount showed on the page
April 27, 20222 yr 15 minutes ago, ProjectGassed said: Hello im having an issue getting the plugin to allow me to even see it. I have followed the Admin CP -> System -> Plugins -> Downloads Category View New Layout -> Edit (pencil button) and all this does is allow to to edit the amount showed on the page I am trying to get the grid view but does not seem to be working
April 27, 20222 yr Author 30 minutes ago, ProjectGassed said: Hello im having an issue getting the plugin to allow me to even see it. I have followed the Admin CP -> System -> Plugins -> Downloads Category View New Layout -> Edit (pencil button) and all this does is allow to to edit the amount showed on the page Yes, also know as settings. 15 minutes ago, ProjectGassed said: I am trying to get the grid view but does not seem to be working Once the plugin is installed, go to any Downloads category in front end and the grid will be there.
June 8, 20222 yr Hi, I have this enabled for 20 files per page, but they are not showing. Is this compatible with the latest version of IPS?
June 8, 20222 yr Author 8 minutes ago, Unlucky said: Is this compatible with the latest version of IPS? With latest "official" (46.12.1) yes. 4.7.0 not tested yet.
June 8, 20222 yr Author 2 hours ago, Unlucky said: Hi, I have this enabled for 20 files per page, but they are not showing. Is this compatible with the latest version of IPS? Just made a quick test and works fine in Beta 6: My setting is set to show 4 files per page. What issue are you facing there?
August 10, 20222 yr HI Adriano, Just an FYI, the Downloads Category Grid view does not reflect the right prices if using Membershop Points for downloads. It basically just shows everything as free. The standard default view works fine however. I figured this is a template thing. I tried to see if I can find it but not sure what templates this falls under so yeah. I am just going to revert to the default view until you get a chance to take a look at it. Cheers Mate!!
November 19, 20222 yr Hi, i recently installed this plugin on my forum wich is running the last IPS version. The thing is, it does not work, i assume there is no other setting to don beside the number of items per page. You can check by this link https://m2dev.ro/files/ @Adriano Faria Edited November 19, 20222 yr by Funar Flavius Mihai
January 10, 20232 yr Is there any chance to add option to choose how many rows (default 4 but 3 would be great) and to hide certain elements like author profile picture, update time etc. for a more clean look? And maybe also a choice of image size (instead of 1:1 we could set a manual height and width)? Edited January 10, 20232 yr by Sirmadsen
January 10, 20232 yr Author No, sorry. Too many settings makes things boring and hard to support. Edit the template and change it to your needs.