In CB there where plugins that displayed usercontent in a tab.
Sorry, but I do not understand.
Maybe you need:
- User Field in article or in other component - with our content plugin, see
http://www.easy-profile.com/docs/26-plugin-content.html
- Content from other component in profile page (in tab) - it's in our todo, in fact there is already (see in components/com_jsn/views/profile/tmpl/default.php from line 95 to line 118). But we need to write some plugins (Article, Kunena Post, Jreviews Listing & Reviews, EasyDiscuss Answer, EasyBlog, ....)
before public a documentation.
PMS integration
No need! We are developing a big plugin to make Easy Profile as Social Network (like Jomsocial): Activity Feed, Friends, Profile Privacy Settings, Featured Profile, Profile Cover Picture, Photo album, Photo Tagging, Comments & Likes, Private Messaging, Event Management, RSVP Tracking,Invitation System, Tags, Video Sharing, Groups, Group Photos, Group Videos, Group Topics, Discussion Topic, User Blog.
It's a big big work (2-3 months for beta)
Statistics
If you want a log for user you can use our triggers.
Userpoints
CB not have userpoints, but you can create a integer field to do this, same as Easy Profile.
When something happens you can use these function to add point or remove (see
http://www.easy-profile.com/docs/38-jsnuser-object.html)
$user=JsnHelper::getUser(id_of_user);
$user->points+=10;
$user->save();