Unfortunately if you don't have experience with PHP then you will have to make a modification request and hope someone will take up the request.
We can give you guidance but we can't sit here and write the code out for you.
If you want to store it on a per user basis, you'd need to something like the following:
1. Extend the User Table
2. Extend the User DataManager
3. Fetch the Users Browser using the PHP Code and compare this to the one already stored.
4. If its different, then update the user table
5. Add the new "User" field into the postbit template using the $post array.
|