Вход для пользователей

[ Новые сообщения · Участники · Правила форума · Поиск · RSS ]
  • Страница 1 из 1
  • 1
Модератор форума: gudkov, Shoop  
Скрипт репутации как на IPB 3.0
Дата: Пятница, 30.09.2011, 07:39 | Сообщение # 1
Аватар

Группа: **V.i.P**
Сообщений: 267
Награды: 10
Репутация: 86  
 


Что делает скрипт?
1. Добавляет рамку для репутации, в соответствии с самой репутацией, тесть если репутация отрицательная рамка будет красная, положительная зелёная, а нулевая черная.
2. Добавляет оценку под репутацией, к примеру если у вас +1 то под репутацией будет подписано обычная, а + 45 уже отлична.
3. Добавляет некий колорит на форум и как мне кажется улучшает внешний вид. 1. Добавляем в CSS
Code

          
.rep {-moz-border-radius:4px;-webkit-border-radius:4px; border-radius: 4px; background:#6f8f52; border:1px solid #6f8f52;font-size:11px;padding:3px;margin:3px;background-color:#6f8f52;}             
.rep:hover {-moz-border-radius:4px;-webkit-border-radius:4px; border-radius: 4px; background:#6f8f52; border:1px solid #6f8f52;font-size:11px;padding:3px;margin:3px;background-color:#6f8f52;}             

.rep0 {-moz-border-radius:4px;-webkit-border-radius:4px; border-radius: 4px; background:#474747; border:1px solid #474747;font-size:11px;padding:3px;margin:3px;background-color:#474747;}             
.rep0:hover {-moz-border-radius:4px;-webkit-border-radius:4px; border-radius: 4px; background:#474747; border:1px solid #474747;font-size:11px;padding:3px;margin:3px;background-color:#474747;}             

.repminus {-moz-border-radius:4px;-webkit-border-radius:4px; border-radius: 4px; background:#771c1c; border:1px solid #771c1c;font-size:11px;padding:3px;margin:3px;background-color:#771c1c;}             
.repminus:hover {-moz-border-radius:4px;-webkit-border-radius:4px; border-radius: 4px; background:#771c1c; border:1px solid #771c1c;font-size:11px;padding:3px;margin:3px;background-color:#771c1c;}             

2. Идём форум >> Вид материалов и в нужное для вас место вставляем:
Code
         
              <?if($REP_RATING$>0)?><div class="rep"><div align="center"><a href="$READ_REP_URL$" title="Смотреть историю репутаций"><font color="#ffffff"><b>Репутация: $REP_RATING$</b></font></a><br><?endif?>             
              <?if($REP_RATING$<0)?><div class="repminus"><div align="center"><a href="$READ_REP_URL$" title="Смотреть историю репутаций"><font color="#ffffff"><b>Репутация: $REP_RATING$</b></font></a><br><?endif?>             
              <?if($REP_RATING$="0")?><div class="rep0"><div align="center"><font color="#ffffff"><b>Репутация: $REP_RATING$</b></font><br><?endif?>             
              <?if($REP_RATING$="1")?><font color="#ffffff">Обычная</font><?endif?>             
              <?if($REP_RATING$="2")?><font color="#ffffff">Обычная</font><?endif?>             
              <?if($REP_RATING$="3")?><font color="#ffffff">Обычная</font><?endif?>             
              <?if($REP_RATING$="4")?><font color="#ffffff">Обычная</font><?endif?>             
              <?if($REP_RATING$="5")?><font color="#ffffff">Обычная</font><?endif?>             
              <?if($REP_RATING$="6")?><font color="#ffffff">Обычная</font><?endif?>             
              <?if($REP_RATING$="7")?><font color="#ffffff">Обычная</font><?endif?>             
              <?if($REP_RATING$="8")?><font color="#ffffff">Обычная</font><?endif?>             
              <?if($REP_RATING$="9")?><font color="#ffffff">Обычная</font><?endif?>             
              <?if($REP_RATING$="10")?><font color="#ffffff">Средняя</font><?endif?>             
              <?if($REP_RATING$="11")?><font color="#ffffff">Средняя</font><?endif?>             
              <?if($REP_RATING$="12")?><font color="#ffffff">Средняя</font><?endif?>             
              <?if($REP_RATING$="13")?><font color="#ffffff">Средняя</font><?endif?>             
              <?if($REP_RATING$="14")?><font color="#ffffff">Средняя</font><?endif?>             
              <?if($REP_RATING$="15")?><font color="#ffffff">Средняя</font><?endif?>             
              <?if($REP_RATING$="16")?><font color="#ffffff">Средняя</font><?endif?>             
              <?if($REP_RATING$="17")?><font color="#ffffff">Средняя</font><?endif?>             
              <?if($REP_RATING$="18")?><font color="#ffffff">Средняя</font><?endif?>             
              <?if($REP_RATING$="19")?><font color="#ffffff">Средняя</font><?endif?>             
              <?if($REP_RATING$="20")?><font color="#ffffff">Хорошая</font><?endif?>             
              <?if($REP_RATING$="21")?><font color="#ffffff">Хорошая</font><?endif?>             
              <?if($REP_RATING$="22")?><font color="#ffffff">Хорошая</font><?endif?>             
              <?if($REP_RATING$="23")?><font color="#ffffff">Хорошая</font><?endif?>             
              <?if($REP_RATING$="24")?><font color="#ffffff">Хорошая</font><?endif?>             
              <?if($REP_RATING$="25")?><font color="#ffffff">Хорошая</font><?endif?>             
              <?if($REP_RATING$="26")?><font color="#ffffff">Хорошая</font><?endif?>             
              <?if($REP_RATING$="27")?><font color="#ffffff">Хорошая</font><?endif?>             
              <?if($REP_RATING$="28")?><font color="#ffffff">Хорошая</font><?endif?>             
              <?if($REP_RATING$="29")?><font color="#ffffff">Хорошая</font><?endif?>             
              <?if($REP_RATING$="30")?><font color="#ffffff">Очень хорошая</font><?endif?>             
              <?if($REP_RATING$="31")?><font color="#ffffff">Очень хорошая</font><?endif?>             
              <?if($REP_RATING$="32")?><font color="#ffffff">Очень хорошая</font><?endif?>             
              <?if($REP_RATING$="33")?><font color="#ffffff">Очень хорошая</font><?endif?>             
              <?if($REP_RATING$="34")?><font color="#ffffff">Очень хорошая</font><?endif?>             
              <?if($REP_RATING$="35")?><font color="#ffffff">Очень хорошая</font><?endif?>             
              <?if($REP_RATING$="36")?><font color="#ffffff">Очень хорошая</font><?endif?>             
              <?if($REP_RATING$="37")?><font color="#ffffff">Очень хорошая</font><?endif?>             
              <?if($REP_RATING$="38")?><font color="#ffffff">Очень хорошая</font><?endif?>             
              <?if($REP_RATING$="39")?><font color="#ffffff">Очень хорошая</font><?endif?>             
              <?if($REP_RATING$>39)?><font color="#ffffff">Отличная</font><?endif?>             
              <?if($REP_RATING$<0)?><font color="#ffffff">Отрицательная</font><?endif?>             
              </div></div>             



 
  • Страница 1 из 1
  • 1
Поиск:
Статистика Форума

  • [05:43 Готовый сервер 4.0.6 ... 11.12.2023]

  • [23:30 Arcanum Core (3.3.5а)... 16.11.2023]

  • [12:37 delete 02.03.2020]

  • [12:37 Ищу пост ГМ-а 02.03.2020]

  • [12:37 RastaWoW 3.3.5a (Набо... 02.03.2020]

  • [12:37 Набор команды 02.03.2020]

  • [00:34 AMD FUN SERVER - Worl... 03.07.2019]

  • [00:34 Продам private сборку... 03.07.2019]

  • [00:34 НПС для покупки опыта... 03.07.2019]

  • [00:34 WoW-TRONE 03.07.2019]

  • [12:21 Набор спидхаков (spee... 12.10.2018]

  • [21:00 [Продам] Фуловые чары... 13.03.2015]

  • [18:47 Продам приват сборку ... 04.03.2015]

  • [20:54 ВСЕ приват сборки от ... 01.03.2015]

  • [20:52 QuantumCore Server 3.... 04.02.2015]

  • [21:07 GAMESV STUDIO | ... 02.01.2015]

  • [16:36 Готовый сервер wow 4.... 04.10.2014]

  • [16:51 Скупаю чаров! 30.08.2014]

  • [19:18 Готовый сервер 4.0.6 17.08.2013]

  • [18:47 [HELP]Квесты 16.08.2013]


  • Карта Сайта ||||| Карта Форума|||