need to fix user model by doing the following.
make user model abstract
pull forum methods to ForumableTrait
pull chat methods to ChatableTrait
Each site will need to make a user model that extends core user. they can then include the traits as needed to get those methods.