nodeorder_add_link |
./nodeorder.module |
|
1 |
|
nodeorder_admin |
./nodeorder.module |
Form for Admin Settings |
|
1 |
nodeorder_admin_display |
./nodeorder.admin.inc |
Menu callback for nodeorder/order. |
|
1 |
nodeorder_admin_display_form |
./nodeorder.admin.inc |
Generate main blocks administration form. |
|
1 |
nodeorder_admin_display_form_submit |
./nodeorder.admin.inc |
Process main blocks administration form submission. |
|
|
nodeorder_can_be_ordered |
./nodeorder.module |
Returns TRUE if the node has terms in any orderable vocabulary... |
1 |
|
nodeorder_form_alter |
./nodeorder.module |
Implementation of hook_form_alter(). |
|
|
nodeorder_get_term_min_max |
./nodeorder.module |
|
3 |
|
nodeorder_get_tids |
./nodeorder.module |
|
1 |
|
nodeorder_help |
./nodeorder.module |
Implementation of hook_help(). |
|
|
nodeorder_install |
./nodeorder.install |
Implementation of hook_install() |
|
|
nodeorder_link |
./nodeorder.module |
Implementation of hook_link(). |
|
|
nodeorder_menu |
./nodeorder.module |
Implementation of hook_menu(). |
|
|
nodeorder_move_in_category |
./nodeorder.module |
Move a node up or down in its category... |
|
1 |
nodeorder_nodeapi |
./nodeorder.module |
Implementation of hook_nodeapi(). |
|
|
nodeorder_orderable_tids |
./nodeorder.module |
Returns an array of the node's tids that are in orderable vocabularies... |
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 |
nodeorder_overview_terms |
./nodeorder.module |
Display a tree of all the terms in a vocabulary, with options to
order nodes within each one. |
|
1 |
nodeorder_perm |
./nodeorder.module |
Implementation of hook_perm(). |
|
|
nodeorder_schema_alter |
./nodeorder.install |
Implementation of 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... |
3 |
|
nodeorder_taxonomy_form_vocabulary_submit |
./nodeorder.module |
|
|
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 |
|
1 |
nodeorder_term_can_be_ordered |
./nodeorder.module |
Returns TRUE if the term is in an orderable vocabulary... |
1 |
|
nodeorder_term_page |
./nodeorder.module |
Menu callback; displays all nodes associated with a term. |
|
1 |
nodeorder_term_path |
./nodeorder.module |
Implementation of hook_term_path() from Taxonomy. |
|
|
nodeorder_theme |
./nodeorder.module |
Implementation of hook_theme() |
|
|
nodeorder_uninstall |
./nodeorder.install |
Implementation of hook_uninstall() |
|
|
nodeorder_update_6100 |
./nodeorder.install |
Update function for Nodeorder-6.x-1.*
Original nodeorder schema used an unsigned field for the weight.
With the new ordering from core this should be changed to a signed field.
We therefore take the following measures: |
|
|
nodeorder_views_data_alter |
./nodeorder.module |
Implementation of hook_views_data_alter(). |
|
|
nodeorder_vocabulary_can_be_ordered |
./nodeorder.module |
Returns TRUE if the vocabulary is orderable... |
2 |
|
template_preprocess_nodeorder_admin_display_form |
./nodeorder.admin.inc |
Process variables for nodeorder-admin-display.tpl.php. |
|
|