From 65fb71023f4cc1061e0097a1a1ca894463f432d9 Mon Sep 17 00:00:00 2001 From: mcpeace-maw Date: Mon, 14 Mar 2016 17:16:23 +0200 Subject: [PATCH] Update user_template.php --- e107_core/templates/user_template.php | 109 +++++++++++++++++--------- 1 file changed, 72 insertions(+), 37 deletions(-) diff --git a/e107_core/templates/user_template.php b/e107_core/templates/user_template.php index 03d42e400..f97edbe4f 100644 --- a/e107_core/templates/user_template.php +++ b/e107_core/templates/user_template.php @@ -219,54 +219,89 @@ $USER_EMBED_USERPROFILE_TEMPLATE = " // Convert Templates from v1.x to v2.x Standards. /** TODO EXPERIMENTAL */ -/* -if(defset('BOOTSTRAP') == 3) -{ - //EXPERIMENTAL - e107::css('inline', " - #user-profile-avatar { + +e107::css('inline', " +#user-profile-avatar { max-width: 150px; -margin-top: -90px; -margin-bottom: 15px; -border: 5px solid #fff; -border-radius: 100%; -box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -margin-left:auto; -margin-right:auto; + margin-top: -90px; + margin-bottom: 15px; + border: 5px solid #fff; + border-radius: 100%; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); + margin-left:auto; + margin-right:auto; +} +.panel-heading h5.user-id { + color:#ffffff; +} +.panel-body span.padding-left { + display:block; + padding-left: 125px; +} +.panel-body p { + clear: both; +} +.profile-header { + max-width:300px; + margin-left: auto; + margin-right: auto; } - - - - "); - $USER_FULL_TEMPLATE = '{SETIMAGE: w=600}
-
-
-
- {SETIMAGE: w=200} - {USER_PICTURE: shape=circle&link=1} - -
{USER_NAME}
-

{USER_SIGNATURE}

-
- - -
- - - - -
+
+
+
".LAN_USER_58." {USER_ID}
+
+
+ {SETIMAGE: w=200} + {USER_PICTURE: shape=circle&link=1} +
+

{USER_NAME}


+

{USER_SIGNATURE}

+

{USER_RATING}

+

{USER_SENDPM}

+
+
+
+

".LAN_USER_63.":  {USER_REALNAME}

+

Login Name {USER_LOGINNAME}

+

".LAN_USER_60.":  {USER_EMAIL}

+

".LAN_USER_54.":  {USER_LEVEL}

+

".LAN_USER_65.":  {USER_LASTVISIT}
{USER_LASTVISIT_LAPSE}

+

".LAN_USER_59.":  {USER_JOIN}
{USER_DAYSREGGED}

+

".LAN_USER_66.":  {USER_VISITS}

+

{USER_ADDONS} {USER_COMMENTPOSTS} {USER_COMMENTPER}

+

{USER_EXTENDED_ALL}

+
+
+ {USER_UPDATE_LINK} +
+
+
    + +
  • + +
  • + +
+
+
+
+ {PROFILE_COMMENTS} + {PROFILE_COMMENT_FORM} +
+
- '; } -*/