форум vBSupport.ru > vBulletin > Old vB versions (3.0.x & 2.x.x) > vBulletin 3.6.x > Made in vBSupport.org 3.6
Register Меню vBsupport Изображения Files Manager О рекламе Today's Posts Search
  • Родная гавань
  • Блок РКН снят
  • Premoderation
  • For English speaking users
  • Каталог Фрилансеров
  • If you want to buy some product or script
  • Администраторам
VBsupport перешел с домена .ORG на родной .RU Ура! Пожалуйста, обновите свои закладки - VBsupport.ru
Блок РКН снят, форум доступен на всей территории России, включая новые терртории, без VPN
На форуме введена премодерация ВСЕХ новых пользователей

Почта с временных сервисов, типа mailinator.com, gawab.com и/или прочих, которые предоставляют временный почтовый ящик без регистрации и/или почтовый ящик для рассылки спама, отслеживается и блокируется, а так же заносится в спам-блок форума, аккаунты удаляются
for English speaking users:
You may be surprised with restriction of access to the attachments of the forum. The reason is the recent change in vbsupport.org strategy:

- users with reputation < 10 belong to "simple_users" users' group
- if your reputation > 10 then administrator (kerk, Luvilla) can decide to move you into an "improved" group, but only manually

Main idea is to increase motivation of community members to share their ideas and willingness to support to each other. You may write an article for the subject where you are good enough, you may answer questions, you may share vbulletin.com/org content with vbsupport.org users, receiving "thanks" equal your reputation points. We should not only consume, we should produce something.

- you may:
* increase your reputation (doing something useful for another members of community) and being improved
* purchase temporary access to the improved category:
10 $ for 3 months. - this group can download attachments, reputation/posts do not matter.
20 $ for 3 months. - this group can download attachments, reputation/posts do not matter + adds eliminated + Inbox capacity increased + files manager increased permissions.

Please contact kerk or Luvilla regarding payments.

Important!:
- if your reputation will become less then 0, you will be moved into "simple_users" users' group automatically.*
*for temporary groups (pre-paid for 3 months) reputation/posts do not matter.
Уважаемые пользователи!

На форуме открыт новый раздел "Каталог фрилансеров"

и отдельный раздел для платных заказов "Куплю/Закажу"

Если вы хотите приобрести какой то скрипт/продукт/хак из каталогов перечисленных ниже:
Каталог модулей/хаков
Ещё раз обращаем Ваше внимание: всё, что Вы скачиваете и устанавливаете на свой форум, Вы устанавливаете исключительно на свой страх и риск.
Сообщество vBSupport'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота.
Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
 
 
 
 
VADOS [Dj]
Продвинутый
 
VADOS [Dj]'s Avatar
Exclamation Хак "Смайлы в форме быстрого ответа"
7

Приветствую всех!

Некоторое время назад после перехода с vBulletin 3.0.x на 3.5.x передо мною встала проблема: как поставить в форуму быстрого ответа кликабельные смайлы...

Вариант Керка со смайлами из выпадающего меню меня не устраивал по-многим причинам, посему был изобретён некий "индивидум", сочетающий в себе код одного из форумцев (если он тут появляется ещё, то прошу тебя отписать, забыл ник) + некоторые мои добаротки...

Единственное неудобство - смайлы не вставляются автоматически после установки хака, вам придётся отредактировать пути к смайлам, их описания и сам код смайла... Но так как смайлов в форуме быстрого ответа не должно быть много (да и не делает никто много) - тут не должно возникнуть никаких проблем, благо потраченные усилия оправдаются с лихвой

Данный вариант работает у меня с линейки 3.5.х по нынешнюю версию 3.6.4

