I am using Tank auth library for handling sites registration. I chose it over other options at the beginning of site building because it looked well documented and easy to use.
I need to add private messages between users. However, there is not such a functionality implemented in library.
I found CodeIgniter-Aauth library that has private messages build in. So now I see three options:
- Add functionality to Tank auth by myself
- Copy and adjust code from Aauth library into Tank auth
- Switch from Tank auth to Aauth
I have my website build on Tank auth so I rather avoided the last option. I have spent a couple of hour on working on every single option listed with some minor success. But it feel like I am working in million directions while actually not moving forward. I simply do not have the knowledge to decide on best course of action and the uncertainty holds me back.
So I would really appreciate if someone more experienced then myself could guide my to right direction on how to best handle private messages on my site.