{"id":18383112,"url":"https://github.com/timkelty/ez.reeorder.ee_addon","last_synced_at":"2025-09-09T18:34:33.798Z","repository":{"id":66508580,"uuid":"122615","full_name":"timkelty/ez.reeorder.ee_addon","owner":"timkelty","description":"Elwin Zuiderveld's REEorder Module for ExpressionEngine","archived":false,"fork":false,"pushed_at":"2010-10-04T17:48:08.000Z","size":124,"stargazers_count":16,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T23:34:34.318Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://expressionengine.com/forums/viewthread/43903/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timkelty.png","metadata":{"files":{"readme":"README.txt","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-02-05T20:38:17.000Z","updated_at":"2019-08-13T13:58:50.000Z","dependencies_parsed_at":"2023-02-20T05:30:43.040Z","dependency_job_id":null,"html_url":"https://github.com/timkelty/ez.reeorder.ee_addon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/timkelty/ez.reeorder.ee_addon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timkelty%2Fez.reeorder.ee_addon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timkelty%2Fez.reeorder.ee_addon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timkelty%2Fez.reeorder.ee_addon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timkelty%2Fez.reeorder.ee_addon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timkelty","download_url":"https://codeload.github.com/timkelty/ez.reeorder.ee_addon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timkelty%2Fez.reeorder.ee_addon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274340921,"owners_count":25267297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-09T02:00:10.223Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T01:10:05.105Z","updated_at":"2025-09-09T18:34:33.676Z","avatar_url":"https://github.com/timkelty.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"INSTALLATION INSTRUCTIONS:\n\n- Always backup your database before installing a module!\nLog into your ExpressionEngine Control Panel, visit the following page:\nAdmin \u003e Utilities \u003e Database Backup, and make that backup!\n\n- Upload the system/modules/reeorder folder to system/modules on your server.\n\n- Upload system/language/english/lang.reeorder.php to system/language/english on your server.\n\n- Upload themes/cp_global_images/sort.png to themes/cp_global_images on your server.\n\n- Go to the Modules tab. You will see an entry listed for \"REEOrder\". On the right side of the table, click the Install link corresponding to the REEOrder Module. This will install the necessary database tables and settings for the module.\n\n- The REEOrder entry is now a clickable link, click it to start using the REEOrder module.\n\nOptionally:\n- Upload system/extensions/ext.reeorder.php to system/extensions on your server.\n\n\nABOUT THIS MODULE:\n\nThe REEOrder module allows you to easily re-order your entries.\n\nThe module uses EE's ability to order Weblog Entries by a Custom Field, it does not add any queries or other additional processing to your templates.\n\nInstallation and usage:\n\nStep 1:\nCreate a new Custom Field in your Field Group, this field will hold the sorting value. You aren't actually going to use this field. The REEOrder Module will do all the heavy lifting. (The actual sorting.)\n- The preferred \"Field Type\" would be \"Text Input\"\n- Name it anything you like, and feel free to set any other options\n\nStep 2:\nInstall the \"REEOrder\" Module\n\nStep 3:\nIn the module's Preferences page, select the Custom Field you just created.\n\nStep 4:\nSelect a weblog and re-order your entries\n\nStep 5:\nCreate or modify a template and change the \"orderby\" parameter in the weblog tag to the name of your new Custom Field\n\nExample of the weblog tag:\n\n{exp:weblog:entries weblog=\"default_site\" orderby=\"your_new_custom_field\" disable=\"categories|member_data|pagination|trackbacks\"}\n\n\u003ch3\u003e{title}\u003c/h3\u003e\n{body}\n\n{/exp:weblog:entries}\n\nIf you change Sort Order to \"Ascending\" in the module's Preferences, make sure you also add sort\"asc\" to your weblog tag.\n\nStep 6: (optional)\nIf you like you can install the additional \"REEOrder\" Extension, this will remove the Custom Field from the Entry Form. (so your client won't accidentally mess with it).\n\n\nCHANGE LOG\n\n1.0.0:\n- Initial release\n\n1.0.1:\n- Fixed a MySQL error\n\n1.1.0:\n- Brandon Kelly \u003cme@brandon-kelly.com\u003e: Added drag-n-drop sorting (sponsored by Matt Weinberg)\n    - requires CP jQuery (http://www.ngenworks.com/software/ee/cp_jquery/), which comes bundled with EE 1.6.6+.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimkelty%2Fez.reeorder.ee_addon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimkelty%2Fez.reeorder.ee_addon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimkelty%2Fez.reeorder.ee_addon/lists"}