Merge branch 'main' of https://github.com/e107-eFiction/efiction-3.5.6
Merge branch 'main' of https://github.com/e107-eFiction/efiction-3.5.6

--- a/user/profile.php
+++ b/user/profile.php
@@ -37,6 +37,7 @@
 }
  
 $tpl->assign("userpenname", $userinfo['penname']." ".$nameinfo);
+$tpl->assign("membersince", date("$dateformat", $userinfo['date']));
 
 if($userinfo['realname'])
 	$tpl->assign("realname", $userinfo['realname']);