More fields in the phonebook?

  1. 13 years ago

    Is it possible to have more fields (ideally even user-configurable ones) in the phonebook?

    For example, an address (street, city, ZIP) or some "free form" notes (as little as 1KB of notes should be enough)

  2. admin

    19 Jan 2011 Administrator

    Just add more fields to the visual_phonebook table in mysql.

  3. I'll try soon. Thanks!

  4. 11 years ago

    I anwer to this very old post because I am having issues with editing records with more fields in them. While I can create records with extra fields (after having added them to the database table) and I can view them, too, and I see the extra fields, I cannot edit them. When I click on the edit icon I can see (and edit) only default fields. I am running FOP2 2.26.

  5. admin

    1 Feb 2013 Administrator

    Edit phonebook.php and add your new fields on the line:

    $grid->set_fields('id,firstname,lastname...

    Best regards,

  6. It works!

    Thank you very much.

or Sign Up to reply!