Jump to content

Featured Replies

index.php?app=downloads&module=display&s

Название: Reputation bar in user info Rus

Добавил: WzGeee

Добавлен: 02 Дек 2013

Категория: Русские хуки и моды IP.Board всех версий.

Автор локализации: WzGeee

Оригинальное название: Reputation bar in user info

Версия IP.Board: 3.3.x, 3.4.x

Хук добавляет прогрессирующую полоску репутации под аватар при просмотре темы :good:

Link to comment
https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/
Share on other sites
  • 2 недели спустя...

Спасибо, на 3.4.5 работает! А вчера скачивал с другого сайта и поставил, а он не работает, а ваш супер, спасибо ещё раз. К стати, я вот только не пойму по каким критериям ставиться репутация? От куда берётся?

Link to comment
https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=49189
Share on other sites

Kylaksizov, кнопка справа в сообщении "Нравится" есть. Баллы копятся и выводятся в эту полоску, а она уже и подсчитывает сколько % примерно нужно полоски заполнить, исходя из поставленного максимума в настройках  ;)

Link to comment
https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=49225
Share on other sites
  • 5 месяцев спустя...

Всё нормально поставил, но не отоброжает репутацию


Что делать?

Link to comment
https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=65880
Share on other sites

Fantic, настроить хук и хорошо залить картинки. 

Link to comment
https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=65885
Share on other sites

Не на столько я глуп :D  всё сделал, перепроверил всё, перезаливал. Не отображает почему то.  


Я так понял мне не кто не поможет?

Link to comment
https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=65886
Share on other sites

Я так понял мне не кто не поможет?
Подобное будете писать, когда будете платить за помощь. Тогда хоть ежеминутно шлите мессаджи. А тут все на добровольной основе: есть время - ответят, нет - ждите.

 

Всё нормально поставил, но не отоброжает репутацию

1. Скопируйте и вставьте сюда в пост код шаблона userInfoPane

2, Покажите настройки хука

Link to comment
https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=65891
Share on other sites
<div class='user_details'>
<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'>
    <a href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}" class='ipsUserPhotoLink'>
    <if test="hasVariable:|:$this->settings['member_topic_avatar_max']">
	 <img src='{$author['pp_main_photo']}' class='ipsUserPhoto ipsUserPhoto_variable' />
    <else />
	 <img src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' />
    </if>
    </a>
   </li>
  <else />
   <li class='avatar'>
    <img src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' />
   </li>
  </if>
  
  <if test="rankimage:|:$author['member_rank_img']">
   <center><li class='group_icon'></center>
   <if test="rankimageimage:|:$author['member_rank_img_i'] == 'img'">
    <img src='{$author['member_rank_img']}' alt='' />
   <else />
    {$author['member_rank_img']}
   </if>
   </li>
  </if>
 

<if test="authorcfields:|:$author['custom_fields'] != """>
  <ul class='custom_fields'>
   <foreach loop="customFieldsOuter:$author['custom_fields'] as $group => $data">
    <foreach loop="customFields:$author['custom_fields'][ $group ] as $field">
	 <if test="$field != ''">
	  <li>
	   {$field}
	  </li>
	 </if>

    </foreach>
   </foreach>
<li><span class='ft'>{$this->lang->words['m_posts']}</span>
<span class='fc'>{parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"}</span></li>
<if test="authorwarn:|:$author['show_warn']">
<if test="$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>
<li class='mp'> <a href='{parse url="app=members&amp;module=profile&amp;section=warnings&amp;member={$author['member_id']}&amp;from_app={$this->request['app']}&amp;from_id1={$contentid}&amp;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>
</li></li>
</if>
  </if>
</ul>
  </ul>
</if>

</div>

post-19834-0-30302900-1402922282_thumb.p

Link to comment
https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=65894
Share on other sites

<li><span class='ft'>{$this->lang->words['m_posts']}</span>
<span class='fc'>{parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"}</span></li>
замените на 

<if test="postCount:|:$author['member_id']">
	<li>
		<span class='ft'>{$this->lang->words['m_posts']}</span>
		<span class='fc'>{parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"}</span>
	</li>
</if>
П.С. Логика не правильна в коде. Совать в блок доп. полей сообщения и варнинги - не правильно.

Да и вообще автору сей переделки нужно руки оторвать уже за то, что удалил метки.

Link to comment
https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=65895
Share on other sites

Ну я его отругаю :D  Спасибо

Link to comment
https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=65896
Share on other sites

И ещё вопрос как убрать эти строки "Сообщения"  "Балы предупреждения" просто что бы отображало репутацию. Что именно из кода нужно удалить?

 

post-19834-0-13070000-1402924717.png

Edited by Fantic

Link to comment
https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=65898
Share on other sites

Fantic, вот это уже не относится к хуку и должно идти в отдельную тему ;)

Link to comment
https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=65901
Share on other sites
  • 4 недели спустя...

Не заполняется полоса

Link to comment
https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=67941
Share on other sites

ForeverButthurt, картинки не залились. 

Link to comment
https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=67962
Share on other sites

извините и вправду моя вина папкой ошибся

Edited by ForeverButthurt

Link to comment
https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=67977
Share on other sites
  • 3 месяца спустя...

у меня тоже не заполняется. все прально залил.

Link to comment
https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=72659
Share on other sites
Moore, значит все-таки не правильно..
Link to comment
https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=72665
Share on other sites
  • 1 месяц спустя...

Как поправить: сделать промежуто между репутацией и сообщениями

Упс, картинки нет.

Edited by WzGeee
Скриншоты прикреплять к сообщению!

Link to comment
https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=74924
Share on other sites
  • 1 месяц спустя...

Куда же его заливать ? 

Вот так оно должен быт ? он же не цветной :( 

post-25286-0-88092400-1420988068.png

Link to comment
https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=78032
Share on other sites

неберет определенное количество репы и позеленеет

Link to comment
https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=78033
Share on other sites
  • 2 years later...

Где все файли... скачать никак! файла нету уПС мы не смогли найти для вас файл

Link to comment
https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=133955
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.