I have come across a few bugs that need to be addressed in EasySocial 1.2.8
In a test profile that I created, when clicking on full profile I get BOTH of these warning message:
Your profile is 69% complete. Complete your profile now.
COM_EASYSOCIAL_PROFILE_COMPLETE_YOUR_PROFILE_NOW (Obviously, this one shouldn't be here).
The next issue seems to be a MagicQuotes issue, which inserts back slashes (\) into EasySocial fields whenever quotes (') or (") are used. I get this issue in Joomla articles as well, which I solved by creating a php.ini file and turning off MagicQuotes within that file, and I assume I can do the same with EasySocial, but I'm not sure where to place a php.ini within the component.