XOOPS 2.5.6
Final
|
Go to the source code of this file.
Namespaces | |
namespace | profile |
Functions | |
profile_install_addCategory ($name, $weight) | |
profile_install_addField ($name, $title, $description, $category, $type, $valuetype, $weight, $canedit, $options, $step_id, $length, $visible=true) | |
profile_install_addStep ($name, $desc, $order, $save) | |
profile_install_initializeProfiles () | |
profile_install_setPermissions ($field_id, $module_id, $canedit, $visible) | |
xoops_module_install_profile ($module) | |
profile_install_addCategory | ( | $name, | |
$weight | |||
) |
Definition at line 206 of file install.php.
References $GLOBALS.
Referenced by xoops_module_install_profile().
profile_install_addField | ( | $name, | |
$title, | |||
$description, | |||
$category, | |||
$type, | |||
$valuetype, | |||
$weight, | |||
$canedit, | |||
$options, | |||
$step_id, | |||
$length, | |||
$visible = true |
|||
) |
Definition at line 110 of file install.php.
References $module_id, $options, $profilefield_handler, $title, $type, and profile_install_setPermissions().
Referenced by xoops_module_install_profile().
profile_install_addStep | ( | $name, | |
$desc, | |||
$order, | |||
$save | |||
) |
Definition at line 211 of file install.php.
References $GLOBALS.
Referenced by xoops_module_install_profile().
profile_install_initializeProfiles | ( | ) |
Definition at line 87 of file install.php.
References $GLOBALS, $module_id, and $sql.
Referenced by xoops_module_install_profile().
profile_install_setPermissions | ( | $field_id, | |
$module_id, | |||
$canedit, | |||
$visible | |||
) |
Definition at line 173 of file install.php.
References $GLOBALS, $module_id, and $sql.
Referenced by profile_install_addField().
xoops_module_install_profile | ( | $module | ) |
Definition at line 21 of file install.php.
References $GLOBALS, $module, $module_id, _FLAT, _NESTED, _NEWESTFIRST, _NOT_METHOD_DISABLE, _NOT_METHOD_EMAIL, _NOT_METHOD_PM, _NOT_MODE_SENDALWAYS, _NOT_MODE_SENDONCE, _NOT_MODE_SENDONCEPERLOGIN, _NOT_NOTIFYMETHOD, _NOT_NOTIFYMODE, _OLDESTFIRST, _PROFILE_MA_THEME, _PROFILE_MI_CATEGORY_COMMUNITY, _PROFILE_MI_CATEGORY_MESSAGING, _PROFILE_MI_CATEGORY_PERSONAL, _PROFILE_MI_CATEGORY_SETTINGS, _PROFILE_MI_STEP_BASIC, _PROFILE_MI_STEP_COMPLEMENTARY, _PROFILE_MI_URL_TITLE, _THREADED, _US_AIM, _US_ALLOWVIEWEMAIL, _US_CDISPLAYMODE, _US_CSORTORDER, _US_EXTRAINFO, _US_ICQ, _US_INTEREST, _US_LASTLOGIN, _US_LOCATION, _US_MAILOK, _US_MEMBERSINCE, _US_MSNM, _US_OCCUPATION, _US_POSTS, _US_RANK, _US_REALNAME, _US_SHOWSIG, _US_SIGNATURE, _US_TIMEZONE, _US_YIM, profile_install_addCategory(), profile_install_addField(), profile_install_addStep(), profile_install_initializeProfiles(), xoops_loadLanguage(), XOOPS_NOTIFICATION_METHOD_DISABLE, XOOPS_NOTIFICATION_METHOD_EMAIL, XOOPS_NOTIFICATION_METHOD_PM, XOOPS_NOTIFICATION_MODE_SENDALWAYS, XOOPS_NOTIFICATION_MODE_SENDONCETHENDELETE, and XOOPS_NOTIFICATION_MODE_SENDONCETHENWAIT.
Referenced by xoops_module_update_profile().