A page in your DokuWiki was added or changed. Here are the details:
Date : 2019/06/23 16:35
Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:67.0) Gecko/20100101
Firefox/67.0
IP-Address : 86.202.222.89
Hostname : lfbn-lyo-1-139-89.w86-202.abo.wanadoo.fr
Old Revision:
http://ltb-project.org/documentation/white-pages/0.3/config_directory?rev=1523284296
New Revision:
http://ltb-project.org/documentation/white-pages/0.3/config_directory
Edit Summary: [Display]
User : coudot
@@ -17,20 +17,23 @@
List which items are shown in result table:
<file php>
$directory_items = array('firstname', 'lastname', 'mail', 'organization');
+ $directory_group_items = array('fullname', 'description');
</file>
List which items are clickable in result table (can also be a boolean value):
<file php>// Other possible values :
// true if you want the whole row clickable ;
// false do the same and hide the button in the first column.
$directory_linkto = array('firstname', 'lastname');
+ $directory_group_linkto = array('fullname');
</file>
Set on which item results are sorted:
<file php>
$directory_sortby = "lastname";
+ $directory_group_sortby = "fullname";
</file>
Display or not undefined values:
<file php>
@@ -41,4 +44,8 @@
<file php>
$directory_truncate_value_after = 30;
</file>
+ Display the buttons to switch between users and groups:
+ <file php>
+ $directory_display_search_objects = true;
+ </file>
--
This mail was generated by DokuWiki at
http://ltb-project.org/
_______________________________________________
ltb-changes mailing list
[email protected]
https://lists.ltb-project.org/cgi-bin/mailman/listinfo/ltb-changes