plus1_get_score |
./plus1.module |
Return the total score of a node. |
2 |
|
plus1_get_vote |
./plus1.module |
Return the number of votes for a given node ID/user ID pair. |
2 |
|
plus1_install |
./plus1.install |
Implementation of hook_install(). |
|
|
plus1_jquery_widget |
./plus1.module |
Create voting widget to display on the webpage. |
1 |
|
plus1_menu |
./plus1.module |
Implementation of hook_menu(). |
|
|
plus1_nodeapi |
./plus1.module |
Implementation of hook_nodeapi(). |
|
|
plus1_perm |
./plus1.module |
Implementation of hook_perm(). |
|
|
plus1_schema |
./plus1.install |
Implementation of hook_schema(). |
|
|
plus1_settings |
./plus1.module |
Menu callback to configure module settings. |
|
1 |
plus1_theme |
./plus1.module |
Implementation of hook_theme(). |
|
|
plus1_uninstall |
./plus1.install |
Implementation of hook_uninstall(). |
|
|
plus1_vote |
./plus1.module |
Called by jQuery.
This submits the vote request and returns JSON to be parsed by jQuery. |
|
1 |
plus1_vote_save |
./plus1.module |
Save the vote. |
1 |
|
theme_plus1_widget |
./plus1.module |
Theme for the voting widget. |
|
|