summaryrefslogtreecommitdiff
path: root/modules/profile.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/profile.module')
-rw-r--r--modules/profile.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/profile.module b/modules/profile.module
index 8fb6da588..71e7f7653 100644
--- a/modules/profile.module
+++ b/modules/profile.module
@@ -37,6 +37,7 @@ function _profile_init() {
function profile_system($field){
$system["description"] = t("Support for configurable user profiles.");
+ $system["admin_help"] = t("When a user creates an account you can ask them to give you some extra information about themselves, as well as letting them use a small picture, called an avatar.<br />Notes:<ul><li>In order for a user to <i>enter</i> information you <b>MUST</b> check \"enable\".</li><li>In order for other people too see the entered information you must make it \"public\"</li><li>If an item is \"public\" but not enabled then the user can never give it a value and it will never been seen. Public does <b>not</b> imply \"enable\"</li><li>If an item is enabled, but not shown in the registration form the a user will have to ". l("edit their account", "user/edit") ." to place information in the field.</ul>");
return $system[$field];
}