Haim
Registered
- Thread starter
- #1

Add to custom.css
CSS:
.cAuthorPane {
width:350px;
border-right:1px solid #ddd;
}
#cUserLink .ipsUserPhoto img {
width:33px;
height:33px;
border-radius:2px;
border:0px solid #d5d5d5;
}
.elUserNav_sep {
height:30px;
}
ul.cAuthorPane_info.ipsList_reset.ipsPos_left {
width:50%;
padding-right:5px;
}
ul.cAuthorPane_info.ipsList_reset.ipsPos_right {
width:50%;
padding-left:5px;
padding-right:5px;
}
.ipsUserPhoto_variable img, img.ipsUserPhoto_variable, .ipsUserPhoto_variable:after {
max-width:130px !important;
max-height:130px !important;
border-radius:3px;
box-shadow:rgba(0, 0, 0, 0.3) 0px 3px 8px;
}
.cAuthorPane_rank {
padding:8px 0;
border:1px solid #ddd;
border-radius:4px;
margin-bottom:10px;
margin-top:12px;
box-shadow:inset 0 1px 2px rgba(0,0,0,.2), 0 1px 1px #fff;
}
.mdmxRepBadge.ipsClearfix {
margin-bottom:10px;
}
.запрещённый_сайт_info_font {
font-size:16px;
color:#9e8649;
}
hr.запрещённый_сайт_ipsHr {
margin:4px 0;
height:0;
padding:0;
border-width:1px 0 0 0;
border-style:solid;
border-color:rgba(0,0,0,0.08);
}
.запрещённый_сайт_info_block {
display:block;
width:100%;
}
.cAuthorPane_author {
left:150px;
border-bottom:1px solid #ddd;
background:#f2f2f2 !important;
right:10px;
padding:6px 10px !important;
margin-top:-15px;
line-height:1.45;
border-width:0 0 1px 0;
display:block;
box-shadow:rgba(0, 0, 0, 0.1) 0px 1px 10px;
border-radius:7px;
}
.cAuthorPane {
background:rgba(251, 251, 251, 0.9) !important;
}
.cAuthorPane {
border-right:0px solid #ddd;
}
Code:
{{$idField = $comment::$databaseColumnId;}}
{{$itemClassSafe = str_replace( '\\', '_', mb_substr( $comment::$itemClass, 4 ) );}}
{{if $comment->isIgnored()}}
<div class='ipsComment ipsComment_ignored ipsType_light' id='elIgnoreComment_{$comment->$idField}' data-ignoreCommentID='elComment_{$comment->$idField}' data-ignoreUserID='{$comment->author()->member_id}'>
{lang="ignoring_content" sprintf="$comment->author()->name"} <a href='#elIgnoreComment_{$comment->$idField}_menu' data-ipsMenu data-ipsMenu-menuID='elIgnoreComment_{$comment->$idField}_menu' data-ipsMenu-appendTo='#elIgnoreComment_{$comment->$idField}' data-action="ignoreOptions" title='{lang="see_post_ignore_options"}' class='ipsType_blendLinks'>{lang="options"} <i class='fa fa-caret-down'></i></a>
<ul class='ipsMenu ipsHide' id='elIgnoreComment_{$comment->$idField}_menu'>
<li class='ipsMenu_item ipsJS_show' data-ipsMenuValue='showPost'><a href='#'>{lang="show_this_post"}</a></li>
<li class='ipsMenu_sep ipsJS_show'><hr></li>
<li class='ipsMenu_item' data-ipsMenuValue='stopIgnoring'><a href='{url="app=core&module=system&controller=ignore&do=remove&id={$comment->author()->member_id}" seoTemplate="ignore"}'>{lang="stop_ignoring_posts_by" sprintf="$comment->author()->name"}</a></li>
<li class='ipsMenu_item'><a href='{url="app=core&module=system&controller=ignore" seoTemplate="ignore"}'>{lang="change_ignore_preferences"}</a></li>
</ul>
</div>
{{endif}}
<a id='comment-{$comment->$idField}'></a>
<article {{if $comment->author()->hasHighlightedReplies()}}data-memberGroup="{$comment->author()->member_group_id}" {{endif}} id='elComment_{$comment->$idField}' class='cPost ipsBox {{if $otherClasses}}{$otherClasses}{{endif}} ipsComment {{if ( settings.reputation_enabled and settings.reputation_highlight and $comment->reactionCount() >= settings.reputation_highlight ) OR $comment->isFeatured()}}ipsComment_popular{{endif}} ipsComment_parent ipsClearfix ipsClear ipsColumns ipsColumns_noSpacing ipsColumns_collapsePhone {{if $comment->author()->hasHighlightedReplies()}}ipsComment_highlighted{{endif}} {{if $comment->isIgnored()}}ipsHide{{endif}} {{if $comment->hidden() OR $item->hidden() === -2}}ipsModerated{{endif}}'>
{{if $item->isQuestion() and !$comment->new_topic}}
{template="postRating" group="topics" app="forums" params="$item, $comment, $votes"}
{{endif}}
<div class='cAuthorPane cAuthorPane_mobile ipsResponsive_showPhone ipsResponsive_block'>
<h3 class='ipsType_sectionHead cAuthorPane_author ipsResponsive_showPhone ipsResponsive_inlineBlock ipsType_break ipsType_blendLinks ipsTruncate ipsTruncate_line'>
<span class='ipsResponsive_showPhone ipsResponsive_inline'> {template="reputationBadge" group="global" app="core" params="$comment->author()"}</span>
</h3>
<div class='cAuthorPane_photo'>
{template="userPhoto" app="core" group="global" params="$comment->author(), 'large', $comment->warningRef()"}
</div>
</div>
<aside class='ipsComment_author cAuthorPane ipsColumn ipsColumn_medium ipsResponsive_hidePhone'>
<h3 class='ipsType_sectionHead cAuthorPane_author ipsType_blendLinks ipsType_break'><strong>{template="userLink" group="global" app="core" params="$comment->author(), $comment->warningRef(), FALSE"}
</strong> <span class='ipsResponsive_showPhone ipsResponsive_inline'> {template="reputationBadge" group="global" app="core" params="$comment->author()"}</span></h3>
<ul class='cAuthorPane_info ipsList_reset'>
<aside class="ipsComment_author cAuthorPane ipsColumn ipsColumn_medium ipsResponsive_hidePhone">
<span title="Репутация пользователя" data-ipstooltip="" class="ipsRepBadge ipsRepBadge_positive">
</span>
<ul class="cAuthorPane_info ipsList_reset ipsPos_left">
<li class="cAuthorPane_photo">
{template="userPhoto" app="core" group="global" params="$comment->author(), 'large', $comment->warningRef()"}
</li>
<li class="ipsResponsive_hidePhone"><img src=""alt="" class="cAuthorGroupIcon">{$comment->author()->rank['image']|raw}</li>
<div style="margin-top:7px;">
<div>
<a href="" class="spoiler_links ipsButton ipsButton_verySmall ipsButton_narrow ipsResponsive_hidePhone ipsSpoiler_запрещённый_сайт" data-ipstooltip="" data-ipstooltip-safe="true" _title="<center>Нажмите для просмотра контактов.<br>Для отображения заполните данные<br>в своем профиле - сайт, скайп и т.д</center>"><i class="fa fa-user-plus"></i> Контакты</a>
<div class="spoiler_body ipsSpoiler_запрещённый_сайтs" style="display: none;">
</div>
</div>
</div>
</ul>
<ul class="cAuthorPane_info ipsList_reset ipsPos_right">
<li class="ipsResponsive_hidePhone ipsType_break cAuthorPane_rank" data-ipstooltip="" data-ipstooltip-safe="true" _title="<center>Звание. Наберите 1000 сообщений<br>и сможете изменить своё звание на<br> любое слово, например доменное имя.</center>">{$comment->author()->member_title}</li>
<div class="ipsType_light запрещённый_сайт_info ipsResponsive_hidePhone">
<span class="запрещённый_сайт_info_block" data-ipstooltip="" data-ipstooltip-safe="true" _title="<center>Количество сообщений, оставленных на форуме.<br> Будьте активными, пишите интересные темы и сообщения.<br> Что бы иметь подпись с реф-ссылкой, сайтом, блогом,<br>нужно перейти в группу (Активный) на форуме.</center>"><span style="float: left;font-size: 12px;"><i class="fa fa-comments запрещённый_сайт_info_font"></i> Сообщений:</span> <span style="float: right;">{$comment->author()->member_posts}</span></span><br><hr class="запрещённый_сайт_ipsHr">
<span class="запрещённый_сайт_info_block" data-ipstooltip="" data-ipstooltip-safe="true" _title="<center>Репутация показывает степень уважения и доверия к пользователю.<br>Чем больше репутации, тем больше доверия к пользователю.<br>Она повышается, когда к вашей теме или сообщению ставят лайк (Нравится).<br>Что бы вас уважали, доверяли вам, ставили лайки (Нравится),<br>создавайте интересные и полезные темы или помогайте пользователям.</center>"><span style="float: left;font-size: 12px;"><i class="fa fa-star запрещённый_сайт_info_font"></i> Репутация:</span> <span style="float: right;">
<span title="Репутация пользователя" data-ipstooltip="" class="ipsRepBadge ipsRepBadge_positive">
{template="reputationBadge" group="global" app="core" params="$comment->author()"}
</span>
</span></span><br><hr class="запрещённый_сайт_ipsHr">
<span class="запрещённый_сайт_info_block" data-ipstooltip="" data-ipstooltip-safe="true" _title="<center>Подписчики это ваши друзья на форуме.<br>Количество подписчиков говорит о<br>доверии пользователей форума.</center>"><span style="float: left;font-size: 12px;"><i class="fa fa-user-circle-o запрещённый_сайт_info_font"></i> Подписчиков:</span> <span style="float: right;">{{if $followers !== NULL and $member->followersCount() > 12}}{{endif}}</span></span><br><hr class="запрещённый_сайт_ipsHr">
<span class="запрещённый_сайт_info_block" data-ipstooltip="" data-ipstooltip-safe="true" _title="<center>Количество предупреждений. <br> Прочитайте правила форума.<br> Что бы вам не выдали предупреждение.</center>"><span style="float: left;font-size: 12px;"><i class="fa fa-exclamation-triangle запрещённый_сайт_info_font"></i> Предупреждений:</span> <span style="float: right;">{$comment->author()->warn_level}</span></span><br><hr class="запрещённый_сайт_ipsHr">
<span class="запрещённый_сайт_info_block" data-ipstooltip="" data-ipstooltip-safe="true" _title="<center>Последнее посещение.<br>Когда пользователь был онлайн.</center>"><span style="float: left;font-size: 12px;"><i class="fa fa-power-off запрещённый_сайт_info_font"></i> </span> <span style="float: right;font-size: 12px;"><time datetime="">{{if $comment->author()->last_activity}}{datetime="$comment->author()->last_activity"}{{else}}{lang="never"}{{endif}}</time></span></span><br><hr class="запрещённый_сайт_ipsHr">
<br><br>
</div>
</ul>
</aside>
</ul>
</aside>
<div class='ipsColumn ipsColumn_fluid'>
{template="post" group="topics" app="forums" params="$item, $comment, $item::$formLangPrefix . 'comment', $item::$application, $item::$module, $itemClassSafe"}
</div>
</article>