From 33b50cdb670e22724a95d89ccd8b6fd191b465ad Mon Sep 17 00:00:00 2001 From: Evgeny Gryaznov Date: Fri, 3 Oct 2008 15:15:09 +0000 Subject: [PATCH] config: link to page about user git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@151 c66351dc-e62f-0410-b875-e3a5c0b9693f --- src/messenger/webim/libs/config.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/messenger/webim/libs/config.php b/src/messenger/webim/libs/config.php index 1ce3075d..520c5776 100644 --- a/src/messenger/webim/libs/config.php +++ b/src/messenger/webim/libs/config.php @@ -68,7 +68,7 @@ $default_locale = "en"; /* if user does not provide known lang */ $user_can_change_name = true; /* - * How to build presentable visitor name from {name} or {addr}. Default: {name} + * How to build presentable visitor name from {name}, {id} or {addr}. Default: {name} */ $presentable_name_pattern = "{name}"; @@ -83,4 +83,9 @@ $remote_visitor = 'visitor_from_request'; */ $online_timeout = 30; +/* + * Link to page with information about user, {id} is substituted + */ +$user_link_pattern = ""; + ?>