Бормотухи.НЕТ

Вернуться   Бормотухи.НЕТ > Web-мастеру > vBulletin 3.х
Расширенный поиск

vBulletin 3.х Раздел о vBulletin и всем что касается этого скрипта

Ответ
 
Опции темы Поиск в этой теме
Старый 18.02.2009, 00:41 Вверх   #1
Пользователь
 
Аватар для fallen1087
fallen1087 вне форума
Доп. информация
Хорошо Medals & pagoni

Hi all.....
This Forum Have Good Award System...but weare can download this all medals (full award system + medals) ?

Here I Give Tutorial for : User Legend on ForumHome with mouseover




*********************************************************
** UserLegend on ForumHome
** Version: 1.00
** Modification by Digitalus
**
** Works on any vBulletin versions
**
*********************************************************

*********************************************************
TEMPLATES EDITS
*********************************************************

--------------------------------------------

In forumhome template, find:

----------------------------------------

<!-- what's going on box -->

------------------------------------------------------

Add below:

-----------------------------------------------------

Код:
<script type="text/javascript">
<!--

setup_memberlegend = function(tobj)
{
	prefix = ''
	suffix = ''

	if (tobj.getAttribute('ital'))
	{
		prefix += '<em>'
		suffix += '</em>'
	}

	if (tobj.getAttribute('undr'))
	{
		prefix += '<u>'
		suffix += '</u>'
	}

	if (tobj.getAttribute('bold'))
	{
		prefix += '<b>'
		suffix += '</b>'
	}

	if (tobj.getAttribute('line'))
	{
		prefix += '<s>'
		suffix += '</s>'
	}

	if (tobj.getAttribute('clr'))
	{
		prefix += '<span style="color:' + tobj.getAttribute('clr') + ';">'
		suffix += '</span>'
	}



	fetch_object('memberlegend').innerHTML = prefix + tobj.getAttribute('group') + suffix
}

-->
</script>

--------------------------------------------

In forumhome template, find:

----------------------------------------

<!-- end logged-in users -->

------------------------------------------------------

Add below:

-----------------------------------------------------
Код:
<!-- User Legend By Digitalus -->
<tbody> <tr> <td class="thead" colspan="2"> <a style="float: right;" href="#top" onclick="return toggle_collapse('forumhome_legend')"><img src=$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_legend].gif alt="" name="collapseimg_forumhome_legend" width="16" height="16" border="0" id="collapseimg_forumhome_legend"></a> <a href="showgroups.php$session[sessionurl_q]" rel="nofollow">User Legend </a></td> 
		</tr> </tbody> <tbody id="collapseobj_forumhome_legend" style=""> <tr> <td class="alt2"><a href="showgroups.php$session[sessionurl_q]" rel="nofollow"><img title="Legend" src="$stylevar[imgdir_misc]/whos_online.gif" alt="Legend" border="0"></a></td> <td class="alt1" width="100%">
		<div style="float:left;"><strong>Legend</strong>:</div>
                <div style="float:left;">&nbsp;</div>
		<div class="alt2" style="float:left;height:8px;width:8px;padding:0px;" group="Banned Member" ital="y" line="y" clr="#000000" onmouseover="setup_memberlegend(this)" onmouseout="fetch_object('memberlegend').innerHTML = ''">
			<div class="tborder" style="height:8px;width:8px;background:#000000;"></div>
		</div>
		<div style="float:left;">&nbsp;</div>
		<div class="alt2" style="float:left;height:8px;width:8px;padding:0px;" group="Member" bold="y" clr="#999999" onmouseover="setup_memberlegend(this)" onmouseout="fetch_object('memberlegend').innerHTML = ''">
			<div class="tborder" style="height:8px;width:8px;background:#999999;"></div>
		</div>
		<div style="float:left;">&nbsp;</div>
		<div class="alt2" style="float:left;height:8px;width:8px;padding:0px;" group="Vip Member" bold="y" clr="#FF9933" onmouseover="setup_memberlegend(this)" onmouseout="fetch_object('memberlegend').innerHTML = ''">
			<div class="tborder" style="height:8px;width:8px;background:#FF9933;"></div>
		</div>
		<div style="float:left;">&nbsp;</div>
		<div class="alt2" style="float:left;height:8px;width:8px;padding:0px;" group="Moderators" bold="y" clr="#339933" onmouseover="setup_memberlegend(this)" onmouseout="fetch_object('memberlegend').innerHTML = ''">
			<div class="tborder" style="height:8px;width:8px;background:#339933;"></div>
		</div>
		<div style="float:left;">&nbsp;</div>
		<div class="alt2" style="float:left;height:8px;width:8px;padding:0px;" group="Super Moderators" bold="y" clr="#0D3CEB" onmouseover="setup_memberlegend(this)" onmouseout="fetch_object('memberlegend').innerHTML = ''">
			<div class="tborder" style="height:8px;width:8px;background:#0D3CEB;"></div>
		</div>
		<div style="float:left;">&nbsp;</div>
		<div class="alt2" style="float:left;height:8px;width:8px;padding:0px;" group="Administrators" clr="#DC143C" bold="y" ital="y" undr="y" onmouseover="setup_memberlegend(this)" onmouseout="fetch_object('memberlegend').innerHTML = ''">
			<div class="tborder" style="height:8px;width:8px;background:#DC143C;"></div>
		</div>
		<div style="float:left;width:10px;height:1px;">&nbsp;</div>
		<div style="float:left;" id="memberlegend"></div> </td> </tr> </tbody>
<!-- End User Legend by Digitalus -->


Sory for my ENG...Im From Latvia :D

omg ...nice smile...weare i can get this smile colection for VB 3.8.1 ?

Последний раз редактировалось fallen1087; 18.02.2009 в 03:05..
  Ответить с цитированием
Cказали cпасибо:
Старый 18.02.2009, 01:23 Вверх   #2
Человек
 
Аватар для TAIFUN
TAIFUN вне форума
Доп. информация
По умолчанию

fallen1087,
Not badly. Thx. You want hack awards or a picture of awards? And.. Correct please red colour on usual and a code to hide better the button

You can copy/save smilies.. push button "Ещё" in edit post )

Последний раз редактировалось TAIFUN; 18.02.2009 в 01:26..
  Ответить с цитированием
Cказали cпасибо:
Старый 18.02.2009, 01:33 Вверх   #3
Местный житель
 
Аватар для bigboss
bigboss вне форума
Доп. информация
По умолчанию

Вот и поговорили
  Ответить с цитированием
2 пользователя(ей) сказали cпасибо:
Старый 18.02.2009, 03:08 Вверх   #4
Пользователь
 
Аватар для fallen1087
fallen1087 вне форума
Доп. информация
По умолчанию

Not badly. Thx. You want hack awards or a picture of awards? And.. Correct please red colour on usual and a code to hide better the button

You can copy/save smilies.. push button "Ещё" in edit post )
i need hack and images (picture)... :) this is nice forum... have cool rate theads ...funy :D

i can talk In RUS LANG..i understand rus lang...i talk in rus...but i no have rus in my keyboard.. :D i can only say rus using eng key :D Privet kak dela :D

Последний раз редактировалось fallen1087; 18.02.2009 в 03:11..
  Ответить с цитированием
Cказали cпасибо:
Старый 18.02.2009, 13:05 Вверх   #5
.:V.I.P.:.
 
Аватар для SerGaNja
SerGaNja вне форума
Доп. информация
По умолчанию

Цитата Сообщение от fallen1087 Посмотреть сообщение
Privet kak dela :D
Hello..Very nice!
  Ответить с цитированием
Старый 18.02.2009, 13:25 Вверх   #6
Коварный тип
 
Аватар для Serberg
Serberg вне форума
Доп. информация
По умолчанию

fallen1087, Greetings. I so understand you want same hack as at us and the same awards. What at you the vBulletin version ?

If your vercion 3.7.x or 3.8.x then go to link http://bormotuhi.net/downloads.php?do=file&id=253
  Ответить с цитированием
Старый 18.02.2009, 14:48 Вверх   #7
Пользователь
 
Аватар для fallen1087
fallen1087 вне форума
Доп. информация
По умолчанию

Цитата Сообщение от Serberg Посмотреть сообщение
fallen1087, Greetings. I so understand you want same hack as at us and the same awards. What at you the vBulletin version ?

If your vercion 3.7.x or 3.8.x then go to link http://bormotuhi.net/downloads.php?do=file&id=253
yee i have 3.8.1 .....i download this hack but here is only 2 medals..i need medals images...weare i can get images?
  Ответить с цитированием
Старый 18.02.2009, 15:09 Вверх   #8
Коварный тип
 
Аватар для Serberg
Serberg вне форума
Доп. информация
По умолчанию

Clearly. Well in general I search for medals on the Internet and a little them I prepare to lower the size of a file before installation on a forum. I am ready to give twenty pieces. Take away: http://upload.com.ua/get/900717689/
  Ответить с цитированием
Старый 18.02.2009, 15:25 Вверх   #9
Пользователь
 
Аватар для fallen1087
fallen1087 вне форума
Доп. информация
По умолчанию

Цитата Сообщение от Serberg Посмотреть сообщение
Clearly. Well in general I search for medals on the Internet and a little them I prepare to lower the size of a file before installation on a forum. I am ready to give twenty pieces. Take away: http://upload.com.ua/get/900717689/
oh thx :) u good ... and rank images (ganerel, kopral) in the same award system?weare i can search this military rank?i search in google & yahoo but i find only in vbulletin.com :/

