Opened 3 years ago
Closed 2 months ago
#1486954 closed Feature Requests (fixed)
custom colums in adressbook list
| Reported by: | Totoro | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 1.0-beta |
| Component: | Addressbook | Version: | 0.4-stable |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by alec)
The address book in 0.4-stable shows only one colum with the attribute "name". We suddenly felt the urge to have those colums customized (because our displayName in LDAP differs from what we want to see in the list), so I hacked a patch together to use it in the main.inc.php like this:
'show_cols' => array('surname', 'firstname'),
Maybe you find this useful to prettify and to include in a future release.
Attachments (1)
Change History (2)
Changed 3 years ago by Totoro
comment:1 Changed 2 months ago by alec
- Description modified (diff)
- Milestone changed from later to 1.0-beta
- Resolution set to fixed
- Status changed from new to closed
We currently (in 0.9) have 'addressbook_name_listing' configuration option. It should fulfill your needs. For me it looks better than separate columns for surname and firstname.
Note: See
TracTickets for help on using
tickets.

custom addressbook cols - you get the picture