XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
visibility.php File Reference

Go to the source code of this file.

Namespaces

namespace  profile
 

Variables

 $_SERVER ['REQUEST_URI'] = "admin/permissions.php"
 
 $add_form = new XoopsSimpleForm('', 'addform', 'visibility.php')
 
 $criteria = new CriteriaCompo()
 
 $field_handler =& xoops_getmodulehandler('field')
 
 $fields = $field_handler->getList()
 
 $groups = $member_handler->getGroupList()
 
 $groups [0] = _PROFILE_AM_FIELDVISIBLETOALL
 
 $member_handler = xoops_gethandler('member')
 
 $op = isset($_REQUEST['op']) ? $_REQUEST['op'] : "visibility"
 
 $op_select = new XoopsFormSelect("", 'op', $op)
 
 $opform = new XoopsSimpleForm('', 'opform', 'permissions.php', "get")
 
 $sel_field = new XoopsFormSelect(_PROFILE_AM_FIELDVISIBLE, 'field_id')
 
 $sel_pg = new XoopsFormSelect(_PROFILE_AM_FIELDVISIBLEON, 'pg')
 
 $sel_ug = new XoopsFormSelect(_PROFILE_AM_FIELDVISIBLEFOR, 'ug')
 
 $visibilities = $visibility_handler->getAll($criteria, false, false, true)
 
 $visibility_handler = xoops_getmodulehandler('visibility')
 
if(isset($_REQUEST['submit'])) if ($op=="del")
 

Variable Documentation

$_SERVER['REQUEST_URI'] = "admin/permissions.php"

Definition at line 24 of file visibility.php.

Referenced by XoopsCacheXcache\__auth(), XoopsDownloader\_header(), phpthumb\AntiOffsiteLinking(), b_system_notification_show(), b_system_online_show(), XoopsInstallWizard\baseLocation(), Protector\bigumbrella_init(), xos_kernel_Xoops2\buildUrl(), Protector\check_brute_force(), Protector\check_dos_attack(), XoopsInstallWizard\checkAccess(), XoopsSecurity\checkBadips(), xos_opal_Theme\checkCache(), XoopsMySQLDatabase\connect(), XoopsSecurity\createToken(), Protector\dblayertrap_init(), Protector\deny_by_htaccess(), Protector\disable_features(), ProfileCorePreload\eventCoreEdituserStart(), PmCorePreload\eventCorePmliteStart(), PmCorePreload\eventCoreReadpmsgStart(), ProfileCorePreload\eventCoreRegisterStart(), ProfileCorePreload\eventCoreUserinfoStart(), ProfileCorePreload\eventCoreUserStart(), PmCorePreload\eventCoreViewpmsgStart(), protector_postcommon_post_deny_by_rbl\execute(), protector_precommon_badip_errorlog\execute(), protector_precommon_bwlimit_errorlog\execute(), protector_postcommon_post_deny_by_httpbl\execute(), PathStuffController\execute(), Smarty\fetch(), SystemGroup\getForm(), SystemUserrank\getForm(), SystemBannerclient\getForm(), SystemSmilies\getForm(), SystemBanner\getForm(), ProfileCategory\getForm(), XoopsUserUtility\getIP(), xos_kernel_Xoops2\gzipCompression(), XoopsSystemGui\header(), Protector\ip_match(), XoopsApi\newPost(), notificationSubscribableCategoryInfo(), Protector\output_log(), xos_kernel_Xoops2\pathTranslation(), phpthumb\phpThumb(), phpthumb\phpThumbDebug(), XoopsComments\printNavBar(), profile_getFieldForm(), profile_getRegisterForm(), profile_getStepForm(), profile_getUserForm(), protector_postcommon(), protector_prepare(), XoopsSessionHandler\read(), PathStuffController\readRequest(), redirect_header(), RedirectToCachedFile(), XoopsInstallWizard\redirectToPage(), XoopsSessionHandler\regenerate_id(), Protector\register_bad_ips(), phpthumb\ResolveFilenameToAbsolute(), xos_logos_PageBuilder\retrieveBlocks(), PHPMailer\ServerHostname(), phpthumb\SetCacheFilename(), XoopsComments\showTreeItem(), Smarty\Smarty(), smarty_function_html_image(), smarty_function_xoops_link(), Protector\spam_check(), Protector\stopforumspam(), XoopsSecurity\validateToken(), XoopsCaptchaRecaptcha\verify(), XoopsSessionHandler\write(), xoBuildLicenceKey(), XoopsInstallWizard\xoInit(), xos_opal_Theme\xoInit(), xoops_getenv(), xoopsfwrite(), and XoopsPageNav\XoopsPageNav().

$add_form = new XoopsSimpleForm('', 'addform', 'visibility.php')

Definition at line 78 of file visibility.php.

$criteria = new CriteriaCompo()

Definition at line 63 of file visibility.php.

$field_handler =& xoops_getmodulehandler('field')

Definition at line 31 of file visibility.php.

Referenced by ProfileRegstepHandler\delete(), and xoops_module_update_profile().

$fields = $field_handler->getList()

Definition at line 32 of file visibility.php.

$groups = $member_handler->getGroupList()

Definition at line 70 of file visibility.php.

Definition at line 71 of file visibility.php.

$member_handler = xoops_gethandler('member')

Definition at line 69 of file visibility.php.

$op = isset($_REQUEST['op']) ? $_REQUEST['op'] : "visibility"

Definition at line 28 of file visibility.php.

$op_select = new XoopsFormSelect("", 'op', $op)

Definition at line 54 of file visibility.php.

$opform = new XoopsSimpleForm('', 'opform', 'permissions.php', "get")

Definition at line 53 of file visibility.php.

$sel_field = new XoopsFormSelect(_PROFILE_AM_FIELDVISIBLE, 'field_id')

Definition at line 80 of file visibility.php.

Definition at line 90 of file visibility.php.

Definition at line 85 of file visibility.php.

$visibilities = $visibility_handler->getAll($criteria, false, false, true)

Definition at line 67 of file visibility.php.

$visibility_handler = xoops_getmodulehandler('visibility')

Definition at line 30 of file visibility.php.

if (isset($_REQUEST['submit'])) if($op=="del")

Definition at line 43 of file visibility.php.