Tagged Questions
Movable Type is a weblog publishing system developed by Six Apart, Ltd. It was initially released in 2001.
4
votes
4answers
5k views
Why does my simple fastCGI Perl script fail?
I'm not of the Perl world, so some of this is new to me. I'm running Ubuntu Hardy LTS with apache2 and mod_fcgid packages installed. I'd like to get MT4 running under fcgid rather than mod-cgi (it ...
2
votes
3answers
83 views
php in html files
How do you configure movable type to allow php in html files? I have seen places that people do the php tag in a html file and the server knows how to interpret the php in the html file. Is there a ...
2
votes
1answer
56 views
If statement for entries
In Movable Type is there a way to get see if there are entries with a certain tag and if there is do one thing and if not do another?
For instance do the following but only display the h1 tag if ...
2
votes
1answer
52 views
movable type tag into variable
I want to get the entrycount of entries that are @events. I want to store that value in a variable because I want to use the value in a if statment later. I thought the following would work but no ...
2
votes
1answer
137 views
MySQL driver module issue with Movable Type
I am able to get mt-check to run, but it says that DBD::MySQL module is not installed. Here is what it says:
DBI (version >= 1.21)
Your server has DBI installed (version 1.52).
DBD::mysql
Your ...
1
vote
3answers
64 views
Movable Type to Wordpress migration: htaccess redirection issue
I'm migrating a rather large (5000+ posts) from Movable Type to WordPress. At this point, I'm stuck trying to ensure that old post urls won't be result in 404s once we go live with the new site.
The ...
1
vote
1answer
33 views
Existing movable type plugin that does URL shortening and redirection?
We send out a newsletter that has URLs in it. Rather than having foreign URLs directly, they all come to our website and then redirect to the outside world.
Right now the redirects are all done with ...
1
vote
1answer
94 views
Super Cache vs. MovableType static publishing
Just deciding which to use. MovableType or Wordpress.
MT has one important strength is static publishing. Since wp has super cache, is there any reason to us MT?
1
vote
1answer
24 views
How do I upgrade “Promote This” to Movable Type 5?
We just upgraded our Movable Type 4 Installation to Movable Type 5. One plug-in we were using is called Promote This. It hasn't been upgraded to MT5. Although it seems to work, the dashboard gives us ...
1
vote
1answer
114 views
regex_replace to replace certain html tags
Is there a way to convert BR tags and/or DIV tags to new lines so it will format correctly when I use an in a mailto? I was thinking I should look for any P, DIV, and BR tags and replace them with a ...
1
vote
1answer
40 views
quote marks in movable type
Is there an attribute to escape single and double quotes in Movable Type? I am dumping the body of an entry in a mailto. I have removed any html with remove_html="1" but if the entry has quotes it ...
1
vote
2answers
51 views
Movable Type: Error running CRON
I have Movable Type 5.031 running on RHEL5.5
Im trying to run periodic tasks but I run into these errors.
root@sv cd /home/user/public_html/mt; ./tools/run-periodic-tasks
Out of memory (Needed 8160 ...
1
vote
1answer
34 views
Historical MovableType (2.x) Downloads?
Not really a programming question, but I can't think of anywhere else to ask. Is there a reasonable way to get my hands on the source package for MovableType 2.x? (v2.6 to be specific.) That's circa ...
1
vote
2answers
276 views
Regex for everything *after* the first complete sentence (period and space) *after* N characters
I'd like to get smarter excerpts of sections of text. As I'll be using Movable Type's regex_replace function, I'm gonna be trying to grab everything after the first few sentences.
While \..* gets ...
1
vote
1answer
103 views
Movable Type 4: How can I show the last asset?
I know i can use
<mt:EntryAssets lastn="1">
<img src="<$mt:AssetThumbnailURL width="100"$>" />
</mt:EntryAssets>
to show the 'last' asset...how do I show ...
1
vote
2answers
143 views
Movable Type 4: IF / Else logic “if Entry”
I would like to have logic in the Meta Description (located in Banner Header) tag that has the following effect:
if rendering an Entry:
<meta name="description" content="<$mt:EntryBody ...
1
vote
1answer
103 views
Database connection error with Postgres & Movable Type
I'm trying to set up MovableType 4.34 using a Postgres database, and I'm getting the following (unhelpful) error message:
Connection error: authentication method 7 not supported
The database server ...
1
vote
1answer
149 views
Only display one paragraph of text
You can set what the Facebook Share preview says. I would like it to be the first paragraph of my movable type entry. The people who make entries sometimes use
<p>
tags or they use the rich ...
1
vote
1answer
142 views
Movable Type: How to replace " with "
I am trying to replace only " with " within EntryBody
I tried <mt:entrybody replace=""","""> but this seems to not work. Version is MT5.02 and I don't want to use ...
1
vote
1answer
183 views
encode url not encoding
I am working in a template in Moveable Type and would like to do the following:
<a href="http://twitter.com/share?url=<$mt:EntryPermalink encode_url="1" $>">Twitter</a>
It all ...
1
vote
2answers
78 views
Movable Type: Strange caching (I am super MT noob)
So, I have been asked to remove a menu item on a website running Movable Type. "No problem", I thought.
So I log in, and try to figure out WHERE those damn templates can be edited. I finally find ...
1
vote
1answer
19 views
Movable Type: Is there a way to display revision number?
Is there any way to display how many revision has made to a entry?
I don't see this template tag in the tag reference.
I know there is current_revision API tag, but how do I
display this in template?
...
1
vote
1answer
222 views
Wordpress/MovableType: How does Lifehacker implement their comment system?
I really like how Lifehacker.com (and Gawker.com) implements their comment system.
I believe, but am not certain, they use Movable Type as the platform for their blog.
What I like about their ...
1
vote
2answers
107 views
MovableType: Is it possible to have a rss feed for “todays” entries?
Background
Our email vendor supports rss feeds for dynamic content, which we use successfully for "daily headline" type emails. This is a great help in automating many different emails that we don't ...
1
vote
2answers
126 views
How can i remove the sidebar in movable type?
im building a new side with movable type. And i want to remove the sidebar for a few pages, but not for all the pages.
Any idea?
Thanks.
1
vote
1answer
407 views
Purpose of Movable Type mt-*.cgi scripts?
I'm building an extra layer on top of Movable Type for integration with another system. Part of this involves pre-processing and filtering requests before they get to the MT scripts (comment control, ...
0
votes
2answers
26 views
How do I modify my .htaccess file to redirect a URL for one domain only, and not rewrite other domains hosted by the same server
I switched blogging software (MT to WordPress) on a site and need to redirect requests to http://www.domain1/atom.xml to http://www.domain1.com/feed/atom.
I was using a simple Redirectmatch rule, but ...
0
votes
3answers
55 views
Movable Type: How do I generate random number with certain range?
I am not sure this is even possible with just using Movable Type tags but, how do I display random number with in certain range?
For example I have 10 images named 1~10 and every time I rebuild I ...
0
votes
2answers
41 views
How to update and publish a template change in MovableType
Total MovableType NOOB question here.
I have a client that has me updating a MovableType site. I have updated a global template that controls all the blogs within the site but I can't seem to get my ...
0
votes
2answers
56 views
static pages with php in movable type
Is it possible to have Movable Type spit out static html even though there is php code in the banner_header? I want to build a completely static page (no php addHandler allowed). Currently Movable ...
0
votes
1answer
67 views
Pass Movable Type variable from one page to another
I have an events page for the site in question, where the date, time, location, etc. of each event are listed in a table row. See here.
Each event is actually an "entry" in Movable Type, and the ...
0
votes
2answers
147 views
Make multiple document roots?
I currently have my document root be the htdocs directory. Inside of that I have files relating to my domain name (index.html, style, everything) we will call this Site. Also in htdocs there is a ...
0
votes
1answer
104 views
if something exist do something
I have something like this:
<mt:Entries tags="@feature1" lastn="1">
<mt:EntryBody$>
</mt:Entries>
I would like to add an @test tag. If there is an entry that has an @test tag then ...
0
votes
1answer
53 views
postgres installation on server with Movable Type
I have just started a LAPP machine from Amazon ec2. I have updated it to be Movable Type ready. I am using the postgresql database. I stopped at the database installation section because I was getting ...
0
votes
3answers
109 views
Wordpress plugin to publish automatically on my site?
I'd like to build a plugin where a WordPress user (or other platform like movabletype.com) can install and publish automatically in his/her blog and at the same time to my website..
this is something ...
0
votes
1answer
36 views
Upgrading MovbableType to 4.32 creates a javascript error with custom fields and kills FCKeditor
Has anyone run into this issue before?
Uncaught ReferenceError: custom_fields is not defined
Then MT generates this in the document:
customizable_fields.push('customfield_start_date');
...
0
votes
2answers
99 views
Movable Type: How do I strip out all HTML and more
In <mt:EntryBody> I have couple of images and caption imbedded in the entry.
I want to strip out all the html for publishing in rss.
Here is my entry formatting:
<img ...
0
votes
1answer
74 views
RewriteRule, how do I include entities?
I am tring to clean up url for my blog's search script using RewriteRule in .htaccess
Clean searching URL: (xxx= tag name ex. apple)
http://myblog.com/news/xxx/
Regular Search URL script path:
...
0
votes
2answers
132 views
How to use php code in a template in MovableType 5?
How do I embed/execute php code in a MovableType 5 template?
0
votes
1answer
41 views
Movable Type: Specify only one keyword from MTEntryKeywords
I have several keywords (1~3 words) stored in <MTEntryKeywords> field separated by commas.
I want to take out the first keyword from MTEntryKeywords.
Example 1:
In the Keywords field I have ...
0
votes
1answer
62 views
Movable Type: Specify one category to display in entry
I want to specify one <CategoryLabel> in <MTEntryCategories> in archive template.
For example my categories are like this (x is selected category in entry):
Fruit
--Apple
--Grape
Drinks
...
0
votes
1answer
69 views
Movable Type: MTEntries sort_by=“title” doesn't really work
Im trying to sort <MTEntries> by title.
I know you can use <MTEntries sort_by="title" sort_order="ascend"> but this modifier some how prioritizes capitalized letters first to the sort. Im ...
0
votes
1answer
66 views
Movable Type: MTIf not working under MTSubCategories?
I'm trying to insert UL on every 20th sub category label.
This code below doesn't seem to work. It only exports list of sub categories without the UL in it's right place.
Any one know what would be ...
0
votes
0answers
132 views
Movable Type Install IIS 7 Error
I keep getting a crash on the mt-wizard.cgi script that returns: "script failed to send data".
I'm not sure what the issue is, and whether it is because of movable type of perl/windows.
Any insight ...
0
votes
2answers
62 views
0
votes
2answers
92 views
How to make movable type to use relative path
Commonly movable type will publish HTML files which contains absolute path, but if I want to host the site under different domain(e.g., both HTTP and HTTPS), it is very inconvenient.
So is there a ...
0
votes
1answer
147 views
Movable Type Administration to https subdomain
I have working https protocol on my subdomain. I would like to change current url:
http://www.mydomain.com/cgi-bin/mt/mt.cgi
to
https://ssl.mydomain.com/
How can I do it? Could anybody help me ...
0
votes
2answers
57 views
MT:Entries not returning results correctly on search page
I'm building out a search results page within a blog. I've rewritten the URL so that going to:
/blog/tag/foo
will return a search results for foo.
In the template, I'd like to return a listing of ...
0
votes
1answer
497 views
Movable Type: Show all months in ArchiveList, highlight active
I'm working with MT for the first time and have encountered a little problem with displaying a list of monthly archives. I'd like to display a table where every year containing entries is a row, and ...
0
votes
1answer
66 views
Nesting pages in the 'Manage Pages' view of Movable Type
On the 'Manage Pages' screen in the admin area of Movable Type, is it possible to nest pages, or to achieve any kind of page hierarchy? Essentially I need to mirror the site structure.
I would also ...