Any MoveableType experts around? I’d love help on this. You see, if someone sends me a trackback, but the entry it’s sent from doesn’t have a title, MoveableType substitutes the URL of the post instead. The URL is invariably far too long and on PCs this breaks the layout of this site. There’s a nasty overlap thing that happens. Macs (Explorer and Safari, at least) deal with the long URL by elegantly breaking it up. If you’re on a PC you’ll be seeing the ugliness of this right now, because I got a titleless trackback.

Here’s my code for showing the trackbacks:

<MTPings lastn=”7″>
<a href=”<$MTPingURL$>”><$MTPingTitle$></a><br>
(<$MTPingDate format=”%e/%m”$> from <i><$MTPingBlogName$></i>)<br />
</MTPings>

I tried putting in a trim_to=”15″ (one of the global tags) as an attribute to <MTPingTitle>, hoping that would cut the long URLs short enough to show neatly in the menu, but that simply stops titles or links from showing.

Now, MoveableType won’t do if-then statements, will it? I’d love to be able to say “if there’s a title, use it, otherwise, just put in “titleless” and link from that. There’s heaps of other places I’d have liked to use if-thens as well…

So, any suggestions to how to solve this? I really don’t want to have to scrap the trackbacks in the menu or delete trackbacks without titles, though I suppose the second may be the logical choice.

I posted this question to the MT Support Forum too.

3 thoughts on “layout problems

  1. Robert

    You could try getting around it, so that instead of

    “>

    you might use

    “>Entry:

    It changes the aesthetics but it might help.

  2. Robert

    (Whoops. When I hit preview it removed all my careful encoding…)

    You could try getting around it, so that instead of

    <a href=”<$MTPingURL$>”><$MTPingTitle$></a>

    you might use

    <a href=”<$MTPingURL$>”>Link</a>: <$MTPingTitle$>

    It changes the aesthetics but it might help.

  3. Jill

    Mm, that might need to be what I do. I could use an icon of some sort instead of the “link” text, too. Or I’ll just have to delete every trackback without a title. I suppose I have only had two in the last two months, and one of those I crafted myself. Silly of me, huh?

Leave A Comment

Recommended Posts

Triple book talk: Watch James Dobson, Jussi Parikka and me discuss our 2023 books

Thanks to everyone who came to the triple book talk of three recent books on machine vision by James Dobson, Jussi Parikka and me, and thanks for excellent questions. Several people have emailed to asked if we recorded it, and yes we did! Here you go! James and Jussi’s books […]

Image on a black background of a human hand holding a graphic showing the word AI with a blue circuit board pattern inside surrounded by blurred blue and yellow dots and a concentric circular blue design.
AI and algorithmic culture Machine Vision

Four visual registers for imaginaries of machine vision

I’m thrilled to announce another publication from our European Research Council (ERC)-funded research project on Machine Vision: Gabriele de Setaand Anya Shchetvina‘s paper analysing how Chinese AI companies visually present machine vision technologies. They find that the Chinese machine vision imaginary is global, blue and competitive.  De Seta, Gabriele, and Anya Shchetvina. “Imagining Machine […]

Do people flock to talks about ChatGPT because they are scared?

Whenever I give talks about ChatGPT and LLMs, whether to ninth graders, businesses or journalists, I meet people who are hungry for information, who really want to understand this new technology. I’ve interpreted this as interest and a need to understand – but yesterday, Eirik Solheim said that every time […]