[Мод] [AJAX] Inferno IPBShout RU Lite - лучший ShoutBox чат для IPB

Чат Inferno IPBShout дейтвительно лучший под IPB

  • Да! Несомненно.

    Голосов: 124 56,9%
  • Лучший из shoutbox'ов. Но мне его функционала не хватает.

    Голосов: 62 28,4%
  • Нет.

    Голосов: 32 14,7%

  • Всего проголосовало
    218
Имхо смысл форума в том, чтобы писать туда а не в чат. Зачем же тогда форум? )
 
ни одна ссылка на демо так и не работает...
так как посмотреть это чудо??
 
На 2.3.6 стал нормально, но имеются недоработки - типа возможности писать себе, и редиректом при обращении к отдельной странице чата.
 
Я не пойму, этот чат для 2.х или 3.х? На 3.х он кажется не идет.
 
1. Можно ли отключить приват?
2. Ребят, помогите пожалуйста сделать сворачивающееся окно с записью в куки. По инструкции, котору здесь выложили ничего не получается. И ребилд скинов делаю, все равно 2 шапки у чата появляется и вообще все в кривь и вкось. Очень нужно!

Мой код:
Код:
<div style='display:none;' id='fc_chat'>
<div class='borderwrap'>
<div class='maintitlecollapse'>
  <div style='float:right;width:auto'><a href="javascript:togglecategory('chat', 0)"><{E_PLUS}></a></div>
	<{CAT_IMG}> 
	<span align='left'><a href="{$this->ipsclass->base_url}act=shoutbox" title="Чат">{$this->ipsclass->vars['ishout_sbtitle']}</a></span>
  <span align='right'>[<a href="{$this->ipsclass->base_url}autocom=infernoshout" title="Архив чата">Архив чата</a>]</span>
  </div>
</div></div>
<div style='display:{$data['fo']}' id='fo_chat'>
<div class='borderwrap'>
<div class='maintitle'>
  <div style='float:right;width:auto'><a href="javascript:togglecategory('chat', 1)"><{E_MINUS}></a></div>
	<{CAT_IMG}> 
	<span align='left'><a href="{$this->ipsclass->base_url}act=shoutbox" title="Чат">{$this->ipsclass->vars['ishout_sbtitle']}</a></span>
  <span align='right'>[<a href="{$this->ipsclass->base_url}autocom=infernoshout" title="Архив чата">Архив чата</a>]</span>
</div>
	<div class="row1">
<table width="100%">
<tbody id="shoutbox_editshout" style="display: none;">
	<tr>
		<td class="row1" align="left" width="100%">
			<form onsubmit="return InfernoShoutbox.do_edit_shout();" action="index.php" id="editshoutform">
				<span style="float: right;">
					<input type="submit" class="button" value="Update" />
					<input type="button" class="button" value="Delete" onclick="InfernoShoutbox.do_edit_shout(true);" />
					<input type="button" class="button" value="Cancel" onclick="InfernoShoutbox.cancel_edit_shout();" />
				</span>
				<input type="text" size="60" class="bginput" name="editshout" />
				<input type="hidden" name="shoutid" value="" />
			</form>
		</td>
	</tr>
</tbody>
<tbody id="shoutbox_smilies" style="display: none;">
	<tr>
		<td class="row1" align="center" width="100%" id="shoutbox_smilies_row">
		</td>
	</tr>
</tbody>
<tbody>
	<tr>
		<td class="row1" align="left" width="100%">
		<if="!$this->ipsclass->vars['ishout_editor_position'] AND $this->ipsclass->member['id'] > 0">
			<form onsubmit="return InfernoShoutbox.shout();" action="index.php">
			{$editor}
			<div style="height: 4px"></div>
			</form>
		</if>
		<div class="row2" style="padding: 0px; margin: 0px; border: 0px !important;">
				<table width="100%" cellpadding="0" cellspacing="0" id="ipshout_pro_tabs">
				<tr>
					<td class="row1" width="100%" style="padding: 0px; margin: 0px; border: 0px !important;">&nbsp;</td>
				</tr>
				</table>
		</div>
		<div class="row2" id="shoutbox_notice" style="border: 0px !important; display: none; padding-left: 3px; padding-top: 3px; padding-bottom: 0px; padding-right: 0px;"><b class="highlight">Объявление:</b> <span class="smallfont" id="shoutbox_notice_message"></span></div>
		<div class="row2" id="shoutbox_window" style="border: 0px !important; padding-top: 3px;"><span id="shoutbox_frame" style="border: 0px !important; display: block; padding: 3px; overflow:auto;height:{$this->ipsclass->vars['ishout_height']}px; width: 99%;">Загрузка...</span><span id="shoutbox_users_frame" style="display: none; padding: 3px; overflow:auto;height:{$this->ipsclass->vars['ishout_height']}px; width: 99%;">Загрузка...</span></div>
		<div class="row1"><div class="row2" id="shoutbox_bottom" style="border: 0px !important; margin: 0px; padding: 0px;"></div></div>
		<if="$this->ipsclass->vars['ishout_editor_position'] AND $this->ipsclass->member['id'] > 0">
			<form onsubmit="return InfernoShoutbox.shout();" action="index.php">
			{$editor}
			</form>
		</if>
		</td>
	</tr>
</tbody>
</table>
</div>
</div>
</div>
<br />
<script type="text/javascript" src="infernoshout/browser/infernoshout.js?ver=2.5.0.2"></script>
<script type="text/javascript">
<!--
/**
 * Inferno Shoutbox Javascript Engine
 * Created By Inferno Technologies
 * All Rights Reserved
 * * * * * * * * * * * * * * *
 */
InfernoShoutbox = new _ishout;
<if="$this->ipsclass->input['code'] == 'detach'">InfernoShoutbox.detached = true;</if>
<if="$this->ipsclass->vars['ishout_aop']">InfernoShoutbox.aop = true;</if>
InfernoShoutbox.initiate(
	'{$script}',
	'{$this->ipsclass->vars['ishout_idletime']}',
	'{$this->ipsclass->infernoshout->editor_settings['s_bold']}',
	'{$this->ipsclass->infernoshout->editor_settings['s_italic']}',
	'{$this->ipsclass->infernoshout->editor_settings['s_underline']}',
	'{$this->ipsclass->vars['ishout_shoutorder']}',
	'{$this->ipsclass->vars['ishout_flood']}',
	'{$this->ipsclass->vars['ishout_height']}',
	parseInt("{$this->ipsclass->vars[ishout_ajaxrefresh]}") * 1000,
	0
);
<if="$this->ipsclass->vars['ishout_autoidle']">InfernoShoutbox.idle = true;</if>
-->
</script>
 
пожалуйста выложите ссылку на последнюю версию, а то постов мало пока - не показывается ссылка, а флудить не хочеться.
 
Помогите :bc::bc::confused: все файлы залил, чат установил, он включён, в глобальном шаблоне написал <% CHAT %>, а на форуме так и отображатеся текст <% CHAT %> а самого чата нет. Почему? :(

Добавлено через 9 минут
Нашёл про версию 2.3.6
Код:
$this->ipsclass->skin['_wrapper'] = str_replace( "<% CHAT %>" , $this->ipsclass->infernoshout->box, $this->ipsclass->skin['_wrapper']);


добавил и чат всё равно не работает, теперь нет ни текста <% CHAT %> ни чата :bc::bc::bc::bc::bc:

Добавлено через 29 минут
Вот блин, инструкцию то не увидел, заработало :D:D
 
Назад
Сверху