5. Have you ever tried to...
10,000+ users in the forum
Filter users who have
never posted any topic or comment
also been registered
more than a year ago
Delete !
6. Or during your website renewal...
1,000+ existing pages
Filter pages by the folder
Sort by the Basename
List renewal pages
14. You can check out the latest code from the SVN !
% svn co http://code.sixapart.com
/svn/movabletype/trunk
15. For Plugin Developers
With a new listing framework, you can
• Add custom columns from your plugin
• Use Ajax API to render the dynamic listing
More documentation will be available
during 5.1 Beta.
17. Drag & Drop to sort categories and folders
• Custom sort can be specified in MT tags
• MTTopLevelCategories
• MTSubCategories
• MTCategoryNext
• MTCategoryPrevious
sort_by=”user_custom”
20. mt:Include in Movable Type 5.0
<mt:BlogParentWebsite>
<$mt:WebsiteID setvar="website_id"$>
</mt:BlogParentWebsite>
<$mt:Include module="XXX" blog_id="$website_id"$>
21. In Movable Type 5.1
<$mt:Include module="XXX" parent="1"$>
Include the website template from children blogs, the
website version of global=”1”. MT will search only
website templates, not to escalate to the sytem.
23. Using include_blogs and exclude_blogs together
<mt:Entries include_blogs="all"
exclude_blogs="1, 3">
<mt:Entries include_blogs="children"
exclude_blogs="1, 3">
28. Our community will help you to
Internationalize your plugins, themes and
the documentation
29. Collaborating on GitHub
Project forked by
the collaborator
“Pull” Request
to merge the change
30. Recommended License
“This library is a free software;
you can redistribute it and/or modify it
under the same terms as Perl itself.”
= Dual Licensing of GPL and Artistic
The most popular license in CPAN
“Creative Commons” is recommended for themes