Disable Left and Right click on Legend only Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    Disable Left and Right click on Legend only

    avatar
    gunsmaker
    Forumember


    Posts : 34
    Reputation : 1
    Language : English and Indonesian

    Solved Disable Left and Right click on Legend only

    Post by gunsmaker February 23rd 2015, 8:56 am

    is there a code to disable the mouse right-click and left-click on the legend only?
    My forum using phpbb3.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51491
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Disable Left and Right click on Legend only

    Post by SLGray February 23rd 2015, 9:07 am

    There is a tutorial for this, but it is for the whole forum.  You do know that if someone turns off JavaScript in their browser, they can right/left click still?



    Disable Left and Right click on Legend only Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    gunsmaker
    Forumember


    Posts : 34
    Reputation : 1
    Language : English and Indonesian

    Solved Re: Disable Left and Right click on Legend only

    Post by gunsmaker February 23rd 2015, 10:00 am

    SLGray wrote:There is a tutorial for this, but it is for the whole forum.  You do know that if someone turns off JavaScript in their browser, they can right/left click still?

    @SLGray i saw the tutorial for the whole forum, but i want for the legends only.
    is there other choice for the other than staff cant access the legends??
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    Solved Re: Disable Left and Right click on Legend only

    Post by _Twisted_Mods_ February 23rd 2015, 10:27 am

    try this

    goto acp>modules>javascript management

    create a new script

    title:up to you
    placement: homepage

    copy the code below and save/submit

    Code:
        $(function(){
             if (_userdata.user_level==1 || _userdata.user_level==2) return;
             $('em:contains(Legend) a').attr('href','/');   
          });
    avatar
    gunsmaker
    Forumember


    Posts : 34
    Reputation : 1
    Language : English and Indonesian

    Solved Re: Disable Left and Right click on Legend only

    Post by gunsmaker February 23rd 2015, 1:00 pm

    it works, nice.
    thankyou @_Twisted_Mods_

    -Solved-
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    Solved Re: Disable Left and Right click on Legend only

    Post by _Twisted_Mods_ February 23rd 2015, 5:43 pm

    Topic solved and archived