Jump to content

Система репутации

Featured Replies

comment_85389

M0HTER,Код вище свинуть скопируй перенеси себе на скока знаю вроде такой код:
 

<li>
<php>
if ( $author['pp_reputation_points'] > 0 )
{
	$tbSruiStyle = 'positive';
}
elseif ( $author['pp_reputation_points'] < 0 )
{
	$tbSruiStyle = 'negative';
}
else
{
	$tbSruiStyle = 'zero';
}
$likesMode = ( $this->settings['reputation_point_types'] == 'like' ) ? 'tb_srui_likes' : 'tb_srui_reputation';
</php>
<div style='margin:5px auto;width:100px;' class='reputation {$tbSruiStyle}' data-tooltip="{$this->lang->words[ $likesMode ]}">
	<span class='number'>{parse format_number="$author['pp_reputation_points']"}</span>
	<if test="parsedReputation:|:!empty($author['author_reputation']['text']) || !empty($author['author_reputation']['image'])">
		<br />
		<if test="RepText:|:!empty($author['author_reputation']['text'])">
			<span class='title' style='font-weight: normal;'>{$author['author_reputation']['text']}</span>
		</if>
		<if test="RepImage:|:!empty($author['author_reputation']['image'])">
			&nbsp;<span class='image'><img src='{$author['author_reputation']['image']}' alt='{$this->lang->words[ $likesMode ]}' /></span>
		</if>
	</if>
</div>
</li> 
comment_85405

да я не глупый,искал в файловом архиве нашло 4 ответа(не подходят)

Очень похоже на На скриншоте один в один "Расширенная система репутации" '?do=embed' frameborder='0' data-embedContent>> - хук платный. Это не просто прогресс-бар, а целая система с дополнительными возможностями.

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

  • No registered users viewing this page.