Jump to content

Вопросик про профиль

Featured Replies

Posted

Всем привет в мысль идея пришла помоигет пожалуйста как сделать вот мой профиль на форуме

4f70866150797_.png Можно как ни будь сделать вот так Это пример4f7086adbf503_.png

  • Author

нет не хук вот посмотрите вот не реклама _jb-forum.ru/topic/40/

  • Author

да там

<!--Репутация-->

<img src="{style_images_url}/icon_reputation.png" height="16px" width="16px alt="" ">

<if test="RepPositive:|:$author['pp_reputation_points'] > 0">

Репутация: {parse expression="$this->lang->formatNumber( intval( $author['pp_reputation_points'] ) )"}

</if>

<if test="RepNegative:|:$author['pp_reputation_points'] < 0">

Репутация: {parse expression="$this->lang->formatNumber( intval( $author['pp_reputation_points'] ) )"}

</if>

<if test="RepZero:|:$author['pp_reputation_points'] == 0">

Репутация: {parse expression="$this->lang->formatNumber( intval( $author['pp_reputation_points'] ) )"}

</if>

<!--Репутация-->


<!--Репутация-->
<img src="__ipbmafia.ru/public/style_images/mafia_board/icon_reputation.png" height="16px" width="16px alt="" ">
<if test="RepPositive:|:$author['pp_reputation_points'] > 0">
Репутация: <span class="repPositive">{parse expression="$this->lang->formatNumber( intval( $author['pp_reputation_points'] ) )"}</span>
</if>
<if test="RepNegative:|:$author['pp_reputation_points'] < 0">
Репутация: <span class="repNegative">{parse expression="$this->lang->formatNumber( intval( $author['pp_reputation_points'] ) )"}</span>
</if>
<if test="RepZero:|:$author['pp_reputation_points'] == 0">
Репутация: <span class="repZero">{parse expression="$this->lang->formatNumber( intval( $author['pp_reputation_points'] ) )"}</span>
</if>
<!--Репутация-->
Этот код замени на тот, что ты мне дал, а вот этот код добавь в самый низ ipb_styles.css:


.repNegative, .repPositive, .repZero {
font-weight: bold;
padding: 2px 8px;
display: inline-block;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color:#363636 !important;
text-shadow:#c2c2c2 0px 1px 0px !important;
font-size: 12px;}
[/code]

  • Author

как сделать как у вас? все равно не получилось

а все сделал кеш обновить забыл

Guest
This topic is now closed to further replies.

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

  • No registered users viewing this page.