<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Movable Type Форум &mdash; Созданный plugin не отображается теги не опознаются в МТ]]></title>
		<link>http://movable-type.ru/forums/topic/433/sozdannyi-plugin-ne-otobrazhaetsya-tegi-ne-opoznayutsya-v-mt/</link>
		<atom:link href="http://movable-type.ru/forums/feed/rss/topic/433/" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Созданный plugin не отображается теги не опознаются в МТ».]]></description>
		<lastBuildDate>Mon, 08 Mar 2010 07:07:31 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Созданный plugin не отображается теги не опознаются в МТ]]></title>
			<link>http://movable-type.ru/forums/post/2609/#p2609</link>
			<description><![CDATA[<p>Понял, спасибо...</p>]]></description>
			<author><![CDATA[null@example.com (marlik)]]></author>
			<pubDate>Mon, 08 Mar 2010 07:07:31 +0000</pubDate>
			<guid>http://movable-type.ru/forums/post/2609/#p2609</guid>
		</item>
		<item>
			<title><![CDATA[Re: Созданный plugin не отображается теги не опознаются в МТ]]></title>
			<link>http://movable-type.ru/forums/post/2608/#p2608</link>
			<description><![CDATA[<p>Некоторые плагин не должны отображаться в блогах, только на системном уровне. В блогах отображаются только те плагины, которые требуют определённых параметров для конкретного блога.</p>]]></description>
			<author><![CDATA[null@example.com (saahov)]]></author>
			<pubDate>Sun, 07 Mar 2010 10:05:37 +0000</pubDate>
			<guid>http://movable-type.ru/forums/post/2608/#p2608</guid>
		</item>
		<item>
			<title><![CDATA[Re: Созданный plugin не отображается теги не опознаются в МТ]]></title>
			<link>http://movable-type.ru/forums/post/2604/#p2604</link>
			<description><![CDATA[<p>Кстати, также не отображаются и еще многие плугины, в частности плугин Update Pings RU 1.0 Андрея Серебрякова, кто знает где засада?</p>]]></description>
			<author><![CDATA[null@example.com (marlik)]]></author>
			<pubDate>Fri, 05 Mar 2010 08:33:03 +0000</pubDate>
			<guid>http://movable-type.ru/forums/post/2604/#p2604</guid>
		</item>
		<item>
			<title><![CDATA[Созданный plugin не отображается теги не опознаются в МТ]]></title>
			<link>http://movable-type.ru/forums/post/2601/#p2601</link>
			<description><![CDATA[<p>По руководству на <a href="http://www.movabletype.org/documentation/developer/your-plugin-module.html">http://www.movabletype.org/documentatio … odule.html</a> сделал config.yaml файл:</p><div class="codebox"><pre><code>name: Good for Nothing Plugin for Movable Type
id: Good4Nothing
author_link: http://www.yourwebsite.com/
author_name: Your Name Here
description: This plugin is an example plugin for Movable Type.
version: 1.0
config_settings:
    MyImageURL:
        default: http://www.movabletype.com/images/overview-1.jpg
tags:
    function:
        MyImageURL: $Good4Nothing::Good4Nothing::Plugin::tag</code></pre></div><p> видно что зарегистрировал тег &lt;mt:MyImageURL&gt; , затем добавил плугин:</p><div class="codebox"><pre><code># Good for Nothing Plugin for Movable Type
# Author: Your Name Here, your.email@address.com
# Copyright (C) 2008 Your Name Here
# This file is licensed under the Artistic License, or the same
# terms as Perl itself.
package Good4Nothing::Plugin;


use strict;
sub tag {
    my ($ctx) = @_;
    my $cfg = $ctx-&gt;{config};
    return $cfg-&gt;MyImageURL;    
}
1; # Every module must return true</code></pre></div><p>Так вот, ситуация складывается такая, что этот плугин видно только в основном блоге(где можно создать блог, пользователя), а в других блогах этого плугина нет, и еще одна засада: не опознается в МТ тег &lt;mt:MyImageURL&gt; . Может с правами доступа что, куда рыть, где засада? Спасибо.</p>]]></description>
			<author><![CDATA[null@example.com (marlik)]]></author>
			<pubDate>Thu, 04 Mar 2010 11:14:11 +0000</pubDate>
			<guid>http://movable-type.ru/forums/post/2601/#p2601</guid>
		</item>
	</channel>
</rss>

