Guest
08 Oct 2019 17:37

I am having trouble reordering user categories. This function is not operating correctly. Please check the attached screens. URL: http://multimediadesignstudio.com.br/news/ Login: test / 123456 Joomla: Joomla! 3.8.10 Stable Cobalt8: V8.773 PHP Version: 7.2.22 Database Version: 5.7.27-log!

Thanks! Sergio Oliveirauser-category-page-1user-category-page-2user-category-page-2-console

Last Modified: 02 Mar 2020


Sergey
Total posts: 13,748
29 Oct 2019 06:00

I have fixed it. But for you not to wait an update open components\com_cobalt\views\categories\tmpl\default.php and around line 119 fileв

<tr class="row<?php echo $i % 2; ?>" sortable-group-id="<?php echo $user->id; ?>" item-id="<?php echo $item->id ?>" parents="" level="">

change level="" to level="1"


Guest
06 Dec 2019 16:37

Thank you very much! It works


Guest
09 Dec 2019 15:25

I'm sorry Sergey, but although I can reorder the categories, when I click Back to Section the new order is not saved. Thanks,


Guest
06 Jan 2020 13:37

The problem now is that new sort is not being saved. Thanks for your help.


Guest
14 Jan 2020 14:17

Hi there! Would you please give me some help about this? New sort is not being saved. Thanks


Guest
27 Jan 2020 21:42

Hi Sergey Would you please give me some help about this? New sort is not being saved. Thanks


Sergey
Total posts: 13,748
29 Jan 2020 07:39

You nees to see browser inspector, network tab and see what is returned. Sometimes there are some notices and it is not working because error reporting is set to max.

Powered by Cobalt