diff --git a/e107_core/templates/user_template.php b/e107_core/templates/user_template.php index b734a2819..bcbdb506c 100644 --- a/e107_core/templates/user_template.php +++ b/e107_core/templates/user_template.php @@ -222,7 +222,7 @@ $USER_EMBED_USERPROFILE_TEMPLATE = " if(e_DEBUG == true) { e107::css('inline', " -#user-profile-avatar { +.panel-profile .user-avatar { max-width: 150px; margin-top: -90px; margin-bottom: 15px; @@ -232,25 +232,47 @@ e107::css('inline', " margin-left:auto; margin-right:auto; } -.panel-heading h5.user-id { +.panel-profile .panel-heading h5.user-id { color:#ffffff; } -.panel-body span.padding-left { +.panel-profile .panel-body span.padding-left { display:block; - padding-left: 125px; } -.panel-body p { +.panel-profile .panel-body p { clear: both; + float: none; + display: block; } -.profile-header { +.panel-profile .profile-header { max-width:300px; margin-left: auto; margin-right: auto; } +.panel-profile .profile-header h4 { + padding-bottom: 30px; +} +.panel-profile .panel-body p.row { + border-top: 1px solid rgba(170,170,170,0.35); + padding-top: 10px; +} "); +$USER_EMBED_USERPROFILE_TEMPLATE = ' +
+ {USER_ADDON_LABEL} + {USER_ADDON_TEXT} +
+'; +$EXTENDED_CATEGORY_TABLE = ' ++ {EXTENDED_NAME} + {EXTENDED_VALUE} +
+'; +$sc_style['USER_COMMENTPOSTS']['pre'] = ''.LAN_USER_68.''; - +$sc_style['USER_COMMENTPER']['pre'] = ' ( '; +$sc_style['USER_COMMENTPER']['post'] = '% )'; $USER_FULL_TEMPLATE = ' {SETIMAGE: w=600} @@ -264,22 +286,24 @@ e107::css('inline', " {SETIMAGE: w=200} {USER_PICTURE: shape=circle&link=1}
{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}
+'.LAN_USER_63.' {USER_REALNAME}
+'.LAN_USER_02.' {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} +