Перейти до змісту
Домент ipb-board.ru продається.

Рекомендовані відповіді

Опубліковано
  • Адміністратор

post-2-0-84372500-1445260416_thumb.png

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

<div itemscope itemtype="http://schema.org/Person" class='user_details'>  <span class='hide' itemprop="name">{$author['members_display_name']}</span>  <div class='csiIPS_topInfo clearfix'>    <div class='csiIPS_userPhoto'>      <!-- avatar -->      <if test="avatar:|:$author['member_id']">        <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>      <else />        <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' />      </if>      <!-- / avatar -->    </div>    <div class='csiIPS_rightButtons'>      <!-- friend -->      <if test="friendop:|:$this->memberData['member_id'] AND $this->memberData['member_id'] != $author['member_id'] && $this->settings['friends_enabled'] AND $this->memberData['g_can_add_friends'] && $author['member_id']">        <if test="isfriend:|:IPSMember::checkFriendStatus( $author['member_id'] )">          <div class='mini_friend_toggle is_friend' id='friend_{$contentid}_{$author['member_id']}'>            <a href='{parse url="app=members&module=profile&section=friends&do=remove&member_id={$author['member_id']}&secure_key={$this->member->form_hash}" base="public"}' title='{$this->lang->words['remove_friend']}'>              <i class='fa fa-user-times fa-fw'></i>            </a>          </div>        <else />          <div class='mini_friend_toggle is_not_friend' id='friend_{$contentid}_{$author['member_id']}'>            <a href='{parse url="app=members&module=profile&section=friends&do=add&member_id={$author['member_id']}&secure_key={$this->member->form_hash}" base="public"}' title='{$this->lang->words['add_friend']}'>              <i class='fa fa-user-plus fa-fw'></i>            </a>          </div>        </if>      </if>      <!-- / friend -->      <!-- sendpm -->      <if test="sendpm:|:$this->memberData['g_use_pm'] AND $this->memberData['member_id'] != $author['member_id'] AND $this->memberData['members_disable_pm'] == 0 AND IPSLib::moduleIsEnabled( 'messaging', 'members' ) && $author['member_id']">        <div class='pm_button' id='pm_{$contentid}_{$author['member_id']}'>          <a href='{parse url="app=members&module=messaging&section=send&do=form&fromMemberID={$author['member_id']}" base="public"}' title='{$this->lang->words['pm_member']}'>            <i class='fa fa-envelope-o fa-fw'></i>          </a>        </div>      </if>      <!-- / sendpm -->      <!-- search author content -->      <div>        <a href='{$this->settings['board_url']}/index.php?app=core&module=search&do=user_activity&mid={$author['member_id']}' title='{$this->lang->words['gbl_find_my_content']}'>          <i class='fa fa-search fa-fw'></i>        </a>      </div>      <!-- / search author content -->    </div>  </div>  <div class='csiIPS_basicInfo'>    <!-- member title -->    <if test="membertitle:|:$author['member_title']">      <div class='csiIPS_memberTitle'>        <p class='desc member_title'>{$author['member_title']}</p>      </div>    </if>    <!-- / member title -->    <div class='csiIPS_infoCount'>      <!-- post count -->      <if test="postCount:|:$author['member_id']">        <div class='csiIPS_postCount'>          <div>{parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"}</div>          <div>{$this->lang->words['m_posts']}</div>        </div>      </if>      <!-- / post count -->      <div class='csiIPS_repBar'>        <!-- reputation -->        <if test="ourReputation:|:$this->settings['reputation_enabled'] && $this->settings['reputation_show_profile']">          <div class='rep_bar'>            <if test="RepPositive:|:$author['pp_reputation_points'] > 0">              <div class='reputation positive' data-tooltip="{parse expression="$author['author_reputation']['text']"}">            </if>            <if test="RepNegative:|:$author['pp_reputation_points'] < 0">              <div class='reputation negative' data-tooltip="{parse expression="$author['author_reputation']['text']"}">            </if>            <if test="RepZero:|:$author['pp_reputation_points'] == 0">              <div class='reputation zero' data-tooltip="{parse expression="$author['author_reputation']['text']"}">            </if>                <span class='number'>{$author['pp_reputation_points']}</span>              </div>          </div>        </if>        <!-- / reputation -->      </div>    </div>    <if test="authorcfields:|:$author['custom_fields'] != """>      <div class='csiIPS_customFields'>        <!-- skype -->        <if test="$author['field_10']">          <a href='skype:{$author['field_10']}?chat'><i class='fa fa-skype fa-fw'></i></a>        </if>        <!-- / skype -->        <!-- location -->        <if test="$author['field_6']">          <a href='//google.com/maps?q={$author['field_6']}'><i class='fa fa-map-marker fa-fw'></i></a>        </if>        <!-- / location -->        <!-- website -->        <if test="$author['field_3']">          <a href='{$author['field_3']}'><i class='fa fa-external-link fa-fw'></i></a>        </if>        <!-- / website -->      </div>    </if>  </div>  <!-- author warn -->  <if test="authorwarn:|:$author['show_warn']">    <div class='csiIPS_authorWarn'>      <if test="hasWarningId:|:$options['wl_id']">        <img src='{$this->settings['img_url']}/warn.png' class='clickable' onclick='warningPopup( this, {$options['wl_id']} )' title='{$this->lang->words['warnings_issued']}' />      </if>      <a class='desc lighter blend_links' href='{parse url="app=members&module=profile&section=warnings&member={$author['member_id']}&from_app={$this->request['app']}&from_id1={$contentid}&from_id2={$options['id2']}" base="public"}' id='warn_link_{$contentid}_{$author['member_id']}' title='{$this->lang->words['warn_view_history']}'>{parse expression="sprintf( $this->lang->words['warn_status'], $author['warn_level'] )"}</a>    </div>  </if>  <!-- / author warn --></div>

