Windows 7 Forums


Windows 7: Suggestion for SevenForums

17 Jul 2009   #1

Win 7 Pro x64 x 3, Win 7 Pro x86, Ubuntu 9.04
 
 
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 System SpecsSystem Spec

17 Jul 2009   #2

Win 7 Pro x64 x 3, Win 7 Pro x86, Ubuntu 9.04
 
 

Quote   Quote: Originally Posted by hyper7 View Post
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 System SpecsSystem Spec
18 Jul 2009   #3

Windows 7 Ultimate x64, Mint 9
In the Crust
 
 

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 System SpecsSystem Spec
.


18 Jul 2009   #4

Win 7 Pro x64 x 3, Win 7 Pro x86, Ubuntu 9.04
 
 

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 System SpecsSystem Spec
18 Jul 2009   #5

Windows 7 Ultimate x64, Mint 9
In the Crust
 
 

Quote   Quote: Originally Posted by fakeasdf View Post
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 System SpecsSystem Spec
18 Jul 2009   #6

Windows 7 Ultimate Vista Ultimate x64
QLD, Cairns
 
 

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 System SpecsSystem Spec
18 Jul 2009   #7

Windows 7 Ultimate x64, Mint 9
In the Crust
 
 

Quote   Quote: Originally Posted by Mr GRiM View Post
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 System SpecsSystem Spec
18 Jul 2009   #8

Win 7 Pro x64 x 3, Win 7 Pro x86, Ubuntu 9.04
 
 

Quote   Quote: Originally Posted by Lordbob75 View Post
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 System SpecsSystem Spec
18 Jul 2009   #9

Windows 7 Ultimate x64, Mint 9
In the Crust
 
 

Quote   Quote: Originally Posted by fakeasdf View Post
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 System SpecsSystem Spec
Reply

 Suggestion for SevenForums problems?



Thread Tools



Similar help and support threads for: Suggestion for SevenForums
Thread Forum
Suggestion Hardware & Devices
Suggestion Plz Graphic Cards
suggestion Performance & Maintenance
PSU suggestion Graphic Cards


All times are GMT -5. The time now is 01:54 PM.


Seven Forums Android App Seven Forums IOS App Follow us on Facebook

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
  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32