Мануал userInfoPane

#Rips

Эксперт
Пользователь
Регистрация
16 Дек 2015
Сообщения
1,737
Лучшие ответы
0
Репутация
499

Админ Панель-Внешний вид-Ваш стиль-Глобальные-UserInfoPane заменить все на:


PHP:
<div itemscope itemtype="http://schema.org/Person" class='user_details'>	<span class='hide' itemprop="name">{$author['members_display_name']}</span>	<ul class='basic_info'>		<if test="membertitle:|:$author['member_title']">			<p class='desc member_title'>{$author['member_title']}</p>		</if>		<if test="avatar:|:$author['member_id']">			<li class='avatar'>				<if test="canSeeProfiles:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )">				<a itemprop="url" href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}: {$author['members_display_name']}" class='ipsUserPhotoLink'>				</if>				<if test="hasVariable:|:$this->settings['member_topic_avatar_max']">					<img itemprop="image" src='{$author['pp_main_photo']}' class='ipsUserPhoto ipsUserPhoto_variable' />				<else />					<img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' />				</if>				<if test="canSeeProfiles2:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )">				</a>				</if>			</li>		<else />			<li class='avatar'>				<img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' />			</li>		</if>		<li class='group_title'>			{$author['_group_formatted']}		</li>		<if test="postCount:|:$author['member_id']">		<li class='post_count desc lighter'>			{parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} {$this->lang->words['m_posts']}		</li>		</if><div class="reputation1 positive clear clearfix"><span class="left">РЕПУТАЦИЯ</span><span class="right">{$this->memberData['pp_reputation_points']}</span></div><!--REPUTATION END-->		<li class="post_count desc lighter clear clearfix"></li><li class="joined desc lighter clear clearfix"><strong><font color="grey"><span class="left">Персональный ID:</span></font></strong> <span class="right">{$this->memberData['member_id']}</span><strong><font color="grey"><span class="left">Регистрация:</span></font></strong><span class="right">{parse date="$author['joined']" format="joined"}</span><strong><font color="grey"><span class="left">Сообщений:</span></font></strong><span class="right">{$this->memberData['posts']}</span> </li>	</div>
Админ Панель-Внешний вид-Ваш стиль-CSS Добавить CSS-файл
Название: userinfopn


PHP:
.desc, .desc.blend_links a,p.posted_info{margin-top:5px;font-size:11px;color:#777}.reputation1{padding:3px;margin:0 -3px;margin-top:3px;text-shadow:rgba(0,0,0,0.3) 0px -1px 0px}.reputation1.positive, .members li.positive{background:#6DC66C url('http://pawno-web.ru/public/style_images/baisik/highlight_faint.png') repeat-x 0 0}.reputation1.negative, .members li.negative{background:#CD5C5C url('http://pawno-web.ru/public/style_images/baisik/highlight_faint.png') repeat-x 0 0}.reputation1.positive,.reputation.negative{color:#fff}.reputation1.zero{background:#6DC66C url('http://pawno-web.ru/public/style_images/baisik/highlight_faint.png') repeat-x 0 0;color:#fff}.reputation1.right{background:#58AC56;display:block;padding:3px;margin:-3px}.joined{border-bottom:1px solid #bbb;border-top:1px solid #bbb;margin:0-3px;padding:03px}+  - 0

 
Сверху Снизу