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
» naruhodo japan (1)
ryukyusoul wrote: hola, chiquita~ BRAVA, BRAVA, BRAVA... [more]
» i have no friends (1)
Johanna wrote: Hello, I didn't find your email any... [more]
» cool laptop (2)
kalavinka wrote: after using this for over a week, i... [more]
» uncontacted tribes (1)
april wrote: J showed this news story to me awhi... [more]
» here's what happens to the brothers of eggs (1)
heliosphan wrote: "which is just more processed crap ... [more]
» my first time in dc (3)
heliosphan wrote: "i saw the awesome hdr work of stuc... [more]
skull Archives
skull Projects

Another "project" of mine is to minimize my life and I'm starting off by selling (and a few trades) most of my music collection. For now I am only listing about 200 pieces at a time, otherwise it becomes too much to deal with. If you do not see what you are looking for, then email me which band you are interested in and I'll see if I have what you're looking for. half.com, ebay, amazon.com, lala.com

skull Playlist
skull Netflix
skull del.icio.us
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)

Post a comment