Jump to content

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

Featured Replies

Posted
comment_1701

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

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

comment_1711

Где код правил? в userInfoPane? Если да, то вставляй сюда код под спойлер!

  • Author
comment_1712

да там

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

<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>

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

comment_1713

{parse expression="$this->lang->formatNumber( intval( $author['pp_reputation_points'] ) )"}

Это сама репутация! Придай ей класс, например repcount и разукрась в ipb_styles.css как тебе захочется)

comment_1715


<!--Репутация-->
<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]

comment_1717

Поиграйся маленько со свойствами, например я не добавил бекграунд, добавь:

background: #979797;

Guest
This topic is now closed to further replies.

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

  • No registered users viewing this page.