121 Posts
deralex
1 year ago
6
Topic

I try creating as list with drag and drop ordering as described here: https://www.seblod.com/resources/tutorials/adding-drag-and-drop-ordering-functionality-to-your-front-end-managers

I use Joomla 4 with Seblod 4, exactly identical configuration as in another installation of Joomla 3. I think the former field "CCK" now is called "Core ID". In Joomla 4 I can drag a list item, but with mouseup, the item jumps back to the former position.

Do I have to change something in Joomla 4?

Get a Book for SEBLOD
44 Posts
StanislavR
1 year ago
4
Level 1

Hi,

Check if there is an «Article Category Id» field on your page

121 Posts
deralex
1 year ago
3
Level 2

Adding Article Category ID doesn't help.

Dragging works, but the positions don't flip. Also in Joomla administration after dragging, there's an AJAX call like http://www.mydomain.com/administrator/index.php?option=com_content&task=articles.saveOrderAjax&tmpl=component&abcabcabcabcabcabcabc=1 . Seblod doesn't send the call. 

44 Posts
StanislavR
1 year ago
2
Level 3

Hi,

my english only google translate, sorry

1. Works on a clean install Seblod

2. After 3->4 update I had this problem - item not fixed in the right place when dragging

3.This helped me:

3.1 In list settings (List -> Template) there is a parameter:  data-draggable-group="$cck->getValue('art_catid')"

3.2. So on the page there should be a field 'art_catid'

4.now works

Also carefully compare the settings of a clean installation and your site.

best regards

148 Posts
MtnPavlas
10 months ago
1
Level 4

StanislavR, can you please post a screenshot of the template config so we can see where you enter the data-draggable-group=... parameter? I don't see an option to enter it, nor was it in there by default. Thank you!

151 Posts
pixelpixel
1 month ago
0
Level 5

Hi,

maybe its too late, but I know what Stanislav meant (thx a lot!):

1. Add: data-draggable-group="$cck->getValue('art_catid')" to the "Custom Attr. per item" field (List -> Template)

2. Add Article Category ID to your List View (i have no idea why...)

3. Do not forget to switch your "Default Order" to "Ordering" (List -> Configuration)

Hope this will help everyone with the same issue 🙂

44 Posts
StanislavR
1 month ago
0
Level 1

Hi

You must do everything according to the instructions.
And then check (enter if not after update 3->4):

so that the code $cck->getValue('art_catid'); outputs the value, the field art_catid must be placed on the page

drag-and-drop not work in free content

Stanislav

Get a Book for SEBLOD