Support Offline: Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time: Our Time:

file Portfolio Pro - Order category by "Ordering"

More
6 years 3 days ago #19980 by OffGridMillion
Hello,

There is a missing ordering for the display of JUX Portfolio Pro category – the "ordering" order.

My client needs this. They have several categories of items. They would like to choose an arbitrary order in each category.

Order is selected in the menu parameter, "Option List Item", Order By. There is currently no selection for "ordering". (only ID ASC, ID DESC, etc.)

Then in the component's control panel, with filter selected for the desired category, the items can be dragged into the desired order.

Can you provide this fix, please?

thanks,
JC

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

More
6 years 2 days ago #19989 by HaiND
Hi
Thank you for feedback us
I'm sorry but I don't understand the problem
You want the bottom filter to order in the desired position?
prnt.sc/iwva7c
or You can describe the problem in more detail or send me one image of the problem
I will check it for you soon
Thanks

Best Regards
--HaiND--

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

More
6 years 2 days ago #19992 by OffGridMillion
Note that most Joomla components that control content are able to sort the content by "ordering".

Here are some screen shots:

prnt.sc/iwvkg8

prnt.sc/iwvksd

prnt.sc/iwvkw8

thanks,
JC

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

More
6 years 2 days ago #19994 by HaiND
Hi
Thank you for feedback us
you want at config "Order By"
prnt.sc/iwvkw8
There is a sort order option in order that sort by dragging?
prnt.sc/iwvkg8
That is, when you drag items in a certain order and select that order in the config order, the front-end will display in the order you dragged. ?
I'm sorry but this function takes a lot of time to research and find a solution so i can not customize help for you
But I have another way for you to order the items in the order you want, that is, enter the numbers 1, 2, 3, 4. . in config "Client Site"
prnt.sc/iwwt7s
And I will custom code to order it in the order you want
Hope you understand and look forward to receiving sympathy
Thanks

Best Regards
--HaiND--

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

More
6 years 2 days ago #19995 by OffGridMillion

HaiND wrote: Hi
Thank you for feedback us
you want at config "Order By"
prnt.sc/iwvkw8
There is a sort order option in order that sort by dragging?
prnt.sc/iwvkg8
That is, when you drag items in a certain order and select that order in the config order, the front-end will display in the order you dragged. ?

Of course, this is how it's supposed to work. Many Joomla components handle this. I'm surprised you don't know about it.

I'm sorry but this function takes a lot of time to research and find a solution so i can not customize help for you
But I have another way for you to order the items in the order you want, that is, enter the numbers 1, 2, 3, 4. . in config "Client Site"
prnt.sc/iwwt7s
And I will custom code to order it in the order you want
Hope you understand and look forward to receiving sympathy
Thanks

You can order by the numbers in "Client Site"? OK. Go ahead and provide me the code to do that.
We want to be able to enter any numbers in there and have it be in numerical, ascending order.

thanks,
JC

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

More
6 years 2 days ago #19996 by HaiND
Hi
Thank you for feedback us
I will intruction you custom code:
1, in source code: ...\modules\mod_jux_portfolio_pro\helper.php at line 130 and at line 82
find line :
$query->order($order);
replace by this line:
$query->order('a.client_site ASC');
2;in source code: ......\components\com_jux_portfolio_pro\models\items.php at line 137

$query->order($order);
replace by this line:
$query->order('a.client_site ASC');

hope it will help you, if still have problem
Please give me link your site and your account of administrator via private message or mail: This email address is being protected from spambots. You need JavaScript enabled to view it.
I will check it for you soon
Thanks

Best Regards
--HaiND--

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

Moderators: Jackie
Time to create page: 0.041 seconds
Powered by Kunena Forum