Собственно, что нужно сделать: открываем шаблон showthread_quickreply, удаляем оттуда весь код и вставляем этот:
Code:
<if condition="$show['editor_toolbar']">
<div id="{$editorid}_controls" class="controlbar">
	<table cellpadding="0" cellspacing="0" border="0">
	<tr>
	<if condition="$show['basic_bbcode']">
		<td><div class="imagebutton" id="{$editorid}_cmd_bold"><img src="$stylevar[imgdir_editor]/bold.gif" width="21" height="20" alt="$vbphrase[bold]" /></div></td>
		<td><div class="imagebutton" id="{$editorid}_cmd_italic"><img src="$stylevar[imgdir_editor]/italic.gif" width="21" height="20" alt="$vbphrase[italic]" /></div></td>
		<td><div class="imagebutton" id="{$editorid}_cmd_underline"><img src="$stylevar[imgdir_editor]/underline.gif" width="21" height="20" alt="$vbphrase[underline]" /></div></td>
		<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
	</if>
	<if condition="$show['color_bbcode']">
		<td><div class="imagebutton" id="{$editorid}_popup_forecolor" title="$vbphrase[colors]">
			<table cellpadding="0" cellspacing="0" border="0">
			<tr>
				<td id="{$editorid}_color_out"><img src="$stylevar[imgdir_editor]/color.gif" width="21" height="16" alt="" /><br /><img src="$vboptions[cleargifurl]" id="{$editorid}_color_bar" alt="" style="background-color:black" width="21" height="4" /></td>
				<td class="alt_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.gif" alt="" width="11" height="16" /></td>
			</tr>
			</table>
		</div></td>
	</if>
		<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
	<if condition="$show['url_bbcode']">
		<td><div class="imagebutton" id="{$editorid}_cmd_createlink"><img src="$stylevar[imgdir_editor]/createlink.gif" width="21" height="20" alt="$vbphrase[insert_link]" /></div></td>
	</if>
	<if condition="$show['img_bbcode']">
		<td><div class="imagebutton" id="{$editorid}_cmd_insertimage"><img src="$stylevar[imgdir_editor]/insertimage.gif" width="21" height="20" alt="$vbphrase[insert_image]" /></div></td>
	</if>
		<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
		<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_quote"><img src="$stylevar[imgdir_editor]/quote.gif" width="21" height="20" alt="$vbphrase[wrap_quote_tags]" /></div></td>
		
	</tr>
</table>
</div>
</if>
<table cellpadding="0" cellspacing="0" border="0">
<tr>
	<td class="controlbar">
		<if condition="$show['qr_require_click']">
		<textarea name="message" id="{$editorid}_textarea" rows="20" cols="80" style="width:$stylevar[messagewidth]; height:200px" tabindex="1" dir="$stylevar[textdirection]" disabled="disabled">$vbphrase[click_quick_reply_icon]</textarea>
		<else />
		<textarea name="message" id="{$editorid}_textarea" rows="20" cols="80" style="width:$stylevar[messagewidth]; height:200px" tabindex="1" dir="$stylevar[textdirection]"></textarea>
		</if>
	</td>
	<td>

			<fieldset id="{$editorid}_smiliebox" style="background-color:white" title="$vbphrase[smilies]">
				<legend>$vbphrase[smilies]</legend>
				<table cellpadding="4" cellspacing="0" border="0" align="center" width="150"><tr><td> 

				<script type="text/javascript">
				<!--
				vB_Editor['$editorid'] = new vB_Text_Editor('$editorid', $editortype, '$forumid', '$parsesmilie');
				var QR_EditorID = '$editorid';

				function InsertSmile(SmileName){
					if(document.selection){
						document.vbform.message.focus();
						document.selection.createRange().text += SmileName + ' ';
					}
					else{
						document.vbform.message.focus();
						document.vbform.message.value+=  SmileName + ' ';
					}
				}
				//-->
				</script>
				<center>
				<img src="images/smilies/ab.gif" onClick="InsertSmile(' :)');" title=":)" border="0" style="cursor: hand;" />&nbsp; &nbsp;
				<img src="images/smilies/ac.gif" onClick="InsertSmile(' :(');" title=":(" border="0" style="cursor: hand;" />&nbsp; &nbsp;
				<img src="images/smilies/bi.gif" onClick="InsertSmile(' :scream:');" title=":scream:" border="0" style="cursor: hand;" />&nbsp; &nbsp; <br> <br>
				<img src="images/smilies/al.gif" onClick="InsertSmile(' :-X');" title=":-X" border="0" style="cursor: hand;" />&nbsp; &nbsp;
				<img src="images/smilies/ai.gif" onClick="InsertSmile(' O_o');" title="O_o" border="0" style="cursor: hand;" />&nbsp; &nbsp;
				<img src="images/smilies/ak.gif" onClick="InsertSmile(' :cry:');" title=":cry:" border="0" style="cursor: hand;" />&nbsp; &nbsp; <br> <br>
				<img src="images/smilies/evil_3.gif" onClick="InsertSmile(' :mad:');" title=":mad:" border="0" style="cursor: hand;" />&nbsp; &nbsp;
				<img src="images/smilies/ag.gif" onClick="InsertSmile(' :D');" title=":D" border="0" style="cursor: hand;" />&nbsp; &nbsp;
				<img src="images/smilies/ay.gif" onClick="InsertSmile(' :good:');" title=":good:" border="0" style="cursor: hand;" />&nbsp; &nbsp; <br> <br>
				<img src="images/smilies/ad.gif" onClick="InsertSmile(' ;)');" title=";)" border="0" style="cursor: hand;" />&nbsp; &nbsp;
				<img src="images/smilies/ar.gif" onClick="InsertSmile(' :happy:');" title=":happy:" border="0" style="cursor: hand;" />&nbsp; &nbsp;
				<img src="images/smilies/ae.gif" onClick="InsertSmile(' :P');" title=":P" border="0" style="cursor: hand;" />&nbsp; &nbsp; <br> <br>
				
