× Here you can get community support related to ReDJ.

How to order items in J3?

  • Marchert
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 5 months ago #1772 by Marchert
How to order items in J3? was created by Marchert
Enterprise 1.7.2

If I sort by order it is not possible to order items.

Why not?

Please Log in or Create an account to join the conversation.

More
10 years 5 months ago #1775 by admin
Replied by admin on topic How to order items in J3?
Is a little bug of J3 version.

Is already fixed in the 1.7.3, but this version is still under development and not released yet. It should be ready in a week or two.

Kind regards,
Luigi

Please Log in or Create an account to join the conversation.

  • Marchert
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 5 months ago #1858 by Marchert
Replied by Marchert on topic How to order items in J3?
I have downloaded and installed 1.7.3 today but it is still not possible to sort items.

Please Log in or Create an account to join the conversation.

More
10 years 5 months ago #1859 by admin
Replied by admin on topic How to order items in J3?
Sorry,
this is another little issue. Open file:

administrator\components\com_redj\views\redirects\tmpl\default.php

And change line 38 from:
JHtml::_('sortablelist.sortable', 'ruleList', 'adminForm', strtolower($listDirn), $saveOrderingUrl);

To:
JHtml::_('sortablelist.sortable', 'redirectList', 'adminForm', strtolower($listDirn), $saveOrderingUrl);

Kind regards,
Luigi

Please Log in or Create an account to join the conversation.

  • Marchert
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 5 months ago #1860 by Marchert
Replied by Marchert on topic How to order items in J3?
I can now drag items but not drop them.

BTW: The ordering is completly messed up since I switched from 2.5 to 3.1 (now 3.2 is installed). I have over 300 redriects and this is no fun to order them again. I still can not order them even if I asked to fix this about 3 weeks ago. Lot of urls are not reachable by google because there is an endless loop. I would nothing say if I had not payed for this component, but I expected a little bit more support.

Please Log in or Create an account to join the conversation.

More
10 years 5 months ago #1861 by admin
Replied by admin on topic How to order items in J3?
Hi,
just for your information, every time that Joomla changes the major version you need to modify your code. So the code that works for Joomla 2.5 is not the same code for Joomla 3.x.

Now, the issue you are experiencing is the same you can find into Joomla native extension "Contacts". I used this code as example for new visual ordering and unfortunately is a wrong choise.

Please, be patient while I try to modify the code for new Joomla 3.2, and think that other subscriptions expire after one year. Meanwhile you could use this time to report the same sorting issue to Jooomla board... :)

Kind regards,
Luigi

Please Log in or Create an account to join the conversation.

Time to create page: 0.103 seconds