<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.m2osw.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Made to Order Software Corporation - themed</title>
 <link>http://www.m2osw.com/taxonomy/term/720/all</link>
 <description></description>
 <language>en</language>
<item>
 <title>Insert Node Examples</title>
 <link>http://www.m2osw.com/doc-insert-node-examples</link>
 <description>&lt;p&gt;To send someone back to your home page:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;  You will find the necessary links on my home page: [&lt;span&gt;node:&lt;/span&gt;home link]&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;To include a &lt;em&gt;hidden&lt;/em&gt; node as a reference in a post:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;  I talked about that in my post yesterday. [&lt;span&gt;node:&lt;/span&gt;yesterday_post_name body collapsed]&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;To include a node from a forum or story and keep the comments:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;  See below: [&lt;span&gt;node:&lt;/span&gt;57 themed comments]&lt;/code&gt;&lt;/pre&gt;

</description>
 <comments>http://www.m2osw.com/doc-insert-node-examples#comments</comments>
 <pubDate>Sun, 31 Jan 2010 10:18:31 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">458 at http://www.m2osw.com</guid>
</item>
<item>
 <title>Insert Node Parameter: cck (6-1.2)</title>
 <link>http://www.m2osw.com/doc-insert-node-parameter-cck</link>
 <description>&lt;p&gt;The CCK parameter let you insert one of your CCK field and some node fields that cannot otherwise be added without being themed.&lt;/p&gt;
&lt;p&gt;We support CCK fields and several special field names as follow.&lt;/p&gt;
&lt;p&gt;Fields that appeared after version 6-1.2 have a version specified between parenthesis (i.e. &lt;em&gt;6-1.3&lt;/em&gt;).&lt;/p&gt;
&lt;h3&gt;cck=field_&amp;lt;name&amp;gt;; [requires CCK]&lt;/h3&gt;
&lt;p class=&quot;rteindent1&quot;&gt;The CCK parameter must be followed by a field name. An empty name is likely to generate an error. The name of a field that does not exist is likely to generate nothing.&lt;/p&gt;
&lt;p class=&quot;rteindent1&quot;&gt;For instance, if you have a field named &lt;strong&gt;see_also&lt;/strong&gt;, you would write:&lt;/p&gt;
&lt;pre class=&quot;rteindent1&quot;&gt;
   cck=field_see_also&lt;strong&gt;;&lt;/strong&gt;&lt;/pre&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/doc-insert-node-parameter-cck&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/doc-insert-node-parameter-cck#comments</comments>
 <pubDate>Sun, 31 Jan 2010 09:50:28 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">456 at http://www.m2osw.com</guid>
</item>
<item>
 <title>Insert Node Parameter: themed (6-1.0)</title>
 <link>http://www.m2osw.com/doc-insert-node-parameter-themed</link>
 <description>&lt;p&gt;Display the themed body of the node and the terms as if you were looking at that very node.&lt;/p&gt;
&lt;p&gt;The CCK fields and links are not shown. The filters are not applied.&lt;/p&gt;
&lt;p&gt;This means if you use a filter such as the footnotes filter with [&lt;span&gt;fn&lt;/span&gt;]Info&lt;/fn&gt; tags, they will NOT be transformed.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;abbr class=&quot;mo-glossary mo-glossary-abbr&quot;  title=&quot;Cascading Style Sheet&quot; lang=&quot;en&quot;&gt;CSS&lt;/abbr&gt;&amp;nbsp;Class:&lt;/strong&gt; no class is added, this keyword returns the theme() call content immediately.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Theme:&lt;/strong&gt; InsertNode_themed&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;See Also:&lt;/strong&gt; &lt;span class=&quot;insert-node insert-node1 insert-nid441&quot;&gt;&lt;span class=&quot;insert-node-link&quot;&gt;&lt;a href=&quot;/doc-insert-node-parameter-body&quot;&gt;Insert Node Parameter: body (5-1.x)&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

</description>
 <comments>http://www.m2osw.com/doc-insert-node-parameter-themed#comments</comments>
 <pubDate>Sun, 31 Jan 2010 07:52:34 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">439 at http://www.m2osw.com</guid>
</item>
<item>
 <title>Insert Node Usage</title>
 <link>http://www.m2osw.com/doc-insert-node-usage</link>
 <description>&lt;h3&gt;Syntax&lt;/h3&gt;
&lt;p&gt;The &lt;strong&gt;Insert node&lt;/strong&gt; tag syntax is:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;   [&lt;span&gt;node:&lt;/span&gt;&amp;lt;name of node&amp;gt; &amp;lt;parameters&amp;gt;]&lt;/code&gt;&lt;/pre&gt;
&lt;h3&gt;Name of node&lt;/h3&gt;
&lt;p&gt;The &lt;span style=&quot;font-family: Courier New;&quot;&gt;&amp;lt;name of node&amp;gt;&lt;/span&gt; can either be&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;The name of the node, i.e. it&#039;s URL without the protocol and domain&lt;a class=&quot;see-footnote&quot; id=&quot;footnoteref1_9csr947&quot; title=&quot;For instance, to insert this very node, I would use the name doc_insert_node_usage.&quot; href=&quot;#footnote1_9csr947&quot;&gt;1&lt;/a&gt;, or&lt;/li&gt;
    &lt;li&gt;The node identifier (the number you see in your URL when you edit the node), or&lt;/li&gt;
    &lt;li&gt;An asterisk (*) in which case the current node applies&lt;a class=&quot;see-footnote&quot; id=&quot;footnoteref2_yxt5b61&quot; title=&quot;The asterisk is useful to repeat something from the node in a block. This could be the title of the node or a CCK field. I would suggest ...&quot; href=&quot;#footnote2_yxt5b61&quot;&gt;2&lt;/a&gt;

&lt;ul class=&quot;footnotes&quot;&gt;&lt;li class=&quot;footnote&quot; id=&quot;footnote1_9csr947&quot;&gt;&lt;a class=&quot;footnote-label&quot; href=&quot;#footnoteref1_9csr947&quot;&gt;1.&lt;/a&gt; For instance, to insert this very node, I would use the name &lt;em&gt;doc_insert_node_usage&lt;/em&gt;.&lt;/li&gt;
&lt;li class=&quot;footnote&quot; id=&quot;footnote2_yxt5b61&quot;&gt;&lt;a class=&quot;footnote-label&quot; href=&quot;#footnoteref2_yxt5b61&quot;&gt;2.&lt;/a&gt; The asterisk is useful to repeat something from the node in a block. This could be the title of the node or a CCK field. I would suggest ...&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/doc-insert-node-usage&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/doc-insert-node-usage#comments</comments>
 <pubDate>Sun, 31 Jan 2010 07:44:38 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">438 at http://www.m2osw.com</guid>
</item>
</channel>
</rss>


