Archive for September, 2008
Monday, September 29th, 2008
Modifire
fillinform
Filling in input element and the textarea element.
Usage
<MTIncludeBlock module="form" fillinform="1">
E-mail : <input type="text" name="email" value=""/>
Message: <textarea name="message"></textarea>
</MTIncludeBlock>
Posted in FillInForm-MTPlugin | No Comments »
Monday, September 29th, 2008
What’s this
- Filling in input element and the textarea element. (It is a rapper for HTML::FillInForm. )
- When a complex form is set up with mt-search.cgi, it enable to fill in input column easily.
Installation
- Download archive from download page.
- Extract archive file, and upload these files to your plugin directory.
- Complete.
License (wrapper)
MIT License
It applies to an original license.
Posted in FillInForm-MTPlugin | No Comments »
Monday, September 29th, 2008
Simple button layout.

Full button layout.

Posted in TinyMCE-MTPlugin | No Comments »
Monday, September 29th, 2008
Plugin Settins for blog.

Plugin Settins for system.
A example of simple settings.

A example of complex settings.

Posted in TinyMCE-MTPlugin | No Comments »
Monday, September 29th, 2008
What’s this
- When Entry and Page are edited, TinyMCE is made available as WYSIWYG editor.
- Not only “BODY/MORE” but also it is possible to apply to the “Outline” field and other a Custom-Fields field.
Installation
- Download “TinyMCE_MTPlugin_all_{version}.zip” from download.
- Extract this file.
- Upload “TinyMCE_MTPlugin_all_{version}/plugins/TinyMCE” as “plugins/TinyMCE”.
- Upload “TinyMCE_MTPlugin_all_{version}/mt-static/plugins/TinyMCE” as “mt-static/plugins/TinyMCE”.
- Installation successful.
License (plugin)
New BSD License
It applies to an original license. (It is LGPL. )
Address of thanks
I was going to refer to the method of adding the WISIWYG editor to MT4.
Posted in TinyMCE-MTPlugin | No Comments »
Tuesday, September 23rd, 2008
Posted in CategorySearch | No Comments »
Tuesday, September 23rd, 2008
Posted in CategorySearch | No Comments »
Tuesday, September 23rd, 2008
search
Search word
<input name="search" />
includeBlogs
blogs
<input type="hidden" name="IncludeBlogs" value="<$mt:BlogID$>" />
CategorySearch
Enable to search by category information.
<!-- requiring this settings. -->
<input type="hidden" name="CategorySearch" value="1" />
CategorySearchIgnoreText
To ignored the search word, it specifies it.
If the search word is not specified in a usual search of MT, it becomes an error.
However, there is a search that doesn’t specify “search word” using this plugis either and if it doesn’t want to do to the error in that case, you will specify this feature.
<input type="hidden" name="CategorySearchIgnoreText" value="1" />
CategorySearchSets
Specify the set of the search.
<form>
<input name="search" />
<!-- Other search parameters -->
<input type="hidden" name="CategorySearchSets" value="set1" />
<input name="set1_type" value="or" />
<input name="set1" value="Category-1-1" />
<input name="set1" value="Category-1-2" />
<input name="CategorySearchSets" value="set2" />
<input name="set2_type" value="and" />
<input name="set2" value="Category-2-1" />
<input name="set2" value="Category-3-1" />
</form>
The following conditions were specified when searching it by the above form.
Belonging to “Category-1-1″ or “Category-1-2″
AND
Belonging to “Category-2-1″ and “Category-3-1″
AND
Matching with search word.
Posted in CategorySearch | No Comments »
Tuesday, September 23rd, 2008
What’s this
- Search by Category information.
- There is features such as “AND search” and “generating link for narrowing” in MT4.2 compared with the offered it.
Requirements
- MTOS(It is tested since 4.2)
- MT4(It is tested since 4.2)
Installation
- Download archive from download page.
- Extract archive file, and upload these files to your plugin directory.
- Complete.
License
New BSD License
Posted in CategorySearch | No Comments »
Tuesday, September 23rd, 2008
Posted in CustomFieldsSearch | No Comments »