Jump to content

Leaderboard

  1. TheKonradX

    TheKonradX

    Apprentice


    • Points

      1

    • Posts

      24


  2. -Cookie-

    -Cookie-

    Community Regular


    • Points

      1

    • Posts

      771


  3. The NyBu

    The NyBu

    Newbie


    • Points

      1

    • Posts

      1


  4. MrC

    MrC

    Newbie


    • Points

      1

    • Posts

      1


Popular Content

Showing content with the highest reputation on 12/29/2014 in all areas

  1. This tutorial will disable right click on your site for guests only! Just add that code at the very top of your ACP > look & Feel > Skin name > Global Template > defaultHeader <if test="IPSMember::isInGroup( $this->memberData, array(2) )"> <script language=JavaScript> var message="You Must Log-in before you can use Right Click!"; function clickIE4(){ if (event.button==2){ alert(message); return false; } } function clickNS4(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ alert(message); return false; } } } if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS4; } else if (document.all&&!document.getElementById){ document.onmousedown=clickIE4; } document.oncontextmenu=new Function("alert(message);return false") </script> </if>To Change what the message says all you need to do is Edit this part of the codes "You Must Log-in before you can use Right Click!" And if your wanna add different groups to the code just go to this <if test="IPSMember::isInGroup( $this->memberData, array(2) )">and where it says 0 add your groups like this 2,4,12 etc....
    1 point
  2. 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:
    1 point
  3. Hey guys, I'm mainly here for the downloads section, but I'll try to contribute to the forums as much as possible
    1 point
  4. My name is Ivo and im one of the admins of a large VW forum. We are about to move over from phpBB to IPB and i try to gather as much information as i can get these day before the actual move.
    1 point
  5. Welcome, Any questions/problems feel free to ask. Enjoy your stay with us.
    1 point
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...