Home
last modified time | relevance | path

Searched +full:whentohide +(+path:plugin +path:hidingip) -(+path:plugin +path:hidingip +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/hidingip/
H A Daction.php25 $whentohide = explode(',', $this->getConf('whenToHide'));
26 $whentohide = array_map('trim', $whentohide);
27 $whentohide = array_unique($whentohide);
28 $whentohide = array_filter($whentohide);
30 …if (array_search('recent', $whentohide) !== FALSE) $controller->register_hook('HTML_RECENTFORM_OUT…
31 …if (array_search('revision', $whentohide) !== FALSE) $controller->register_hook('HTML_REVISIONSFOR…
32 …if (array_search('diff', $whentohide) !== FALSE) $controller->register_hook('TPL_CONTENT_DISPLAY',…
33 …if (array_search('userlink', $whentohide) !== FALSE ) $controller->register_hook('COMMON_USER_LINK…
/plugin/hidingip/conf/
H A Ddefault.php3 $conf['whenToHide'] = 'revision,recent,diff,userlink';
H A Dmetadata.php3 $meta['whenToHide'] = array('multicheckbox', '_choices' => array('revision', 'recent', 'diff', 'use…