Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Drag & Drop within the TXP interface
Because all infos tabs within the “Write” panel store what the user choose to display into the database in order to remember it, may be it will be super cool to allow drag/drop to organize the place where “Date to publish”, “Keywords”, “Custom Fields” and so on could be.
See how Craft CMS does these things: https://craftcms.com/features/new
Patrick.
Github | CodePen | Codier | Simplr theme | Wait Me: a maintenance theme | [\a mi.ni.ma]: a “Low Tech” simple Blog theme.
Offline
Re: Drag & Drop within the TXP interface
I’ve done something like that with jQuery’s sortable
and draggable
functions/plugins/libraries so that stuff can be organized or even hidden in Write panel, but my system has some limits. I’m just testing the code to see if there are major bugs. :-) The plugin candidate allows for most elements only vertical movement like this:
1|2|3
1|2|3
1|2|3
So 1 can’t switch columns to 2 or 3 etc.
Offline
Re: Drag & Drop within the TXP interface
With Jquery UI being build in for Textpattern 4.6 (including all the styles for drag and drop), it shouldn’t be too difficult to implement for a plugin author.
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline