solved set item order

Melih
Melih
@melih
10 years ago
198 posts
Hello,

I tried setting the items order with the drag and drop function when i hit the continue button after that it does not change the order at all.
updated by @melih: 07/09/16 09:21:02AM
brian
@brian
10 years ago
10,148 posts
Melih:
Hello,

I tried setting the items order with the drag and drop function when i hit the continue button after that it does not change the order at all.

What module are you trying to set the order for?

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

updated by @brian: 12/29/14 09:23:55AM
Melih
Melih
@melih
10 years ago
198 posts
GenStory
updated by @melih: 12/29/14 09:23:55AM
brian
@brian
10 years ago
10,148 posts
Melih:
GenStory

Yeah that should work no problem - let me make sure I didn't overlook something in the template setup and I will let you know.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

updated by @brian: 12/29/14 09:23:55AM
brian
@brian
10 years ago
10,148 posts
This has been fixed in version 1.0.5 of the Genosis Stories - update from your Marketplace, reset caches, and you should be set.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

updated by @brian: 12/29/14 09:23:55AM
Melih
Melih
@melih
10 years ago
198 posts
It's working now! Thank you Brian! And i saw what you changed and i learned one more thing about jamroom ;)
updated by @melih: 12/29/14 09:23:55AM
brian
@brian
10 years ago
10,148 posts
Melih:
It's working now! Thank you Brian! And i saw what you changed and i learned one more thing about jamroom ;)

Right on ;) Yep - that small change I made in the jrCore_list template function basically jut told it to order_by a different field - previously it had just been ordering by the _updated column (which is a timestamp all items get when they are created/updated) - I had to switch that over to the story_display_order instead - that's the user controlled column that determines the order when they use the small "reorder" button on the index.

the {jrCore_list} template function is super powerful - seriously it can list items in almost any way you can imagine, including very powerful search options for getting only the exact items you want from the module's DataStore.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

updated by @brian: 12/29/14 09:23:55AM
Melih
Melih
@melih
10 years ago
198 posts
Yes, i saw that and with that i was able to add to a module i made it before. I wish i know php and html better because it's really amuse me to make somethings with jamroom. I made a simple module that users can add their contact informations like phone number or email addresses. And now they can change the order of the informations :)

Thank you Brian
updated by @melih: 12/29/14 09:23:55AM

Tags