CodingJungle Posted October 15, 2020 Share Posted October 15, 2020 Downloads Plus support topic. Link to comment
Tirel Posted December 15, 2020 Share Posted December 15, 2020 On 10/15/2020 at 10:13 AM, CodingJungle said: Downloads Plus support topic. Hi! can you respond in PM? Link to comment
Constructor Posted March 4, 2021 Share Posted March 4, 2021 why "This file is not currently available for purchase."? @CodingJungle Link to comment
CodingJungle Posted March 4, 2021 Author Share Posted March 4, 2021 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. Link to comment
Constructor Posted March 4, 2021 Share Posted March 4, 2021 @CodingJungle How can this situation be resolved? Link to comment
Claudia999 Posted March 4, 2021 Share Posted March 4, 2021 4 hours ago, Constructor said: why "This file is not currently available for purchase."? @CodingJungle Same message at Menu Group Manager Link to comment
Constructor Posted March 4, 2021 Share Posted March 4, 2021 This file is not currently available for purchase. Link to comment
Sirmadsen Posted June 10, 2021 Share Posted June 10, 2021 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... Link to comment
Daddy Posted June 14, 2021 Share Posted June 14, 2021 Needs an update for 4.6. Throws a template error for support tab Link to comment
Circo Posted June 30, 2021 Share Posted June 30, 2021 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. Link to comment
CodingJungle Posted July 7, 2021 Author Share Posted July 7, 2021 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. Schaken and Steph40 2 Link to comment
vadusick Posted July 8, 2021 Share Posted July 8, 2021 The app version on your website is 3.1.0. Here it is only 3.0.3.When should I wait for the update? Link to comment
Daddy Posted July 8, 2021 Share Posted July 8, 2021 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. 😞 Link to comment
Cowboy Denny Posted August 18, 2022 Share Posted August 18, 2022 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). kmk 1 Link to comment
Mike Mc Posted September 8, 2022 Share Posted September 8, 2022 @CodingJungle is Downloads Plus compatible with 4.7? Thank you! Link to comment
Refsmmat Posted September 14, 2022 Share Posted September 14, 2022 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? Link to comment
Schaken Posted September 17, 2022 Share Posted September 17, 2022 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 Link to comment
HDiddy Posted September 18, 2022 Share Posted September 18, 2022 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. Link to comment
Schaken Posted September 18, 2022 Share Posted September 18, 2022 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 Link to comment
All Astronauts Posted September 18, 2022 Share Posted September 18, 2022 I'll jab CJ with a pointed stick for you guys (tomorrow...) Link to comment
Schaken Posted September 18, 2022 Share Posted September 18, 2022 11 hours ago, All Astronauts said: I'll jab CJ with a pointed stick for you guys (tomorrow...) you are awesome. 🙂 Link to comment
HDiddy Posted September 18, 2022 Share Posted September 18, 2022 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 Link to comment
CodingJungle Posted September 19, 2022 Author Share Posted September 19, 2022 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. Refsmmat 1 Link to comment
Schaken Posted September 19, 2022 Share Posted September 19, 2022 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. Link to comment
Recommended Posts