Jump to content

Изменить шаблон

Featured Replies

Подскажите пожалуйста как мне поменять местами некоторые данные, на скрине так как стоит сейчас:

post-10582-0-73132900-1379362181.png

 

 

Нужно изменить чтобы по стандарту было написано Репутация: 139, а когда наводишь на зелёное поле репутации, то во всплывающем сообщении было написано название репутации, подскажите как такое сделать?

Edited by nrj45

Link to comment
https://ipbmafia.ru/topic/5693-izmenit-shablon/
Share on other sites

это два разных хука репутации, ищите другой



Hook (TB) Show Reputation in User Info 3.0.0.xml

Link to comment
https://ipbmafia.ru/topic/5693-izmenit-shablon/?&do=findComment&comment=43900
Share on other sites

Получается что этот хут отображения репутации у меня стоит, нужен второй что-ли, и какой ?

Link to comment
https://ipbmafia.ru/topic/5693-izmenit-shablon/?&do=findComment&comment=43906
Share on other sites

Как сделать чтобы при наведении на поле репутации появлялось всплывающее сообщение с названием репутации?

post-10582-0-93605600-1379443870.png

 

Link to comment
https://ipbmafia.ru/topic/5693-izmenit-shablon/?&do=findComment&comment=43953
Share on other sites

Отредактировать шаблон репутации и добавить ссылку с атрибутом data-tooltip='' к репутации

Link to comment
https://ipbmafia.ru/topic/5693-izmenit-shablon/?&do=findComment&comment=43956
Share on other sites

Спасибо большое, всё получилось:
post-10582-0-82425500-1379445156.png

<!--REPUTATION BEGIN-->
<if test="RepPositive:|:$author['pp_reputation_points'] > 0">
<div class='reputation positive' data-tooltip="{parse expression=" $author['author_reputation']['text']"}"><div style='font-size:1.1em'>Репутация: {parse expression="$this->lang->formatNumber( intval( $author['pp_reputation_points'] ) )"}</div></div>
</if>
<if test="RepNegative:|:$author['pp_reputation_points'] < 0">
<div class='reputation negative' data-tooltip="{parse expression=" $author['author_reputation']['text']"}"> <div style='font-size:1.1em'>Репутация: {parse expression="$this->lang->formatNumber( intval( $author['pp_reputation_points'] ) )"}</div></div>
</if>
<if test="RepZero:|:$author['pp_reputation_points'] == 0">
<div class='reputation zero' data-tooltip="{parse expression=" $author['author_reputation']['text']"}"><div style='font-size:1.1em'>Репутация: {parse expression="$this->lang->formatNumber( intval( $author['pp_reputation_points'] ) )"}</div></div>
</if>
<!--REPUTATION END-->
Link to comment
https://ipbmafia.ru/topic/5693-izmenit-shablon/?&do=findComment&comment=43958
Share on other sites
Guest
This topic is now closed to further replies.

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

  • No registered users viewing this page.