mirror of
https://github.com/Mibew/design.git
synced 2025-01-23 02:20:34 +03:00
config: link to page about user
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@151 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
parent
a3297ee3ea
commit
33b50cdb67
@ -68,7 +68,7 @@ $default_locale = "en"; /* if user does not provide known lang */
|
|||||||
$user_can_change_name = true;
|
$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}";
|
$presentable_name_pattern = "{name}";
|
||||||
|
|
||||||
@ -83,4 +83,9 @@ $remote_visitor = 'visitor_from_request';
|
|||||||
*/
|
*/
|
||||||
$online_timeout = 30;
|
$online_timeout = 30;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Link to page with information about user, {id} is substituted
|
||||||
|
*/
|
||||||
|
$user_link_pattern = "";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user