will I be able to re-code a template override or will that cause errors with new easy profile 1.3.13 release?
in the latest releases we have solved some route problem, so we have changed all link to users profiles. You can only change href attribute for each user link in files table_user.php and default_user.php with
<?php echo $this->user->getLink(); ?>
instead
<?php echo JRoute::_(......); ?>
I think with only this modifications your overrides will works.
I want to publish the middle name field but it will not allow me to over ride it even when changing it in the DB - any ideas
You can enable middle name field from Easy Profile options, set "name style" parameter to "firstname secondname lastname"