Home
last modified time | relevance | path

Searched +full:create_private_ns +(+path:plugin +path:userhomepage) -(+path:plugin +path:userhomepage +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/userhomepage/conf/
H A Ddefault.php9 $conf['create_private_ns'] = 0;
H A Dmetadata.php9 $meta['create_private_ns'] = array('onoff');
/plugin/userhomepage/
H A Daction.php50 …if (($this->getConf('create_private_ns')) && (!is_file($this->dataDir.'/'.$this->getConf('template…
121 …if ($this->getConf('create_private_ns') && is_file($this->dataDir.'/'.$this->getConf('templates_pa…
134 …if ($this->getConf('create_private_ns') && (is_dir($this->dataDir.'/'.$this->getConf('templates_pa…
241 if ($this->getConf('create_private_ns')) {
329 …this->getConf('acl_all_templates') != 'noacl') && (($this->getConf('create_private_ns')) or ($this…
340 …tes') !== $this->getConf('acl_all_templates')) && (($this->getConf('create_private_ns')) or ($this…
H A Dhelper.php208 if ($this->getConf('create_private_ns')) {