</td></tr>
				<tr>
					<td class="smallfont" colspan="$vboptions[smcolumns]">[<a href="#" onclick="vB_Editor['$editorid'].open_smilie_window(smiliewindow_x, smiliewindow_y); return false" title="<phrase 1="$vboptions[smtotal]" 2="$totalsmilies">$vbphrase[showing_x_smilies_of_y_total]</phrase>">$vbphrase[more]</a>]</td>
				</tr>
				</table>
			</fieldset>
			<else />
			<div id="smiliebox" style="display:none"></div>
	</td>
</tr>
</table>
В итоге форма ответа будет выглядеть так:


Прошу обратить внимание, что если у вас стоят дополнительные BB-кнопки в форме быстрого ответа, то вам необходимо будет добавить их в этот код!

Сделайте бэкап оригинального кода шаблона, который меняете - на тот случай, чтобы потом сравнить и сделать всё красиво

Если у кого-то возникнут вопросы, то задавайте их здесь, отвечу по-возможности...

Понравился хак? Нажми "Спасибо" !
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
kerk
k0t
 
kerk's Avatar
Default
0

VADOS [Dj],
посмотри, как подгружается вес блок смаилов в моем хаке, и, думаю, твои можно довести до нормалного состояния... =))
 
 
VADOS [Dj]
Продвинутый
 
VADOS [Dj]'s Avatar
Default
0

Quote:
Originally Posted by kerk View Post
посмотри, как подгружается вес блок смаилов в моем хаке, и, думаю, твои можно довести до нормалного состояния... =))
Спасибо за совет, займусь этим в ближайшие пару дней и постараюсь сделать нормально
Хотя не уверен, что разберусь... Может подскажешь?

Last edited by VADOS [Dj] : 02-04-2007 at 12:27 AM.
 
 
Lazek
Эксперт
 
Lazek's Avatar
Default
0

Кто нить довел до ума этот вариант?
 
 
nebesa
Знаток
 
nebesa's Avatar
Smile
0

несоветую ставить у меня воть шо получилось хотя если нажать ЕЩЁ то выскакивает окно со смайлами
Attached Thumbnails
2007-04-22_204835.jpg  
 
 
Lazek
Эксперт
 
Lazek's Avatar
Default
0

kerk, Может ты сможешь оптимизировать этот вариант для быстрого ответа?
 
 
nebesa
Знаток
 
nebesa's Avatar
Default
0

было бы просто прекрасно
 
 
jedl2007
Специалист
 
jedl2007's Avatar
Default
0

Я его переделал под себя, все отлично работает
 
 
Lazek
Эксперт
 
Lazek's Avatar
Default
0

jedl2007, Если конечно можешь выложи его в свет.. плз
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off




All times are GMT +4. The time now is 03:27 PM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.