skullblog is the work of kalavinka, a californian with roots on both sides of the pacific. see more.
February 2008
Sun Mon Tue Wed Thu Fri Sat
          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  
skull Recent Comments
» no longer single (1)
Olive Bleu wrote: You are my exception...... [more]
» the year of getting dumped (2)
kalavinka wrote: it's all good, babe, don't worry... [more]
» entre dos tierras (1)
Olive wrote: Babe, your update is hilarious!... [more]
» there wasn’t anything you could have done differently (3)
Olive Bleu wrote: Yum! mojo potatoes... [more]
» operation get her back: fail (1)
Betsy wrote: Chica, i've been reading your blog ... [more]
» no más lágrimas (1)
Anna wrote: Hey, I just wanted to say kudos for... [more]
skull Archives
skull stuff for sale
the great divorce sale: i'm selling various music, movies, books, and other bits but mostly related to my music collection. please check out: half.com, ebay, amazon.com

skull Projects
skull Playlist
skull Netflix
skull Subscribe

no help pages in movable type [geeking]

whenever i'm doing stuff behind the scenes on the blog, using the movable type administrative interface, there are context sensitive links to help pages in the manual. however, ever since i upgraded however many months or years ago that was, all of those links are broken. there's also this funny display issue for editing entries but i don't need to get into it since it doesn't really hinder me. (the buttons for manipulating text, such as making it bold or italic, are way off to the side and don't work anyway.) but the lack of help files really bugs me! it usually means a long time searching the online documentation and forums to figure out what i want to do.

i finally decided to look at the url it is trying to reach and figure out the correct url. i realized that the if i removed "g_contextsensitive_" from the url then everything would be peachy. then the question came up: from what master file is this written in so that i could remove it? doing a google search for "g_contextsensitive_" retrieved only one page: http://code.sixapart.com/trac/movabletype/changeset/437. the documentation on that page is sparse but completely effective. it's basically saying what i already know, that i have to remove "g_contextsensitive_" from the url but it also provides the missing key which is where i am supposed to removed it from. (mt-static/mt.js)