addanother_access |
./addanother.module |
Check if we should display the Add another verbage on a node. |
|
1 |
addanother_admin |
./addanother.module |
This function sets up the admin/settings/addanother settings page. |
|
1 |
addanother_goto |
./addanother.module |
Takes the user to the node creation page for the type of a given node. |
|
1 |
addanother_help |
./addanother.module |
Implement hook_help(). |
|
|
addanother_menu |
./addanother.module |
Implement hook_menu(). |
|
|
addanother_node_insert |
./addanother.module |
Implement hook_node_insert(). |
|
|
addanother_permission |
./addanother.module |
Implement hook_permission(). |
|
|
addanother_uninstall |
./addanother.install |
Implement hook_uninstall(). |
|
|
addanother_update_1 |
./addanother.install |
Port over to the new variable storage system. |
|
|
addanother_update_2 |
./addanother.install |
Update permission name to 'use add another' instead of 'enable add another' to improve usability/consistency. |
|
|