Razoor Posted December 28, 2015 Report Share Posted December 28, 2015 Здравствуйте! У меня возникла проблема с чатом, не могу в нем писать... Quote Link to comment Share on other sites More sharing options...
MrHaack Posted December 28, 2015 Report Share Posted December 28, 2015 А чего вы на IPB 3.x то сидите? Поддержка закончена его. Переходите на IPS 4.1 А насчет чата я не помню.. Это же когда у меня IPB 3.x то был..... Давно очень Quote Link to comment Share on other sites More sharing options...
Razoor Posted December 28, 2015 Author Report Share Posted December 28, 2015 2 часа назад, MrHaack сказал: А чего вы на IPB 3.x то сидите? Поддержка закончена его. Переходите на IPS 4.1 А насчет чата я не помню.. Это же когда у меня IPB 3.x то был..... Давно очень тк вот снес форум старый там был этот же чат, скачал туже версию IPB 3.4.6, установил чат и чего то не пашет Quote Link to comment Share on other sites More sharing options...
Razoor Posted December 28, 2015 Author Report Share Posted December 28, 2015 ну что никто не знает? Quote Link to comment Share on other sites More sharing options...
ro-avde Posted December 28, 2015 Report Share Posted December 28, 2015 2 часа назад, Razoor сказал: ну что никто не знает? попробуй удалить чат, таблицы из базы и поставить вот этот. Он у меня стоял на тройке, не сработает, значит искать уже проблему в самом форуме IPB Shoutbox 1.4.1 RUS.zip Quote Link to comment Share on other sites More sharing options...
Back Posted December 28, 2015 Report Share Posted December 28, 2015 Всегда проблема с javascript Найти: <!-- jQuery - Do you already load this javascript? (i.e. cometchat) --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" ></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.5.3/jquery-ui.min.js" ></script> <!-- Rotating Code --> <script type="text/javascript"> $(document).ready(function(){ $("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true); }); Заменить на: <!-- jQuery - Do you already load this javascript? (i.e. cometchat) --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.5.3/jquery-ui.min.js" ></script> <!-- Rotating Code --> <script type="text/javascript"> jQuery(document).ready(function(){ jQuery("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true); }); Или скачать последния версия чат на данный момент [IF] IPB Shoutbox 1.4.2 (Build 2) //ipbmafia.ru/applications/core/interface/file/attachment.php?id=14263 Quote Link to comment Share on other sites More sharing options...
Razoor Posted December 29, 2015 Author Report Share Posted December 29, 2015 Всем спасибо, все решилось! Скачать 1.4.2 (удалил т.к. он на английском) опять закинул 1.4.1 все норм стало Quote Link to comment Share on other sites More sharing options...
Dark1 Posted February 17, 2016 Report Share Posted February 17, 2016 В 28.12.2015 в 06:45, Back сказал: Всегда проблема с javascript Найти: <!-- jQuery - Do you already load this javascript? (i.e. cometchat) --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" ></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.5.3/jquery-ui.min.js" ></script> <!-- Rotating Code --> <script type="text/javascript"> $(document).ready(function(){ $("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true); }); Заменить на: <!-- jQuery - Do you already load this javascript? (i.e. cometchat) --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.5.3/jquery-ui.min.js" ></script> <!-- Rotating Code --> <script type="text/javascript"> jQuery(document).ready(function(){ jQuery("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true); }); Или скачать последния версия чат на данный момент [IF] IPB Shoutbox 1.4.2 (Build 2) //ipbmafia.ru/applications/core/interface/file/attachment.php?id=14263 Скачал я эту версию чата, но кнопки всё равно не активны. А где этот код искать? (Если в globalTemplate, то у меня там нету такого кода) Quote Link to comment Share on other sites More sharing options...
Back Posted February 17, 2016 Report Share Posted February 17, 2016 1 час назад, Dark1 сказал: Скачал я эту версию чата, но кнопки всё равно не активны. А где этот код искать? (Если в globalTemplate, то у меня там нету такого кода) Искать их в skin_shoutbox_hooks-hookGlobalShoutbox Quote Link to comment Share on other sites More sharing options...
Dark1 Posted February 17, 2016 Report Share Posted February 17, 2016 2 часа назад, Back сказал: Искать их в skin_shoutbox_hooks-hookGlobalShoutbox Там нету такого когда, вот весь код: Спойлер <!--- ShoutBoxJsLoader ---> <script type='text/javascript'> /* Setup some value */ ipb.shoutbox.shoutboxGLOBAL = true; </script> <if test="in_array( $this->settings['shoutbox_global_hook'], array( 'b' ) )"><br class="clear"/></if> <div class='category_block block_wrap' id='category_shoutbox'> <h3 class='maintitle'> <a class='toggle right' href='#' title='{$this->lang->words['toggle_shoutbox']}'>{$this->lang->words['toggle_shoutbox']}</a> <a href="{parse url="app=shoutbox" seotitle="false" base="public"}" title='{$this->lang->words['view_main_shoutbox']}'>{$this->settings['shoutbox_title']}</a> <if test="showPopupLink:|:$this->settings['shoutbox_popup']"><a href="#" id="shoutbox-popup-button" title="{$this->lang->words['open_popup']}"><img src="{$this->settings['img_url']}/shoutbox/popup.png" alt="{$this->lang->words['open_popup']}" /></a></if> </h3> <div class='ipsBox table_wrap'><div class='ipsBox_container'> <table class='ipb_table shoutbox_table'> {$d['announcement']} <if test="$this->settings['shoutbox_global_theme'] == 2"> <tr class='row1'> <td valign='top' class='altrow' colspan='2'> <div id='shoutbox-shouts' style='height:{$d['shout_height']}px;overflow:auto'> {$d['noshouts']} {parse template="inactivePrompt" group="skin_shoutbox" params=""} <table id='shoutbox-shouts-table'> <tbody> {$d['shouts']} </tbody> </table> </div> <div id='shouts-global-resizer'></div> {parse template="popupInlineError" group="skin_shoutbox" params="glb"} </td> </tr> <if test="$this->memberData['g_shoutbox_use']"> <tr class='row1'> <td class='altrow' valign='top' colspan='2'> <input type='text' id='shoutbox-global-shout' size='70' class='input_text' /> <input type='button' id='shoutbox-submit-button' value='{$this->lang->words['shout']}' class='input_submit' /> <input type='button' id='shoutbox-clear-button' value='{$this->lang->words['clear']}' class='input_submit alt' /> <input type='button' id='shoutbox-refresh-button' value='{$this->lang->words['refresh']}' class='input_submit alt' /> <if test="$this->settings['shoutbox_allow_smilies']"> <input type='button' id='shoutbox-smilies-button' value='{$this->lang->words['smilies']}' class='input_submit alt' data-clicklaunch="populateSmilies" data-scope="shoutbox" /></if> <if test="$this->settings['shoutbox_allow_bbcode']"> <input type='button' id='shoutbox-bbcode-button' value='{$this->lang->words['bbcode']}' class='input_submit alt' /></if> <input type='button' id='shoutbox-myprefs-button' value='{$this->lang->words['my_prefs']}' class='input_submit alt' /> </td> </tr> </if> <else /> <tr class='row1'> <td class='altrow' valign='top'<if test="$this->memberData['g_shoutbox_use']"> style='width:75%'<else /> colspan='2'</if>> <div id='shoutbox-shouts' style='height:{$d['shout_height']}px;overflow:auto'> {$d['noshouts']} {parse template="inactivePrompt" group="skin_shoutbox" params=""} <table id='shoutbox-shouts-table'> <tbody> {$d['shouts']} </tbody> </table> </div> <div id='shouts-global-resizer'></div> {parse template="popupInlineError" group="skin_shoutbox" params="glb"} </td> <if test="$this->memberData['g_shoutbox_use']"> <td class='short row2 altrow' style='width:25%;min-width:250px;' valign='top'> <textarea id='shoutbox-global-shout' style='width:92%;overflow:auto;' rows='3' cols='50' class='input_text'></textarea> <br /><br /> <input type='button' id='shoutbox-submit-button' value='{$this->lang->words['shout']}' class='input_submit' /> <input type='button' id='shoutbox-clear-button' value='{$this->lang->words['clear']}' class='input_submit alt' /> <input type='button' id='shoutbox-refresh-button' value='{$this->lang->words['refresh']}' class='input_submit alt' /> <br /><br /> <if test="$this->settings['shoutbox_allow_smilies']"> <input type='button' id='shoutbox-smilies-button' value='{$this->lang->words['smilies']}' class='input_submit alt' data-clicklaunch="populateSmilies" data-scope="shoutbox" /></if> <if test="$this->settings['shoutbox_allow_bbcode']"> <input type='button' id='shoutbox-bbcode-button' value='{$this->lang->words['bbcode']}' class='input_submit alt' /></if> <input type='button' id='shoutbox-myprefs-button' value='{$this->lang->words['my_prefs']}' class='input_submit alt' /> </td> </if> </tr> </if> </table> </div></div> </div> <if test="in_array( $this->settings['shoutbox_global_hook'], array( 't', 'ct' ) )"><br class="clear"/></if> <script type='text/javascript'> //<![CDATA[ {$d['js']} //]]> </script> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.