OGContacts: Contactmanagement

Post Reply
User avatar
CrazyBread
Master Bludit
Posts: 73
Joined: Tue Jan 19, 2016 9:51 pm
Location: Germany
Has thanked: 4 times
Been thanked: 5 times
Contact:

I'm currently working on a project where I need the functionality to manage contacts and their information at one place, group them by a category and place the information in a card on pages.

And because I could not find any plugin with this topic I decided to make it by myself and share it with the community:

https://github.com/HarleyDavidson86/OGContacts

Functions so far::
  • Manage categories
  • Mange information fields
  • Manage contacts
  • Place contact on page with shortcut code
  • Customize card layout
On my todo - list:
  • Sort list in admin panel
  • Show all contacts of a certain category on page
I am happy to receive some feedback!
User avatar
tiloschroeder
Ssr. Bludit
Posts: 23
Joined: Sat Feb 25, 2023 10:59 am
Location: Klosterlechfeld
Has thanked: 3 times
Been thanked: 9 times
Contact:

Nice plugin. Clear, well structured and intuitive to use.

But additional fields are not show up in the frontend yet (todo).
User avatar
CrazyBread
Master Bludit
Posts: 73
Joined: Tue Jan 19, 2016 9:51 pm
Location: Germany
Has thanked: 4 times
Been thanked: 5 times
Contact:

Thank you. :)
Yes, additional fields are not dynamically added yet.
User avatar
tiloschroeder
Ssr. Bludit
Posts: 23
Joined: Sat Feb 25, 2023 10:59 am
Location: Klosterlechfeld
Has thanked: 3 times
Been thanked: 9 times
Contact:

Suggestion for the phone number field in the back-end: multiple user inputs leads to multiple formats. ;-)
With https://nosir.github.io/cleave.js/ you can easily specify a specific format for phone numbers, among other things (works for landline and mobile phone numbers).
User avatar
CrazyBread
Master Bludit
Posts: 73
Joined: Tue Jan 19, 2016 9:51 pm
Location: Germany
Has thanked: 4 times
Been thanked: 5 times
Contact:

Short update:
  • Fields are now dynamically placed in the contactcard
  • Implemented a list for a certain category of contacts
  • Custom templates for list views
For more informations, have a look at the readme.md in the repository
Post Reply