<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
			<channel>
			<title>Fields / Вопросы, проблемы и их решения / Alto CMS</title>
			<link>http://altocms.ru/comments/1135/</link>
			<description><![CDATA[Подскажите пожалуйста как вывести определенный field в шаблон List. {$oContentType=$oTopic-&amp;#62;getContentType()} {if $oContentType} {foreach from=$oContentType-&amp;#62;getFields() item=oField} {include file=&amp;#34;fields/customs/field.custom.`$oField-&amp;#62;getFieldType()`-show.tpl&amp;#34; oField=$oField} {/foreach} {/if}]]></description>
			<language>ru</language>
			<managingEditor>noreply@altocms.ru</managingEditor>
			<webMaster>noreply@altocms.ru</webMaster>
			<generator>Alto CMS v.1.5.0b1</generator>
							<item>
					<title>Fields (comment #20753)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1135/#comment20753</guid>
					<link>http://altocms.ru/1135.html#comment20753</link>
					<author>vshemarov@gmail.com</author>
					<description><![CDATA[Сделать это можно так:<br/>
<br/>
1) Смотрите в админке ID поля, которое хотите выводить особым образом.<br/>
2) В шаблоне пишите такой код:<br/>
<pre class="prettyprint"><code>
    {$oTopicField = $oTopic-&gt;getField(id)}
    {if $oTopicField}
        // Здесь код для отображения дополнительного поля
    {/if}
</code></pre>Здесь в выражении <strong>$oTopic-&gt;getField(id)</strong> Вы подставляете тот ID, который нужно.]]></description>
					<pubDate>Fri, 08 May 2015 14:43:25 +0300</pubDate>
									</item>
							<item>
					<title>Fields (comment #20754)</title>
					<guid isPermaLink="true">http://altocms.ru/t/1135/#comment20754</guid>
					<link>http://altocms.ru/1135.html#comment20754</link>
					<author>Yuodvirshis@inbox.ru</author>
					<description><![CDATA[Большое спасибо!]]></description>
					<pubDate>Fri, 08 May 2015 15:00:36 +0300</pubDate>
									</item>
					</channel>
	</rss>
