<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Structure desc to textarea</title>
		<link>https://www.cotonti.com</link>
		<description>Последние сообщения в теме</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sat, 11 Apr 2026 18:02:49 -0000</pubDate>

		<item>
			<title>SunChase</title>
			<description><![CDATA[until then...here is a temporary way to do this(if someone needs):<br />
<br />
<br />
admin.structure.inc.tpl<br />
<pre class="code">
...
			&lt;tr&gt;
    	&lt;td&gt;{PHP.L.Description} :&lt;/td&gt;
					&lt;td&gt;
                                        &lt;textarea class=&quot;editor&quot; name=&quot;rdesc&quot; rows=&quot;14&quot; cols=&quot;80&quot;&gt;{ADMIN_PAGE_STRUCTURE_DESC}&lt;/textarea&gt;
                                        &lt;/td&gt;
    &lt;/tr&gt;
.....
&lt;tr&gt;
					&lt;td&gt;{PHP.L.Description} :&lt;/td&gt;
					&lt;td&gt;&lt;textarea class=&quot;editor&quot; name=&quot;ndesc&quot; rows=&quot;14&quot; cols=&quot;80&quot;&gt;&lt;/textarea&gt;&lt;/td&gt;
				&lt;/tr&gt;
...
</pre>
<br />
and for parsing...list.inc.php<br />
<pre class="code">&quot;LIST_CATDESC&quot; =&gt; sed_parse($sed_cat&#091;$c&#093;&#091;'desc'&#093;),</pre>
but it doesnt like AJAX...]]></description>
			<pubDate>пт, 31 июл 2009 03:59:35 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=3091&d=0#post15222]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[Well, as dayver told, there will be extra fields for lists in 0.7. He has implemented them but the code is pending until 0.6.1 is out.]]></description>
			<pubDate>пт, 31 июл 2009 03:02:14 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=3091&d=0#post15207]]></link>
		</item>
		<item>
			<title>SunChase</title>
			<description><![CDATA[about icons i know.<br />
I dont know how to change the desc field to textarea with textboxer...]]></description>
			<pubDate>пт, 31 июл 2009 02:40:12 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=3091&d=0#post15203]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[Did you know categories can have icons? {LIST_CATICON} is used for that. Normally icons are set in category options, but you can make a simple plugin so that it would let users change icons for their categories.]]></description>
			<pubDate>пт, 31 июл 2009 02:34:51 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=3091&d=0#post15201]]></link>
		</item>
		<item>
			<title>Dayver</title>
			<description><![CDATA[For the similar problem <a href="http://trac.cotonti.com/ticket/338">this ticket</a>]]></description>
			<pubDate>пт, 31 июл 2009 01:09:08 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=3091&d=0#post15193]]></link>
		</item>
		<item>
			<title>SunChase</title>
			<description><![CDATA[here is the general idea:<br />
I want to make special categories for authors,on which they will put out theyr works.<br />
So this means that i need some logo in every list.First i wanted to make list.tpl's for every category but its will be to much.Than i thought just to put in list.tpl tags like List_caticon and list_catdesc.<br />
<br />
can i make this in the next way ? :<br />
<li>change db</li>
<li>put the textboxer for cat_desc in the admin=&gt;structure  (this one i dont know how to do)</li>
<li>in list.inc.tpl edit the tag to =&gt; 	&quot;LIST_ROW_DESC&quot; =&gt; sed_parse($pag['page_desc']),</li>]]></description>
			<pubDate>пт, 31 июл 2009 00:16:12 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=3091&d=0#post15188]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[Neither it will parse BBcodes there. You need a plugin for that, or a massive corehack will take place.]]></description>
			<pubDate>чт, 30 июл 2009 23:55:43 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=3091&d=0#post15184]]></link>
		</item>
		<item>
			<title>SunChase</title>
			<description><![CDATA[I want to make the category's description field to a textarea with textboxer(in admin pannel).<br />
Tell me please how to make it?<br />
<br />
I'w changed in the DB its type to 'text',but i dont know how to put the textboxer window in the in the 'Create new' (http://cot4/admin.php?m=page&amp;s=structure)]]></description>
			<pubDate>чт, 30 июл 2009 23:21:24 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=3091&d=0#post15178]]></link>
		</item>
	</channel>
</rss>