Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
December 15, 20204 yr On 10/15/2020 at 10:13 AM, CodingJungle said: Downloads Plus support topic. Hi! can you respond in PM?
March 4, 20213 yr Author 37 minutes ago, Constructor said: why "This file is not currently available for purchase."? @CodingJungle I am not sure, it is not something i've done.
March 4, 20213 yr 4 hours ago, Constructor said: why "This file is not currently available for purchase."? @CodingJungle Same message at Menu Group Manager
June 10, 20213 yr It have started messing with my template. If app is enabled, any extra fields I have set to be below the description is not visible (on any theme), but if I disable the app everything show as it should...
June 30, 20213 yr Thanks for the update on this... During the time that I had it disabled; I had several new files uploaded. How do I get this to run and build new support threads for the missing ones? I know I've done it before, but can't figure out how I did it.
July 7, 20213 yr Author On 7/4/2021 at 2:32 AM, Deathicated said: Any ETA on an update for 4.6? i submitted an update for it a few days ago to the market, so i don't know how long it will be till it is approved.
July 8, 20213 yr The app version on your website is 3.1.0. Here it is only 3.0.3.When should I wait for the update?
July 8, 20213 yr On 7/6/2021 at 11:33 PM, CodingJungle said: i submitted an update for it a few days ago to the market, so i don't know how long it will be till it is approved. Thanks for that! Seems the reviewers are napping on us. 😞
August 18, 20222 yr Checking out your plugin and looks very promising. Wish you had the ability to leverage Downloads in posts (forum, blog, calendar, etc..) so if someone creating a post or reply has the ability to add a file to downloads or from downloads. Basically, I would rather have downloads manage users files then wherever the files go when I click on choose files... at the bottom of a post. It appears no one offers the ability to embed or attach directly to/from downloads or gallery (prefer downloads to be my file depot).
September 14, 20222 yr On 9/8/2022 at 3:14 AM, Mike Mc said: is Downloads Plus compatible with 4.7? I just updated to 4.7.2 and it seems that Downloads Plus is not compatible. It got automatically deactivated, rendering all downloads on my page inaccessible at the moment. @CodingJungle Are we getting an update for Downloads Plus to get it working again?
September 17, 20222 yr On 9/14/2022 at 7:21 AM, Refsmmat said: I just updated to 4.7.2 and it seems that Downloads Plus is not compatible. It got automatically deactivated, rendering all downloads on my page inaccessible at the moment. @CodingJungle Are we getting an update for Downloads Plus to get it working again? I am not real good with PHP, but it seems the $Container is no longer a function, I believe it was replaced by accessing via \IPS\downloads\Category::roots('view'); But im am not sure how to get this exactly short of: $category = \IPS\downloads\Category::roots('view'); but i never used PHP, I use C#. the language is alot alike though
September 18, 20222 yr Yeah it has been over a year since this was updated. It worked fine for 4.7, but with this new PHP update seems like a no go. Funny thing I am now realizing just how basic the downloads information is without this addon on.
September 18, 20222 yr Honestly, Im not real sure what the need for any of that PHP is. Im debating trying to make it all with the theme editor. I know I can do at least 90% of it. I got pretty good with editing things, sadly i have no idea how to make anything a plugin though. lol
September 18, 20222 yr 11 hours ago, All Astronauts said: I'll jab CJ with a pointed stick for you guys (tomorrow...) you are awesome. 🙂
September 18, 20222 yr 16 hours ago, All Astronauts said: I'll jab CJ with a pointed stick for you guys (tomorrow...) Thanks I am just realizing how bad the default downloads pages look. I am like...geez
September 19, 20222 yr Author On 9/16/2022 at 8:34 PM, Schaken said: I am not real good with PHP, but it seems the $Container is no longer a function, I believe it was replaced by accessing via \IPS\downloads\Category::roots('view'); But im am not sure how to get this exactly short of: $category = \IPS\downloads\Category::roots('view'); but i never used PHP, I use C#. the language is alot alike though On 9/14/2022 at 7:21 AM, Refsmmat said: I just updated to 4.7.2 and it seems that Downloads Plus is not compatible. It got automatically deactivated, rendering all downloads on my page inaccessible at the moment. @CodingJungle Are we getting an update for Downloads Plus to get it working again? i've tested the code in php 8, the only thing that i see that is the problem is with scanner.php itself introduced by IPS. I used an import instead of a FQN. imports are supported by php and are not incompatible with PHP 8. I'll release a fix for it, but i really shouldn't have too tbh.
September 19, 20222 yr 1 minute ago, CodingJungle said: i've tested the code in php 8, the only thing that i see that is the problem is with scanner.php itself introduced by IPS. I used an import instead of a FQN. imports are supported by php and are not incompatible with PHP 8. I'll release a fix for it, but i really shouldn't have too tbh. I opened it up is VS Code and no errors were found. I do not know the library enough to tell what is 8+/- so I have no idea what needed to be changed to make it compatible. I do know that my site wont load with it on. everything just says template is out of date and in the ACP, it shows there is only 1 line that was in error, and showed the (var?) {$container} and that is what I was going off of. I mean this app will not work on 8+ php the way it is right now. I had to revert back to 7.X in order for my site to still load correctly. So right now, you really do not have to, but when Invision forces us all on to 8+ then we all have to drop this app or just never update again. I do have a strong feeling that forced update will be the next update or the one after though.