Home
last modified time | relevance | path

Searched refs:userOk (Results 1 – 1 of 1) sorted by relevance

/plugin/userhomepage/
H A Daction.php50 …this->getConf('templates_path').'/userhomepage_private.txt')) && ($this->userOk()) && ($event != "…
68 …this->getConf('templates_path').'/userhomepage_public.txt')) and ($this->userOk()) && ($event != "…
82 …>getConf('templates_path').'/userhomepage_publicspace.txt')) and ($this->userOk()) && ($event != "…
119 if (($this->userOk())&&($_REQUEST['id']!=$this->private_page)) {
121 …vate_page) && !checklock($this->private_page) && !checkwordblock() && ($this->userOk('private'))) {
134 …Dir.'/'.$this->getConf('templates_path').'/uhp_private_skeleton')) && ($this->userOk('private'))) {
162 …public_page) && !checklock($this->public_page) && !checkwordblock() && ($this->userOk('public'))) {
179 …taDir.'/'.$this->getConf('templates_path').'/uhp_public_skeleton')) && ($this->userOk('public'))) {
234 if ((!$this->getConf('no_acl')) && ($conf['useacl']) && ($this->userOk())) {
514 function userOk($check = null) { function in action_plugin_userhomepage