Lines Matching +full:templates_path +(+path:plugin +path:userhomepage) -(+path:plugin +path:userhomepage +path:lang)

33 …// If templates_path option starts with 'data/pages' it can automatically be adapted but should be…
34 if (substr($this->getConf('templates_path'),0,10) == 'data/pages') {
35 $dest = str_replace("data/pages", "./pages", $this->getConf('templates_path'));
36 …msg("Userhomepage option [<code>templates_path</code>] should be changed to a path relative to dat…
38 $dest = $this->getConf('templates_path');
50 …create_private_ns')) && (!is_file($this->dataDir.'/'.$this->getConf('templates_path').'/userhomepa…
51 …efore 2015/05/14 version, use it as source to create userhomepage_private.txt in new templates_path
52 …if ((is_file(DOKU_CONF.'../'.$this->getConf('templates_path').'/userhomepage_private.txt')) && ($t…
53 … $source = DOKU_CONF.'../'.$this->getConf('templates_path').'/userhomepage_private.txt';
54 …te from version 3.0.4 exists, use it as source to create userhomepage_private.txt in templates_path
68 …eate_public_page')) and (!is_file($this->dataDir.'/'.$this->getConf('templates_path').'/userhomepa…
69 …efore 2015/05/14 version, use it as source to create userhomepage_private.txt in new templates_path
70 …if ((is_file(DOKU_CONF.'../'.$this->getConf('templates_path').'/userhomepage_public.txt')) && ($th…
71 … $source = DOKU_CONF.'../'.$this->getConf('templates_path').'/userhomepage_public.txt';
82 …START%') !== false) and (!is_file($this->dataDir.'/'.$this->getConf('templates_path').'/userhomepa…
83 …efore 2015/05/14 version, use it as source to create userhomepage_private.txt in new templates_path
84 …if ((is_file(DOKU_CONF.'../'.$this->getConf('templates_path').'/userhomepage_publicspace.txt')) &&…
85 … $source = DOKU_CONF.'../'.$this->getConf('templates_path').'/userhomepage_publicspace.txt';
121 …f('create_private_ns') && is_file($this->dataDir.'/'.$this->getConf('templates_path').'/userhomepa…
123 …$this->private_page_template = $this->dataDir.'/'.$this->getConf('templates_path').'/userhomepage_…
134 …f('create_private_ns') && (is_dir($this->dataDir.'/'.$this->getConf('templates_path').'/uhp_privat…
135 … //$files = scandir($this->dataDir.'/'.$this->getConf('templates_path').'/uhp_private_skeleton/');
136 … $path = realpath($this->dataDir.'/'.$this->getConf('templates_path').'/uhp_private_skeleton/');
147 …if ((is_file($this->dataDir.'/'.$this->getConf('templates_path').'/uhp_private_skeleton'.$file)) a…
151 …$this->custom_page_template = $this->dataDir.'/'.$this->getConf('templates_path').'/uhp_private_sk…
162 …('create_public_page') && is_file($this->dataDir.'/'.$this->getConf('templates_path').'/userhomepa…
165 …$this->public_page_template = $this->dataDir.'/'.$this->getConf('templates_path').'/userhomepage_p…
167 …$this->public_page_template = $this->dataDir.'/'.$this->getConf('templates_path').'/userhomepage_p…
179 …('create_public_page') && (is_dir($this->dataDir.'/'.$this->getConf('templates_path').'/uhp_public…
180 … $path = realpath($this->dataDir.'/'.$this->getConf('templates_path').'/uhp_public_skeleton/');
185 …if ((is_file($this->dataDir.'/'.$this->getConf('templates_path').'/uhp_public_skeleton'.$file)) an…
189 …$this->custom_page_template = $this->dataDir.'/'.$this->getConf('templates_path').'/uhp_public_ske…
327 if (strpos($this->getConf('templates_path'),'/pages') !== false) {
330 … $where = end(explode('/',$this->getConf('templates_path'))).':userhomepage_private';
334 … $where = end(explode('/',$this->getConf('templates_path'))).':userhomepage_public';
341 … $where = end(explode('/',$this->getConf('templates_path'))).':userhomepage_private';
345 … $where = end(explode('/',$this->getConf('templates_path'))).':userhomepage_public';