Whiteangel Posted January 31, 2014 Share Posted January 31, 2014 Hi smile.png So, i've a problem with IPB Shoutbox 1.4.1. Installation : OK Configuration : OK Recached Skin : OK So, I can not put a word in the shoutbox. All button "Shout" "Smiley" ... does not work. Button "Shout" and touch ENTER don't work too Javascript is OK in my PC ... I can not find solutions Thx for help Link to comment Share on other sites More sharing options...
0 Guest jouwdan Posted February 8, 2014 Share Posted February 8, 2014 I'm having the same problem, but the messages aren't sending on the shoubox, when I hit enter. Fixed your problem. You had <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> in the globaltemplate which was conflicting with jquery. 1 Link to comment Share on other sites More sharing options...
0 Phun Posted January 31, 2014 Share Posted January 31, 2014 Are you using any hook on the index page or any custom code to import or overwrite jquery? Link to comment Share on other sites More sharing options...
0 GradientWizzard Posted January 31, 2014 Share Posted January 31, 2014 Does it also do the same on other skins? Achievements: February 14 2013 - Joined WebFlake & Became Moderator.March 26 2013 - Became a Dad of 1 kid.April 8 2015 - Became a Dad of 2 kids.July 15 2015 - Retired as a Moderator.November 11 2016 - Passed my Car Driving Licence.April 13 2017 - Became apart of the Junior Moderator Team. Link to comment Share on other sites More sharing options...
0 Whiteangel Posted January 31, 2014 Author Share Posted January 31, 2014 (edited) @Phun : I do not think so. Here is my list of hooks: http://s3.amazonaws.com/awesome_screenshot/3840861?AWSAccessKeyId=0R7FMW7AXRVCYMAPTPR2&Expires=1391185928&Signature=F8CXQEExFwU6PETyHDjePtzdgwA%3D @hidden Ninja : Don't work with other theme Edited January 31, 2014 by Whiteangel Link to comment Share on other sites More sharing options...
0 GradientWizzard Posted January 31, 2014 Share Posted January 31, 2014 OK, send me Admin Login Details ill take a look Achievements: February 14 2013 - Joined WebFlake & Became Moderator.March 26 2013 - Became a Dad of 1 kid.April 8 2015 - Became a Dad of 2 kids.July 15 2015 - Retired as a Moderator.November 11 2016 - Passed my Car Driving Licence.April 13 2017 - Became apart of the Junior Moderator Team. Link to comment Share on other sites More sharing options...
0 -Cookie- Posted January 31, 2014 Share Posted January 31, 2014 try reverting it ACP > Look & Feel > skin shoutbox hooks > hookglobalshoutbox and revert it Link to comment Share on other sites More sharing options...
0 Whiteangel Posted January 31, 2014 Author Share Posted January 31, 2014 @Hidden Ninja : I send @HSBC : This is : <!--- 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> Link to comment Share on other sites More sharing options...
0 JMPRockFm Posted February 2, 2014 Share Posted February 2, 2014 I'm having the same problem, but the messages aren't sending on the shoubox, when I hit enter. Link to comment Share on other sites More sharing options...
0 Phun Posted February 8, 2014 Share Posted February 8, 2014 Fixed your problem. You had <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> in the globaltemplate which was conflicting with jquery. That's what i was asking WhiteAngel, you can't load jquery twice or they will conflict with one another. Link to comment Share on other sites More sharing options...
0 Guest jouwdan Posted February 8, 2014 Share Posted February 8, 2014 That's what i was asking WhiteAngel, you can't load jquery twice or they will conflict with one another. Yup, Rock had it above the rainbow username script so I removed that line and it works fine now. 1 Link to comment Share on other sites More sharing options...
0 Kingy Posted February 20, 2014 Share Posted February 20, 2014 The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic. 1 Link to comment Share on other sites More sharing options...
Question
Whiteangel
Hi smile.png So, i've a problem with IPB Shoutbox 1.4.1.
Installation : OK
Configuration : OK
Recached Skin : OK
So, I can not put a word in the shoutbox. All button "Shout" "Smiley" ... does not work. Button "Shout" and touch ENTER don't work too
Javascript is OK in my PC ...
I can not find solutions
Thx for help
Link to comment
Share on other sites
11 answers to this question
Recommended Posts