You are here

Functions in Vote Up/Down 6

Primary tabs

Namesort descending Location Description Direct uses Strings
action_vote_up_down_node_touch_changed ./vote_up_down_actions.inc Touches the change date of a node. Useful for moderated nodes that should appear 'fresh' as soon as they're promoted.
action_vote_up_down_node_touch_created ./vote_up_down_actions.inc Touches the creation date of a node. Useful for moderated nodes that should appear 'fresh' as soon as they're promoted.
action_vote_up_down_userpoints_add ./vote_up_down_actions.inc Implementation of a Drupal action. Award userpoint to node author.
action_vote_up_down_userpoints_remove ./vote_up_down_actions.inc Implementation of a Drupal action. Deduct userpoint from node author.
template_preprocess_vote_up_down_points ./vote_up_down.module Preprocess function for the points in the normal display style.
template_preprocess_vote_up_down_points_alt ./vote_up_down.module Preprocess function for the points in the alt display style.
template_preprocess_vote_up_down_widget ./vote_up_down.module Preprocessing function for +1/-1 style.
template_preprocess_vote_up_down_widget_alt ./vote_up_down.module Preprocessing function for the widget in the alternate +1 style.
theme_vote_up_down_whovoted_block ./vote_up_down.module Theme function for the 'Who Voted' block.
vote_up_down_access ./vote_up_down.module Implementation of hook_access() for the voting page. 1
vote_up_down_admin_advanced_settings ./vote_up_down.module 1
vote_up_down_admin_settings ./vote_up_down.module Implementation of hook_settings(). 1
vote_up_down_block ./vote_up_down.module Implementation of hook_block().
vote_up_down_comment ./vote_up_down.module Implementation of hook_comment().
vote_up_down_help ./vote_up_down.module Implementation of hook_help().
vote_up_down_install ./vote_up_down.install Implementation of hook_install().
vote_up_down_link ./vote_up_down.module Implementation of hook_link().
vote_up_down_menu ./vote_up_down.module Implementation of hook_menu().
vote_up_down_nodeapi ./vote_up_down.module Implementation of hook_nodeapi().
vote_up_down_node_access ./vote_up_down.module Check whether the current user has access to the given permission for the given node. This requires both that they have access the required permission, and that the node type is enabled for vote up/down. 1 1
vote_up_down_page ./vote_up_down.module Menu callback; Handles voteupdown and subpages. 1
vote_up_down_perm ./vote_up_down.module Implementation of hook_perm().
vote_up_down_preprocess_comment ./vote_up_down.module Comment template preprocess. Adding vote_up_down widget to variable list.
vote_up_down_preprocess_node ./vote_up_down.module Node template preprocess. Adding vote_up_down widget to variable list.
vote_up_down_schema ./vote_up_down.install Implementation of hook_schema().
vote_up_down_theme ./vote_up_down.module Implementation of hook_theme().
vote_up_down_tracker ./vote_up_down.module Menu callback; display all votes for a node. 1
vote_up_down_uninstall ./vote_up_down.install Implementation of hook_uninstall().
vote_up_down_userpoints ./vote_up_down.module Implementation of hook_userpoints().
vote_up_down_users_votes ./vote_up_down.module Users votes page for the vote_up_down_page data. 1
vote_up_down_user_votes ./vote_up_down.module Menu callback; display all votes for a user. 1
vote_up_down_views_api ./vote_up_down.module Function to enable the integration with views API 2
vote_up_down_views_data views/vote_up_down.views.inc Implementation of hook_views_data()
vote_up_down_views_handlers views/vote_up_down.views.inc Implementation of hook_views_handlers().
vote_up_down_vote ./vote_up_down.module Function for the main voting handler with Ajax support. 1
vote_up_down_widget_form ./vote_up_down.module Implementation of the widget function. Takes a node as input and output the widget to vote upon it. 2
_phptemplate_variables ./template.php @file template.php for the vote_up_down.module

Other projects