Searched full:common_user_link (Results 1 – 6 of 6) sorted by relevance
/plugin/hidingip/lang/en/ |
H A D | settings.php | 8 $lang['whenToHide_userlink'] = 'COMMON_USER_LINK event (such as page locking and showing "last modi…
|
/plugin/authsmf20/ |
H A D | action.php | 29 $controller->register_hook('COMMON_USER_LINK', 'AFTER', $this, 'hookUserLink');
|
/plugin/authphpbb3/ |
H A D | action.php | 25 $controller->register_hook('COMMON_USER_LINK', 'AFTER', $this, 'handle_user_link');
|
/plugin/hidingip/ |
H A D | action.php | 33 …ch('userlink', $whentohide) !== FALSE ) $controller->register_hook('COMMON_USER_LINK', 'BEFORE', $…
|
/dokuwiki/inc/ |
H A D | common.php | 1631 * @triggers COMMON_USER_LINK 1667 $evt = new Event('COMMON_USER_LINK', $data);
|
/plugin/userhomepage/ |
H A D | action.php | 23 $controller->register_hook('COMMON_USER_LINK', 'AFTER', $this, 'replaceUserLink',array());
|