Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Administrators

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-11-2006, 11:03 AM
Junior Member
 
Posts: 9
Default Change Default Contact Display Fields

I've done a forum search and can't find the answer to this question I have. How do I change the default contact display (for all users) from Last, First to Company (Last, First)? I've examined the MySQL tables, conf files, ldif files, etc, but cannot find where this information is kept.

Running OS version on RHEL4. Works beautifully. Thanks for a great mail server/client!
Reply With Quote
  #2 (permalink)  
Old 04-11-2006, 12:12 PM
Zimbra Employee
 
Posts: 4,792
Default

At this time this is not something you can config. You would need to edit the code (ZmContactView.js):

Code:
ZmContactView._selectFields = { 
	"fileAs": [ 
		{ name: ZmContact._AB_FILE_AS[ZmContact.FA_LAST_C_FIRST],				selected: true  }, 
		{ name: ZmContact._AB_FILE_AS[ZmContact.FA_FIRST_LAST], 				selected: false },
		{ name: ZmContact._AB_FILE_AS[ZmContact.FA_COMPANY],					selected: false },
		{ name: ZmContact._AB_FILE_AS[ZmContact.FA_LAST_C_FIRST_COMPANY],		selected: false },
		{ name: ZmContact._AB_FILE_AS[ZmContact.FA_FIRST_LAST_COMPANY], 		selected: false },
		{ name: ZmContact._AB_FILE_AS[ZmContact.FA_COMPANY_LAST_C_FIRST],		selected: false },
		{ name: ZmContact._AB_FILE_AS[ZmContact.FA_COMPANY_FIRST_LAST], 		selected: false }
	]
};
Of course in a production install you'd need to edit ZimbraMail_all.js and then rezip it.

zip -c ZimbraMail_all.js > ZimbraMail_all.js.zgz
__________________
Bugzilla - Wiki - Downloads - Offline Client
Reply With Quote
  #3 (permalink)  
Old 04-12-2006, 07:55 AM
Junior Member
 
Posts: 9
Default

thanks! I'll play with that on my test server and see if I can manage not to break it
Reply With Quote
  #4 (permalink)  
Old 02-26-2010, 02:24 AM
Special Member
 
Posts: 125
Default

There's a bug for this. People should vote for the bug if they want it implemented. It's been a few years now...

Bug 8723: want client option for default contact FileAs value

Or perhaps someone can create a zimlet that implements the option?
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.