Jump to content
View in the app

A better way to browse. Learn more.

IPBMafia.ru - поддержка Invision Community, релизы, темы, плагины и приложения

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

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

Featured Replies

Posted

Всем ку

 

как сделать такую систему репутации:

(скриншот прикреплен)

post-25105-0-52834500-1429219851.jpg

  • Author

поиск: репутация

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

  • Author

ну тогда как можно перенести это выше:

Edited by WOLF

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> 

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

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

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

  • No registered users viewing this page.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.