Jump to content

Time For Lordelph


Recommended Posts

Posted

OK - If you're running the latest Firefox and Greasemonkey versions then this update of the geocaching forum script is for you - it now copes with the new layout to provide the "delete topic" button you've come to depend on ;)

 

To install, simply right click here and choose "Install User Script..."

 

I cranked this out fairly quickly, so if you notice anything awry, drop me a note....

Posted

Show Ignored Topics is showing over the Forum Options button.

 

Sounds like the old version - click Tools->Manage User Scripts, highlight "Geocaching Forum Tools" and click "Edit..." - the top of the file should have the message

 

Geocaching Forum Tools - 0.30 04/02/2006

 

If it's an earlier version you need to re-install.

Posted

I removed the old version, closed Firefox, restarted Firefox, installed the new version and I don't see any ignore buttons and the show ignored topics is written over the forums options button. I don't have the old script becasue I removed it.

Posted

Very many thanks for putting that right so fast - I was beginning to miss it just as your correction came up. ;)

Made me look too at the other options, I think I am beginning to like it even with the shuffled smilies but I had not noticed the ON or OFF in the bottom left corner before, was it there? :D

Posted

Brilliant service. This was the first thread I read on the new forum.

 

On a related subject, I have lost the arrow on the 25000 OS map whoch comes up from the Grid ref link on the cache pages. Is there a fix for that?

Posted

Aarrgghhhh! I've just reinstalled the script and while I get the "Show/Hide" topic message at the top of the screen I don't see the "Hide" button. I logged on as "The Hornet" and everything was fine so I guess there's some subtle change in the forum Moderator's screen that's screwing it up.

 

Curses, now I'll have to read everything!!!!!

Posted

If you do "File -> Save Page As..." and choose "Web page, HTML Only" for the file type and email it to lordelph at gmail dot com I'm sure it will be a simple tweak...

Posted

I upgraded Greasemonkey earlier in the week and have noticed that the ignore thread script doesn't seem to be working as it should. New additions disappear but on the next visit they pop back up again. Older threads that have been ignored prior to the update are still hidden.

 

Anyone else notice the same behaviour?

Posted

I upgraded Greasemonkey earlier in the week and have noticed that the ignore thread script doesn't seem to be working as it should. New additions disappear but on the next visit they pop back up again. Older threads that have been ignored prior to the update are still hidden.

 

Anyone else notice the same behaviour?

Glad it wasn't just me :ph34r:

 

Yep, been having the same problem.

Posted

The board seems to be clogged up these days with threads about this "ignore script" thing. It really is the limit!

 

Does anyone have any suggestions how I could avoid having to see these threads?

Posted

Having tried to highlight this thread I have discovered that the highlighting facility is acting in the same way as the ignore. Hope this can be fixed at the same time. Thanks for your efforts

Posted

To reproduce the problem I re-installed the script (click here to do the same) but all seemed well!

 

If anyone is having problems, let me know which version of the browser you are using (Help -> About), and which version of GreaseMonkey (go to Tools->Add Ons to find out)

Posted

Ignore script still not working for me :smile:

 

Using FF V 2.0.0.11 and GM 0.7.20080121.0

 

Not working for me either and I have the same versions as Dino.

I'm on the same versions, but on Ubuntu (Linux) not Windows, and it was working for me. HOWEVER while poking about it unexplainably stopped working, to get it working again I had to disable the script and re-enable it again and it's all working as expected.

Posted

Ignore script still not working for me :(

 

Using FF V 2.0.0.11 and GM 0.7.20080121.0

 

Not working for me either and I have the same versions as Dino.

I'm on the same versions, but on Ubuntu (Linux) not Windows, and it was working for me. HOWEVER while poking about it unexplainably stopped working, to get it working again I had to disable the script and re-enable it again and it's all working as expected.

Not working for me, Win2K at work, Win XP at home - same versions with GC forum fix (v1.3)

I tried disabling then re-enabling but no difference.

Posted

Ignore script still not working for me :(

 

Using FF V 2.0.0.11 and GM 0.7.20080121.0

 

Not working for me either and I have the same versions as Dino.

I'm on the same versions, but on Ubuntu (Linux) not Windows, and it was working for me. HOWEVER while poking about it unexplainably stopped working, to get it working again I had to disable the script and re-enable it again and it's all working as expected.

Not working for me, Win2K at work, Win XP at home - same versions with GC forum fix (v1.3)

I tried disabling then re-enabling but no difference.

Same here. It will 'disappear' the post when you first click on the ignore icon, but refreshing the page brings it back again.

Posted

The problem is with the way the new GM update now handles the GM_setValue funtion.

 

I fixed it with the following:

 

/* Original function
win.saveList=function()
{
GM_setValue('GCForumList', win.rows);
}
*/

// Updated for security changes by Me
win.saveList=function()
{
window.setTimeout(GM_setValue, 0, 'GCForumList', win.rows);
};

Posted

The problem is with the way the new GM update now handles the GM_setValue funtion.

 

I fixed it with the following:

 

/* Original function
win.saveList=function()
{
GM_setValue('GCForumList', win.rows);
}
*/

// Updated for security changes by Me
win.saveList=function()
{
window.setTimeout(GM_setValue, 0, 'GCForumList', win.rows);
};

Can you advise on how to put this into the existing script? I can open the script in Notepad, but it is not easy to identify where the modification needs to go.

 

Or could you put a link to the full, modified script?

 

Thanks.

 

Geoff

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...