A page in your DokuWiki was added or changed. Here are the details: Date : 2016/11/24 18:18 Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0 IP-Address : 90.65.162.178 Hostname : LFbn-1-1546-178.w90-65.abo.wanadoo.fr Old Revision: --- New Revision: http://ltb-project.org/wiki/documentation/white-pages/latest/config_gallery Edit Summary: created User : coudot
====== Gallery ====== <note>Configuration file: ''white-pages/conf/config.inc.php''</note> The gallery feature list all photos with the user's names. The gallery is displayed in menu. ===== Activation ===== Enable or disable this feature: <file php> $use_gallery = true; </file> <note important>You should not enable this feature on a large directory as all (or [[.:config_ldap#size_limit|a lot of]]) entries are displayed.</note> ===== Display ===== Set which item is used as footer title: <file php> $gallery_title = "fullname"; </file> Set on which item results are sorted: <file php> $gallery_sortby = "lastname"; </file> Define [[http://getbootstrap.com/css/#grid|bootstrap]] column class: <file php> $gallery_bootstrap_column_class = "col-xs-6 col-sm-4 col-md-3"; </file> -- This mail was generated by DokuWiki at http://ltb-project.org/wiki/
_______________________________________________ ltb-changes mailing list [email protected] http://lists.ltb-project.org/listinfo/ltb-changes
