Jump to content

ghettomedic

+Premium Members
  • Posts

    185
  • Joined

  • Last visited

Posts posted by ghettomedic

  1. Instructions on how to repair Log Find Counter here at post #37. It's easy and works.

    .....

     

     

    If we're talking of Locus Prime's GC Find Counter v1.3, I've tried to edit this as mentioned in post #37 and found the lines I was supposed to edit were not identical to those described in the post. So rather than mess with something I did not fully understand, I've not been able to update my versions.

     

    Could someone provide a working copy for those of us who are not GreaseMonkey script experts please? (Ideally a script that inserts the words "Cache No" before the counter number, and that inserts the information at the live insert point in the log box rather than right at the top left corner.

     

    Thanks

     

    Chris

    Yes, I'm talkiong about Locus Prime's GC Find COunter v1.3 and the lines were exactly the ones on the post ... :) (and no, I'm not at all a GM expert).

     

    On

     

    /*

    Geocaching Find Counter - v1.3 2008-08-02

     

    I changed:

     

    	//  Get currently signed-on geocaching.com profile.
    // ECG var e_LogIn = document.getElementById("Header1_urlLogin");
    var e_LogIn = document.getElementById("ctl00_LoginUrl");
    

    and

     

    		//  Get handle to text area.
    	// ECG e_TxtArea = document.getElementById("LogBookPanel1_tbLogInfo");
    	e_TxtArea = document.getElementById("ctl00_ContentBody_LogBookPanel1_tbLogInfo");
    

    and

     

    	//  Set drop-down to Found.
    function SetToFound() {
    	// ECG e_ddLogType = document.getElementById('LogBookPanel1_ddLogType');
    	e_ddLogType = document.getElementById('ctl00_ContentBody_LogBookPanel1_ddLogType');
    

     

    nothing else.

     

    To add "Cache No" I guess you should change

     

    		// ECG e_TxtArea.value = iFindCounter + '. ' + e_TxtArea.value;
    	e_TxtArea.value = 'Cache No ' + iFindCounter + '. ' + e_TxtArea.value;
    

     

    Hope it helps.

     

    Yep, those worked great, thanks! :huh:

  2. Try this:

     

    (1) Click on My Profile

     

    (2) There should be a line "My caches waiting for review (view archived)" about 2 inches down from the top of the screen. Not sure if this only appears if you have unpublished caches. Click on "view archived"

     

    (3) On the far right should be a list of the caches you have archived without ever being published.

     

    Good luck.

     

    YES this works, i just did it to mine and I saw it.

  3. I also like this idea. There are a few caches near me that if they ever came up for adoption I would like to take them over.

     

    There could be a "adoption" watch list, where the owner could see if there was anyone who would be willing to take over their cache. That way if the cache owner wanted to release their cache, they could click something and those watching it would be notified. Or and icon that could show that owner wanted it adopted.

     

    While not my original intent with this idea ( I meant a link to the standard adoption page).

    This is also a really good idea as a way to publicly offer for adoption to anyone who wants it.

  4. Hi cachers, excuse my newbiness but is there a way to get notified when a new cache comes alive around my place? email or any other way.

     

    Thanks

     

    Buy a premium membership, you will then be able to set up notifications for a range you determine (as well as many other features)

  5. Did they log a find on the cache and just forgot the TB.

    If they have not logged the cache give them a few days.

    If they already logged the cache you could do exactly as you wrote above.

  6. It won't show caches! :laughing:

     

    Did you download the NEW version of the KML file, the old one is no longer used and you need to download the new one from the bottom right of your profile.

×
×
  • Create New...