Админ Панель-Внешний вид-Ваш стиль-css-ipb_styles.css добавить у самый низ:
 

.csiIPS_userPhoto {  float: left;}.csiIPS_rightButtons {  float: right;}.csiIPS_rightButtons div {  margin-bottom: 5px;}.csiIPS_rightButtons a,.csiIPS_customFields a {  display: inline-block;  padding: 5px;  border: 1px solid #f2f2f2;  border-radius: 3px;}.csiIPS_basicInfo,.csiIPS_memberTitle {  margin: 10px 0;}.csiIPS_memberTitle p.member_title {  margin: 0;}.csiIPS_infoCount {  display: table;  margin: 10px 0;  width: 100%;  border-collapse: collapse;}.csiIPS_postCount,.csiIPS_repBar {  display: table-cell;  padding: 4px 0;  width: 50%;  border: 1px solid #f2f2f2;  vertical-align: middle;}.csiIPS_postCount {  border-left: none;}.csiIPS_repBar {  border-right: none;}.csiIPS_customFields {  text-align: center;}i.fa {  font-size: 14px;}

и что был установлен плагин:

Font Awesome 3.0.0

  • 5 років через...
Опубліковано
В 19.10.2015 в 16:16, Ciko сказал:

и что был установлен плагин

Мастера русского языка ?

Опубліковано
  • Автор
  • Адміністратор
1 час назад, Ryancoolround сказал:

Мастера русского языка ?

я тебе щас в бан отправлю за твой флуд

Опубліковано
12 часов назад, Ciko сказал:

я тебе щас в бан отправлю за твой флуд

Никогда этого не понимал. Ты создаешь форум, пользуясь логикой я понимаю что ты хочешь общения. Я общаюсь с тобой, а ты баном угрожаешь. Мило...

И вообще не обращай внимание ? У меня привычка, я настраиваю ленту непрочитанного от старого к новому и ознакамливаюсь со всем, что есть на ресурсе.

Для публікації повідомлень створіть обліковий запис або авторизуйтесь