A page in your DokuWiki was added or changed. Here are the details:
Date : 2018/03/06 17:02
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101
Firefox/52.0
IP-Address : 213.41.140.203
Hostname : redonhopital-adsl.pck.nerim.net
Old Revision:
http://ltb-project.org/documentation/white-pages/0.2/config_directory?rev=1520346419
New Revision:
http://ltb-project.org/documentation/white-pages/0.2/config_directory
Edit Summary:
User : nqb
@@ -1,2 +1,42 @@
====== Directory menu ======
+
+ The directory feature list all results in a table form.
+
+ The directory is displayed in menu.
+
+ ===== Activation =====
+
+ Enable or disable this feature:
+ <file php>
+ $use_directory = true;
+ </file>
+
+ ===== Display =====
+
+ List which items are shown in result table:
+ <file php>
+ $directory_items = array('firstname', 'lastname', 'mail', 'organization');
+ </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');
+ </file>
+
+ Set on which item results are sorted:
+ <file php>
+ $directory_sortby = "lastname";
+ </file>
+
+ Display or not undefined values:
+ <file php>
+ $directory_show_undefined = false;
+ </file>
+
+ Truncate values to fit in result table:
+ <file php>
+ $directory_truncate_value_after = 30;
+ </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