Suggestion for SevenForums


  1. Posts : 488
    Win 7 Pro x64 x 3, Win 7 Pro x86, Ubuntu 9.04
       #1

    Suggestion for SevenForums


    Suggestion for SevenForums...

    It would be nice if we could go back and forth in between forum pages using the left and right arrow keys...

    Code:
    <body onload="setuppage(event)">
    .....
    <script language="javascript" type="text/javascript" > 
    
    function gosomewhere(e) 
    {
        var keynum;
        keynum = e.keyCode;
        if(keynum==37)
        {
            window.location = PrevPage.HRef;
        }
    
        if(keynum==39)
        {
            window.location = NextPage.HRef;
        }
     }
    
    function setuppage(e){
        if (document.addEventListener)
        {
            document.addEventListener('keyup', gosomewhere, false);
        } 
        else if (document.attachEvent)
        {
            window.document.attachEvent('onkeyup', function(e) {gosomewhere(e);},false );
        }
    }
    </script>
    This code works for IE and FF, I just tested it out today...
      My Computer


  2. Posts : 488
    Win 7 Pro x64 x 3, Win 7 Pro x86, Ubuntu 9.04
    Thread Starter
       #2

    hyper7 said:
    Can't I just plop that bit of script into greasemonkey?
    possibly, but you'd have to modify the previous and next URI's and it's a lot easier for it to be a site wide change than everyone have to use greasemonkey, unless I'm alone in this thought...
      My Computer


  3. Posts : 6,885
    Windows 7 Ultimate x64, Mint 9
       #3

    I like the idea. But perhaps more of a Alt+Arrow.

    And do we keep losing posts, or is it just me? Fakeasdf posted a quote, that I will assume was posted before him, but is not there?

    I'm confused......

    ~Lordbob
      My Computer


  4. Posts : 488
    Win 7 Pro x64 x 3, Win 7 Pro x86, Ubuntu 9.04
    Thread Starter
       #4

    yeah, I'd be fine with an alt arrow, and yeah, I wonder what happened to that guy! He posted twice :) It would seem like he deleted it since he posted before and after me, yet my post is still there...
      My Computer


  5. Posts : 6,885
    Windows 7 Ultimate x64, Mint 9
       #5

    fakeasdf said:
    yeah, I'd be fine with an alt arrow, and yeah, I wonder what happened to that guy! He posted twice :) It would seem like he deleted it since he posted before and after me, yet my post is still there...
    Except that users can't delete posts, only admins can.....

    ~Lordbob
      My Computer


  6. Posts : 4,282
    Windows 7 Ultimate Vista Ultimate x64
       #6

    You can delete your own post, just hit edit and you should see the option to delete as well, as far as he missing post go, he was banned and his post's deleted.
      My Computer


  7. Posts : 6,885
    Windows 7 Ultimate x64, Mint 9
       #7

    Mr GRiM said:
    You can delete your own post, just hit edit and you should see the option to delete as well, as far as he missing post go, he was banned and his post's deleted.
    Oh, I thought it just went into a pool and then the admins would delete it?

    And (if I can ask) why was he banned?

    ~Lordbob
      My Computer


  8. Posts : 488
    Win 7 Pro x64 x 3, Win 7 Pro x86, Ubuntu 9.04
    Thread Starter
       #8

    Lordbob75 said:
    Oh, I thought it just went into a pool and then the admins would delete it?

    And (if I can ask) why was he banned?

    ~Lordbob
    Probably breaking the forum rules :P But really, I wish the forum would implement a change like this...
      My Computer


  9. Posts : 6,885
    Windows 7 Ultimate x64, Mint 9
       #9

    fakeasdf said:
    Probably breaking the forum rules :P But really, I wish the forum would implement a change like this...
    I agree, it would be cool. The option to move the new thing in CP would be nice too.

    ~Lordbob
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 20:31.
Find Us