Последний раз редактировалось fallen1087; 18.02.2009 в 16:03..
  Ответить с цитированием
Старый 18.02.2009, 16:55 Вверх   #10
Коварный тип
 
Аватар для Serberg
Serberg вне форума
Доп. информация
По умолчанию

Цитата Сообщение от fallen1087
oh thx :) u good ... and rank images (ganerel, kopral) in the same award system?weare i can search this military rank?i search in google & yahoo but i find only in vbulletin.com :/
No, epaulets are my personal idea. We did them with дургом specially for this forum. Unfortunately they are not subject to distribution. Epaulets work on system of ranks. I.e. the user types certain quantity of messages and promotes. It is standard function of a forum, only at you asterisks are added, and at me epaulets....
  Ответить с цитированием
Старый 18.02.2009, 20:38 Вверх   #11
Пользователь
 
Аватар для fallen1087
fallen1087 вне форума
Доп. информация
По умолчанию hmmmmm

i in my forum make nev post and have memory error...but pres refresh this send me this : This post is a duplicate of a post that you have posted in the last five... how i can tur off this shit?
  Ответить с цитированием
Старый 18.02.2009, 20:41 Вверх   #12
Коренной житель
 
Аватар для TriGun
TriGun вне форума
Доп. информация
По умолчанию

Izvinite konechnob no mojno teper' vse na russkom i snachala?:D
  Ответить с цитированием
Старый 18.02.2009, 20:45 Вверх   #13
Пользователь
 
Аватар для fallen1087
fallen1087 вне форума
Доп. информация
По умолчанию

Цитата Сообщение от TriGun Посмотреть сообщение
Izvinite konechnob no mojno teper' vse na russkom i snachala?:D
nada angliskij u4it...ja mog i tak pisat..no padumal sto nikto tut nepajmjot :D jesli budu pisat po ruski s ENG bukvami..

Последний раз редактировалось fallen1087; 18.02.2009 в 21:19..
  Ответить с цитированием
Старый 18.02.2009, 22:30 Вверх   #14
Коварный тип
 
Аватар для Serberg
Serberg вне форума
Доп. информация
По умолчанию

Цитата Сообщение от fallen1087
i in my forum make nev post and have memory error...but pres refresh this send me this : This post is a duplicate of a post that you have posted in the last five... how i can tur off this shit?
Аналогичная ботва появилась после обновления версии. У меня проскакивает 1 раз в сто лет.

Цитата Сообщение от fallen1087
nada angliskij u4it...ja mog i tak pisat..no padumal sto nikto tut nepajmjot :D jesli budu pisat po ruski s ENG bukvami..
Так промт не переводит, а читать как то не удобно.
  Ответить с цитированием
Старый 19.02.2009, 12:35 Вверх   #15
Человек
 
Аватар для TAIFUN
TAIFUN вне форума
Доп. информация
По умолчанию

fallen1087,
пользуемся кнопкой это для тех у кого нет русской раскладки на клавиатуре
  Ответить с цитированием
3 пользователя(ей) сказали cпасибо:
Старый 20.02.2009, 22:47 Вверх   #16
Пользователь
 
Аватар для fallen1087
fallen1087 вне форума
Доп. информация
По умолчанию

а какая версия VBulletin луце?
  Ответить с цитированием
Старый 20.02.2009, 23:04 Вверх   #17
Web Master
 
Аватар для lyapish
lyapish вне форума
Доп. информация
По умолчанию

fallen1087,
ставь новую 3.8.1

хотя мне и на 3.7.3 не плохо
  Ответить с цитированием
Старый 20.02.2009, 23:14 Вверх   #18
Пользователь
 
Аватар для fallen1087
fallen1087 вне форума
Доп. информация
По умолчанию

Цитата Сообщение от lyapish Посмотреть сообщение
Fallen1087,
ставь новую 3.8.1

хотя мне и на 3.7.3 не плохо

мне сцас йест 3.8.1 но на ней хаков мало..я во думаю какую нит из 3.7.х
  Ответить с цитированием
Старый 21.02.2009, 08:38 Вверх   #19
Человек
 
Аватар для TAIFUN
TAIFUN вне форума
Доп. информация
По умолчанию

fallen1087,
vB 3.7.5
  Ответить с цитированием
Cказали cпасибо:
Старый 27.02.2009, 03:35 Вверх   #20
Человек
 
Аватар для TAIFUN
TAIFUN вне форума
Доп. информация
По умолчанию

fallen1087, 97% процентов хаков от 3.7 идут под 3.8
  Ответить с цитированием
Ответ


Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.

Быстрый переход


Текущее время: 02:56. Часовой пояс GMT +3.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc. Перевод: zCarot
 

Время генерации страницы 0.18743 секунды с 13 запросами