nodeorder_add_links |
./nodeorder.module |
Adds links to move node up or down in term. |
1 |
|
nodeorder_add_node_to_list |
./nodeorder.module |
Push new or newly orderable node to top of ordered list. |
2 |
|
nodeorder_admin |
includes/nodeorder.admin.inc |
Form for Admin Settings |
|
1 |
nodeorder_admin_display_form |
includes/nodeorder.admin.inc |
Generate main blocks administration form. |
|
1 |
nodeorder_admin_display_form_submit |
includes/nodeorder.admin.inc |
Process main blocks administration form submission. |
|
|
nodeorder_admin_paths |
./nodeorder.module |
Implements hook_admin_paths(). |
|
|
nodeorder_can_be_ordered |
./nodeorder.module |
Returns TRUE if the node has terms in any orderable vocabulary. |
2 |
|
nodeorder_entity_info_alter |
./nodeorder.module |
Implements hook_entity_info_alter(). |
|
|
nodeorder_form_taxonomy_form_vocabulary_alter |
./nodeorder.module |
Implements hook_form_FORM_ID_alter() for taxonomy_form_vocabulary(). |
|
|
nodeorder_form_taxonomy_overview_terms_alter |
./nodeorder.module |
Implements hook_form_FORM_ID_alter() for taxonomy_overview_terms(). |
|
|
nodeorder_get_term_min_max |
./nodeorder.module |
Get the minimum and maximum weights available for ordering nodes on a term. |
3 |
|
nodeorder_handle_node_lists_decrease |
./nodeorder.module |
Reorder list in which the node is dropped and where the borders became out
of range. |
2 |
|
nodeorder_help |
./nodeorder.module |
Implements hook_help(). |
|
|
nodeorder_install |
./nodeorder.install |
Implements hook_install(). |
|
|
nodeorder_menu |
./nodeorder.module |
Implements hook_menu(). |
|
|
nodeorder_menu_alter |
./nodeorder.module |
Implements hook_menu_alter(). |
|
|
nodeorder_move_in_category |
./nodeorder.module |
Move a node up or down in its category. |
|
1 |
nodeorder_node_delete |
./nodeorder.module |
Implements hook_node_delete(). |
|
|
nodeorder_node_insert |
./nodeorder.module |
Implements hook_node_insert(). |
|
|
nodeorder_node_load |
./nodeorder.module |
Implements hook_node_load(). |
|
|
nodeorder_node_presave |
./nodeorder.module |
Implements hook_node_presave(). |
|
|
nodeorder_node_update |
./nodeorder.module |
Implements hook_node_update(). |
|
|
nodeorder_node_view |
./nodeorder.module |
Implements hook_node_view(). |
|
|
nodeorder_orderable_tids |
./nodeorder.module |
Returns an array of the node's tids that are in orderable vocabularies. |
2 |
|
nodeorder_orderable_tids_by_node |
./nodeorder.module |
Returns an array of the node's tids that are in orderable vocabularies.
Slower than nodeorder_orderable_tids but needed when tids have already been
removed from the database. |
1 |
|
nodeorder_order_access |
./nodeorder.module |
Custom access function which determines whether or not the user is allowed
to reorder nodes and if the link should be shown at all. |
1 |
1 |
nodeorder_permission |
./nodeorder.module |
Implements hook_permission(). |
|
|
nodeorder_preprocess_node |
./nodeorder.module |
Implements hook_preprocess_node(). |
|
|
nodeorder_schema_alter |
./nodeorder.install |
Implements hook_schema_alter(). |
|
|
nodeorder_select_nodes |
./nodeorder.module |
NOTE: This is nearly a direct copy of taxonomy_select_nodes() -- see
http://drupal.org/node/25801 if you find this sort of copy and
paste upsetting... |
1 |
|
nodeorder_taxonomy_form_vocabulary_submit |
./nodeorder.module |
Submit handler for nodeorder_form_taxonomy_form_vocabulary_alter(). |
|
1 |
nodeorder_taxonomy_order_access |
./nodeorder.module |
Custom access function which determines whether or not the user is allowed
to reorder nodes and if the vocabulary is orderable. |
|
|
nodeorder_taxonomy_term_page |
includes/nodeorder.pages.inc |
Menu callback; displays all nodes associated with a term. |
|
1 |
nodeorder_term_can_be_ordered |
./nodeorder.module |
Returns TRUE if the term is in an orderable vocabulary. |
1 |
|
nodeorder_theme |
./nodeorder.module |
Implements hook_theme(). |
|
|
nodeorder_uninstall |
./nodeorder.install |
Implements hook_uninstall(). |
|
|
nodeorder_update_7100 |
./nodeorder.install |
Remove an obsolete variable. |
|
|
nodeorder_views_api |
./nodeorder.module |
Implements hook_views_api(). |
|
|
nodeorder_views_data_alter |
includes/views/nodeorder.views.inc |
Implements hook_views_data_alter(). |
|
|
nodeorder_vocabulary_can_be_ordered |
./nodeorder.module |
Returns TRUE if the vocabulary is orderable. |
3 |
|
theme_nodeorder_admin_display_form |
includes/nodeorder.admin.inc |
Returns HTML for the vocabulary overview form as a sortable list of vocabularies. |
|
|