Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
I'm trying to implement the drag and drop plugin as mentioned here:

viewtopic.php?f=8&t=12007&start=0

I've uploaded the folder into my theme folder and added

Code: Select all
define( 'K_ADMIN_THEME', 'orderable_gallery' );

to my config file but I'm not sure if I missing something else as the instructions that have been moved to Github no longer work:

https://github.com/trendoman/Tweakus-Di ... -drag-drop

Thanks,

Chris
+ Add mandatory configuration orderby='weight' to your gallery template e.g.

Code: Select all
<cms:template ... gallery='1'>
    <!-- editable fields here -->

    <cms:config_list_view orderby='weight' />
</cms:template>
Join COUCH:TALK channel here https://t.me/couchcms_chat
Ryazania — a framework to boost productivity with Add-ons viewtopic.php?f=2&t=13475
Support my efforts to help the community https://boosty.to/trendo/donate
2 posts Page 1 of 1