We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

REEOrder Module (Custom ordering of entries)

Development and Programming

Traverse's avatar
Traverse
66 posts
16 years ago
Traverse's avatar Traverse

All seems to be working fine for me - Great! Only thing missing are the re-order arrows for drag-drop? Any ideas?

       
Cocoaholic's avatar
Cocoaholic
445 posts
16 years ago
Cocoaholic's avatar Cocoaholic

Hi Traverse,

Make sure you upload the included “sort.png” to your /themes/cp_global_images/ directory.

       
Traverse's avatar
Traverse
66 posts
16 years ago
Traverse's avatar Traverse

yeah… I knew that, I was just seeing if you were awake. As you were…

:(

Thanks

       
Cocoaholic's avatar
Cocoaholic
445 posts
16 years ago
Cocoaholic's avatar Cocoaholic

:D

       
stevenL's avatar
stevenL
20 posts
16 years ago
stevenL's avatar stevenL

oops…didn’t see the answer was already posted…

The arrows are one .png file that you have to copy over from the REEorder download. Located here: REEorder Module/themes/cp_global_images/sort.png

Upload to the same location in your live EE install.

       
Jacob Graf's avatar
Jacob Graf
163 posts
16 years ago
Jacob Graf's avatar Jacob Graf

Feature Requests -

  1. Ability to view category/ies that are assigned to each entry you are sorting. (Useful for sites that utilize category-based navigation) In an ideal world, you would be able to select which category you want to REEorder so you’re not loading the screen with all entries from all categories.
  2. Option in Preferences that allows you to view/hide expired entries.

Thanks! Love the module!

       
Richard Frank's avatar
Richard Frank
200 posts
16 years ago
Richard Frank's avatar Richard Frank

@kev_horan and anyone else looking for Next/Prev sorting.

Replace: field_id_14, with the field ID of the ordering field you’ve created. Find it in exp_weblog_data

Replace: lesson-order, with the custom field name that you used for the ordering field.

Must be wrapped within exp:weblog:entries.

PREV

{exp:query sql="SELECT url_title AS ut FROM exp_weblog_titles ewt INNER JOIN exp_weblog_data ewd ON ewd.entry_id = ewt.entry_id WHERE ewd.field_id_14 < {lesson-order} AND ewd.weblog_id = {weblog_id} AND STATUS = 'open' ORDER BY field_id_14 DESC LIMIT 1"}    
<a href="/index.php/exampletemplate/{ut}/">PREVIOUS</a>
{/exp:query}

NEXT

{exp:query sql="SELECT url_title AS ut FROM exp_weblog_titles ewt INNER JOIN exp_weblog_data ewd ON ewd.entry_id = ewt.entry_id WHERE ewd.field_id_14 > {lesson-order} AND ewd.weblog_id = {weblog_id} AND STATUS = 'open' ORDER BY field_id_14 ASC LIMIT 1"}
<a href="/index.php/exampletemplate/{ut}/">NEXT</a>
{/exp:query}

Let me know how it goes.

       
Sam Hall's avatar
Sam Hall
92 posts
16 years ago
Sam Hall's avatar Sam Hall
Feature Requests - 1. Ability to view category/ies that are assigned to each entry you are sorting. (Useful for sites that utilize category-based navigation) In an ideal world, you would be able to select which category you want to REEorder so you’re not loading the screen with all entries from all categories. 2. Option in Preferences that allows you to view/hide expired entries. Thanks! Love the module!

Has this featured request been looked into at all? It would be extremely helpful in my situation as well. I have one weblog the stores all the pieces in a portfolio separated by category. It would be great to be able to reorder the entries of this weblog, but be able to only see the entries in selected categories that you are working with. Is this possible?

       
james Brown's avatar
james Brown
492 posts
16 years ago
james Brown's avatar james Brown

I’m not sure if anyone else is having this issue, but the “order” field is not hiding like it is supposed to. I am running the most recent version as well as the most recent version of EE.

       
Cocoaholic's avatar
Cocoaholic
445 posts
16 years ago
Cocoaholic's avatar Cocoaholic

Hiding the field is handled by the bundled extension, did you install and activate it?

If you are 100% sure you did there could be some add-on conflict goin on here.

       
james Brown's avatar
james Brown
492 posts
16 years ago
james Brown's avatar james Brown

Yes, I do have the extension and module activated. I actually noticed it on two different sites.

I don’t have a ton of other extensions. These are the ones I do have:

jQuery for the Control Panel (v.1.1.1) LG TinyMCE (v.1.3.2) Tab Forward (v.1.1) Publish Page Improvements (v.2.0.0)

       
Cocoaholic's avatar
Cocoaholic
445 posts
16 years ago
Cocoaholic's avatar Cocoaholic

I have just installed the same extensions but all seems to work fine here.

I did however use newer versions for 2 of those extensions: - LG TinyMCE (v.1.3.3) - Publish Page Improvements (v.2.0.1)

       
Ridge's avatar
Ridge
44 posts
16 years ago
Ridge's avatar Ridge

First, great module. Love having this kind of control over entry ordering, and so do clients.

Now, any chance of getting the ability to use a Gypsy field for the custom field used by REEOrder? It’s not a big deal, but I’d certainly prefer to add one custom field to my “Gypsy Fields” custom field group, and set it across multiple weblogs, as opposed to going into each custom field group and adding another field. Possible?

Thanks for the great work!

       
Martin Luff's avatar
Martin Luff
52 posts
16 years ago
Martin Luff's avatar Martin Luff

@Cocoaholic - thanks for a very handy module. I’d second that request from Ridge… would keep things kinda tidy - although I could imagine it might be tricky…

All the best

       
florian's avatar
florian
395 posts
about 16 years ago
florian's avatar florian

quick question. I have a website with about 800 weblog entries, in different categories. I display 30 items per page and use ee build in pagination. My titles all start with numbers. For example: 5112 C, 4012 C T, 2020, etc

Is it possible to use this module to sort my titles numerically starting with the lowest? Would pagination etc stay the same?

thank you, Kindly, Florian

       
First 5 6 7 8 9 Last

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.