TheKonradX Posted August 22, 2014 Share Posted August 22, 2014 Step 1. Admin CP Look & Feel Select Template skin_shoutbox_hooks hookGlobalShoutbox Find: <input type='button' id='shoutbox-myprefs-button' value='{$this->lang->words['my_prefs']}' class='input_submit alt' /> Add below: <input type='button' id='shoutbox-rules-button' value='{$this->lang->words['board_rules']}' class='right input_submit alt' /> Step 2. Find: <script type='text/javascript'> //<![CDATA[ {$d['js']} //]]> </script> Add below: <div id='shoutbox-rules' style='display: none; line-height: 1.5;'> <h3>{$this->lang->words['board_rules']}</h3> <div class='ipsBox'> <div class='ipsBox_container ipsPad'> <p>Your rules text</p> </div> </div> </div> <script type='text/javascript'> $('shoutbox-rules-button').observe( 'click', function(e) { _var = new ipb.Popup( 'booboo', { type: 'pane', initial: $('shoutbox-rules').innerHTML, hideAtStart: false} ); Event.stop(e); return false; }); </script> Effect: 8 Link to comment Share on other sites More sharing options...
modoprueba Posted August 22, 2014 Share Posted August 22, 2014 tHANKS Link to comment Share on other sites More sharing options...
Derosier Posted August 23, 2014 Share Posted August 23, 2014 Thanks for this mate, truly appreciate it. Link to comment Share on other sites More sharing options...
KiLLa Posted August 23, 2014 Share Posted August 23, 2014 Thanks, it's very good ! Link to comment Share on other sites More sharing options...
Erza Posted August 24, 2014 Share Posted August 24, 2014 Thank you for this. Added it to my own theme. Link to comment Share on other sites More sharing options...
Morpheus Posted August 24, 2014 Share Posted August 24, 2014 Awesome dude, thank you! Link to comment Share on other sites More sharing options...
Dumb Modz Posted August 24, 2014 Share Posted August 24, 2014 I really like this mod Link to comment Share on other sites More sharing options...
malluvision Posted August 29, 2014 Share Posted August 29, 2014 really useful one thanks Link to comment Share on other sites More sharing options...
naRf Posted September 7, 2014 Share Posted September 7, 2014 thx ! Link to comment Share on other sites More sharing options...
HipsterHZG Posted September 25, 2014 Share Posted September 25, 2014 Neat! I'll do this. Link to comment Share on other sites More sharing options...
Technologx Posted December 6, 2014 Share Posted December 6, 2014 Thanks man +Rep <p style="text-align: center;"> <img alt="newforumsig2a8b7.png" class="ipsImage" src="https://technologx.com/applications/core/interface/imageproxy/imageproxy.php?img=http://upicme.technologx.com/images/newforumsig2a8b7.png&key=39dac093df23a0bac3413cace79b784bbd9c7b204556aeca70f3d3b64bd6f656"> </p> Be sure to click the green up arrow if I've helped you any or you like my uploads. Thank you it really helps! Also if possible if you download my files please review them thank you? Link to comment Share on other sites More sharing options...
osef Posted January 14, 2015 Share Posted January 14, 2015 great !!! Link to comment Share on other sites More sharing options...
crazywink Posted January 26, 2015 Share Posted January 26, 2015 Awesome, thank you Link to comment Share on other sites More sharing options...
Bahme1940 Posted January 31, 2015 Share Posted January 31, 2015 I don't have it on my website right now but I have had it before and it works great! Link to comment Share on other sites More sharing options...
Bogdan. Posted February 24, 2015 Share Posted February 24, 2015 Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts