Posts Tagged ‘address book’

Managing AddressBook globally in RoundCubeMail

This item was filled under [ PHP ]

Setting up RoundCubeMail might require managing Contacts globally specially if you are working in an organization. There might be different tweaks available for this, but I got it done in a very simple manner.
Open up “func.inc” which can be found in: program/steps/addressbook/ directory. On line # 29, you will find:
$CONTACTS = new rcube_contacts($DB, $_SESSION['user_id']);
Modify it [...]

Continue reading...