Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
у меня после установки небльшой баг. буква "к" в конце и в начале слова не отображается. больше багов не видел.
Remove chr(0xCA) from input?
Нашел указание кодировки только в inferno_ipbinfernoshoutpro_settings.xml и inferno_ipbinfernoshoutpro_templates.xmlкодировка неверная стоит, по всей видимости win-1251, а надо utf-8
Как исправить баг: жму на Активны, и вижу
������ � ���� �������: 3
(а щас ������ � ���� �������: 0
������ ��� �������� ������������� � ����.)
Причем кажется только в одном месте
Как исправить?
Качал Для просмотра ссылки Войдиили Зарегистрируйся
Это не проблема чата а проблема сугубо настроек мускула у тебя на хостинге, это легко исправляется, как?
Для просмотра ссылки Войдиили Зарегистрируйся
Для просмотра ссылки Войдиили Зарегистрируйся
Для просмотра ссылки Войдиили Зарегистрируйся
Что бы архив правильно работал, поменяйте "chat" на "infernoshout", в файле \infernoshout\engine\inferno_shoutbox.phpА у меня проблема не могу посмотреть архив. Настраиваю всё, показывает страницы архива, а когда нажму на какую-то, так выбрасыват на главную.
Может кто подскажет в чём проблема?
// Constructer, called and run by IPB
function run_component()
{
$this->module_url = $this->ipsclass->base_url . "autocom=chat";
<div style="display:{$data['div_fc']}" id="fc_minichat">
<div class="maintitle_3"><div class="left"><div class="right"><div class="main_text">
<p class="expand"><a href="javascript:togglecategory('minichat', 0);"><{E_PLUS}></a></p>
<{CAT_IMG}>
<a href="{$this->ipsclass->base_url}autocom=infernoshout" title="Архив чата">{$this->ipsclass->vars['ishout_sbtitle']}</a>
</div></div></div></div>
</div>
<div style="display:{$data['div_fo']}" id="fo_minichat">
<div class="maintitle_3"><div class="left"><div class="right"><div class="main_text">
<p class="expand"><a href="javascript:togglecategory('minichat', 1);"><{E_MINUS}></a></p>
<{CAT_IMG}>
<a href="{$this->ipsclass->base_url}autocom=infernoshout" title="Архив чата">{$this->ipsclass->vars['ishout_sbtitle']}</a>
</div></div></div></div>
<div class="borderwrap">
<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="Обновить" />
<input type="button" class="button" value="Удалить" onclick="InfernoShoutbox.do_edit_shout(true);" />
<input type="button" class="button" value="Отмена" 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;"> </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
);
<if="$this->ipsclass->vars['ishout_autoidle']">InfernoShoutbox.idle = true;</if>
-->
</script>