Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jmc

Pages: [1]
1
Ideas / Re: Gallery, File manager, CRM, Jabber, Openvz image
« on: April 28, 2011, 10:30:54 pm »
2 - i think this is possible but only if the server is configured to allow php override

3 - a gallery would be really good, but about your second point, you can upload multiple files at once by zipping them and uploading the zip file. feng has a built-in unzipper (and zipper too) that allows you to do this. More info here: http://www.fengoffice.com/web/wiki/doku.php/documents#uploading_multiple_files

5 - there's a pretty big thread on that here: http://forums.fengoffice.com/index.php?topic=869.0

2
Community Contributions / Company field in the contact list
« on: April 19, 2011, 06:46:59 pm »
I thought a Company field could be of use in the contact list in order to sort by company, so I edited the /root-folder/public/assets/javascript/og/ContactManager.js a bit to include it. The new file is attached, and I edited the one from version 1.7.4.

I don't know if the renderCompany (line 86) function was there for anything, but I replaced it with a modified copy of the renderContactName function, and in the ColumnModel (line 216) added the "company" section (lines 252 to 257).

However, I don't know how to make remote sorting work with this. If I try to sort by company it sorts by name with remoteSort (line 25) on.
I turned it off to sort locally and it works perfectly, but if anyone knows how to fix it I'd appreciate it.

Also, what are the advantages of remote sorting?

Pages: [1]