CodingJungle Posted October 15, 2020 Share Posted October 15, 2020 Downloads Plus support topic. Quote Link to comment Share on other sites More sharing options...
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? Quote Link to comment Share on other sites More sharing options...
Constructor Posted March 4, 2021 Share Posted March 4, 2021 why "This file is not currently available for purchase."? @CodingJungle Quote Link to comment Share on other sites More sharing options...
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. Quote Link to comment Share on other sites More sharing options...
Constructor Posted March 4, 2021 Share Posted March 4, 2021 @CodingJungle How can this situation be resolved? Quote Link to comment Share on other sites More sharing options...
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 Quote Link to comment Share on other sites More sharing options...
Constructor Posted March 4, 2021 Share Posted March 4, 2021 This file is not currently available for purchase. Quote Link to comment Share on other sites More sharing options...
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... Quote Link to comment Share on other sites More sharing options...
Daddy Posted June 14, 2021 Share Posted June 14, 2021 Needs an update for 4.6. Throws a template error for support tab Quote Link to comment Share on other sites More sharing options...
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. Quote Link to comment Share on other sites More sharing options...
Daddy Posted July 4, 2021 Share Posted July 4, 2021 Any ETA on an update for 4.6? Quote Link to comment Share on other sites More sharing options...
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 Quote Link to comment Share on other sites More sharing options...
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? Quote Link to comment Share on other sites More sharing options...
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. 😞 Quote Link to comment Share on other sites More sharing options...
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 Quote Link to comment Share on other sites More sharing options...
Mike Mc Posted September 8, 2022 Share Posted September 8, 2022 @CodingJungle is Downloads Plus compatible with 4.7? Thank you! Quote Link to comment Share on other sites More sharing options...
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? Quote Link to comment Share on other sites More sharing options...
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 Quote Link to comment Share on other sites More sharing options...
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. Quote Link to comment Share on other sites More sharing options...
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 Quote Link to comment Share on other sites More sharing options...
All Astronauts Posted September 18, 2022 Share Posted September 18, 2022 I'll jab CJ with a pointed stick for you guys (tomorrow...) Quote Link to comment Share on other sites More sharing options...
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. 🙂 Quote Link to comment Share on other sites More sharing options...
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 Quote Link to comment Share on other sites More sharing options...
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 Quote Link to comment Share on other sites More sharing options...
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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.