Log message #4193366

# At Username Text
# Jul 15th 2019, 21:10 yamcomnet @ndm for some reason it only loads the plugin old way. I dont know whats the difference under the hood?
# Jul 15th 2019, 21:07 yamcomnet let me look does it even work :)
# Jul 15th 2019, 21:07 yamcomnet old way => nasty deprecation error
# Jul 15th 2019, 21:05 yamcomnet let me try the old way?
# Jul 15th 2019, 21:05 ndm Plugin names are case sensitive
# Jul 15th 2019, 21:04 ricksaccous or you could submit a PR to the plugin, lol
# Jul 15th 2019, 21:03 ricksaccous you'll get deprecated warning's though
# Jul 15th 2019, 21:03 ricksaccous you could resort to loading it the old way in bootstrap.php
# Jul 15th 2019, 21:03 ricksaccous egh nevermind
# Jul 15th 2019, 21:02 ricksaccous try
# Jul 15th 2019, 21:01 yamcomnet pretty sure its broken
# Jul 15th 2019, 21:00 ricksaccous but not sure
# Jul 15th 2019, 21:00 ricksaccous i think the plugin might need to be updated to be compatible with the latest version of cake
# Jul 15th 2019, 20:59 yamcomnet i was not joking around. Step by step
# Jul 15th 2019, 20:59 yamcomnet thats what i did
# Jul 15th 2019, 20:57 ricksaccous strange
# Jul 15th 2019, 20:57 ricksaccous you were just following the docs
# Jul 15th 2019, 20:57 ricksaccous oh wait lmao
# Jul 15th 2019, 20:57 ricksaccous but probably $this->addPlugin('Sequence'); will just work
# Jul 15th 2019, 20:56 ricksaccous you should learn about namespacing
# Jul 15th 2019, 20:54 yamcomnet not sure how this plugin business goes nowadays. It added $this->addPlugin('Admad/sequence) to Application.php but i keep getting Fatal error: Uncaught Cake\Core\Exception\MissingPluginException: Plugin Admad/sequence could not be found. in
# Jul 15th 2019, 20:39 yamcomnet what do you do when non programmer starts to do business software :)
# Jul 15th 2019, 20:38 yamcomnet made the frontend and was not able to do actual algo :)
# Jul 15th 2019, 20:38 yamcomnet actually thats exactly what i need. Cheers!
# Jul 15th 2019, 20:37 challgren That plugin will be helpful then
# Jul 15th 2019, 20:36 yamcomnet thanks guys! I need to store new prioritys to database after sorting
# Jul 15th 2019, 20:35 ricksaccous @yamcomnet this is what i was talking about https://api.jqueryui.com/sortable/
# Jul 15th 2019, 20:35 ricksaccous that's a handy behavior
# Jul 15th 2019, 20:33 challgren https://github.com/ADmad/cakephp-sequence
# Jul 15th 2019, 20:32 ricksaccous you take that in and set priority numbers based on those
# Jul 15th 2019, 20:32 ricksaccous then it serializes them all
# Jul 15th 2019, 20:32 ricksaccous there are jquery ui libs that allow you to just get all the image ids if you put them in some data attribute
# Jul 15th 2019, 20:31 yamcomnet basic programming question follows(which im not able to solve properly :slightly_smiling_face:. I have images sorted by priority. User clicks up/down arrows. I want to reorder prioritys. Whats the approach for the algo?
# Jul 15th 2019, 18:50 daniel.upshaw I was thinking about control instantiation
# Jul 15th 2019, 18:50 daniel.upshaw Actually I think you're right, yeah
# Jul 15th 2019, 18:49 daniel.upshaw Or what works that is
# Jul 15th 2019, 18:49 daniel.upshaw Okay, I'm really curious if this works
# Jul 15th 2019, 18:49 daniel.upshaw Or that perhaps
# Jul 15th 2019, 18:49 daniel.upshaw ```<?php // Using a classname. $this->Form->addWidget( 'ToggleInput', ['widgets' => ['Theme.ToggleInput', 'checkbox', 'nestingLabel']] );```
# Jul 15th 2019, 18:49 ricksaccous i'll try that later though
# Jul 15th 2019, 18:49 ricksaccous I think if anything would work it would be this