Post Reply 
Status Bar: Append Time
Mar. 01, 2009, 05:03 AM
Post: #1
Status Bar: Append Time
I start running config in "Advanced Mode" and it's nice. But I see that many users are turning off "Title: Append Time, Snip Excess" rule. And I can agree with them. When I save link to a page - I have to remove the timestamp from it manually all the times.

While I found time stamp quite useful - I think the best place for it is in "Status Bar" (that why they call it so, don't they).

So, here it is. I've made some changes in two files, turned off appending stamps in title bar and now I feel happy about it (so far Smile!).

If you want to do it too - in default.cfg file - add this code right before the line "Title: Append Time, Snip Excess":
Code:
Name = "Status Bar: Append Time     0.00.00"
Active = TRUE
URL = "$TYPE(htm)$TST(keyword=*.i_level:[345].*)$SET(jsVarsT=$GET(jsVarsT)_sbTime: "$DTM(H:m:s)", )PrxFail$TST()"
Limit = 1
Match = "$STOP(This switch defaults to active in Advanced Mode and above)"

In html\sidki_h_2009-02-13\proxjs-full.js file at the end of the function "ncFinal" add:
Code:
ncFinal : function (pxSplit) {
    ...
    
    if (prxO.oSet._sbTime) {
      window.defaultStatus += " ~" + prxO.oSet._sbTime;
    }
},

Please let me know if you think that something in this code should be fixed. Thanks.
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Status Bar: Append Time - OZO - Mar. 01, 2009 05:03 AM
RE: Status Bar: Append Time - sidki3003 - Mar. 01, 2009, 10:21 AM
RE: Status Bar: Append Time - OZO - Mar. 01, 2009, 07:21 PM
RE: Status Bar: Append Time - ProxRocks - Mar. 01, 2009, 11:31 AM
RE: Status Bar: Append Time - sidki3003 - Mar. 01, 2009, 08:10 PM
RE: Status Bar: Append Time - OZO - Mar. 01, 2009, 08:30 PM
RE: Status Bar: Append Time - sidki3003 - Mar. 02, 2009, 05:32 PM
RE: Status Bar: Append Time - OZO - Mar. 02, 2009, 11:21 PM
RE: Status Bar: Append Time - sidki3003 - Mar. 03, 2009, 12:44 PM
RE: Status Bar: Append Time - sidki3003 - Mar. 03, 2009, 05:41 PM
RE: Status Bar: Append Time - OZO - Mar. 03, 2009, 08:00 PM
RE: Status Bar: Append Time - sidki3003 - Mar. 03, 2009, 08:17 PM
RE: Status Bar: Append Time - OZO - Mar. 03, 2009, 08:26 PM

Forum Jump: