<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <generator>http://textpattern.com/</generator>
 <title>Textpattern Tips – Increase the textarea sizes in your Admin</title>
 <description>Increase the textarea sizes in your Admin - comments</description>
 <link>https://textpattern.tips/increase-the-textarea-sizes-in-your-admin</link>
 <atom:link href="https://textpattern.tips/increase-the-textarea-sizes-in-your-admin?f=comment-feed" rel="self" type="application/rss+xml" />
 <pubDate>Tue, 08 Dec 09 17:33:05 +0000</pubDate>

 <item>
     <title>Comment on Increase the textarea sizes in your Admin by Joe Hastings</title>
     <link><a href="https://textpattern.tips/increase-the-textarea-sizes-in-your-admin#c000613" id="c000613">1</a></link>
     <guid><a href="https://textpattern.tips/increase-the-textarea-sizes-in-your-admin#c000613" id="c000613">1</a></guid>
     <pubDate>Tue, 08 Dec 09 12:20:52 +0000</pubDate>
     <description><![CDATA[<p><strong>OR</strong> <a href="http://www.apple.com/safari/download/" rel="nofollow">install and use Safari</a>, (there is a Windows version) to edit code in the <span class="caps">TXP</span> Interface. All text fields are resizeable by default in that browser. In <span class="caps">TXP</span> the Article, Excerpt,Page, Field and <span class="caps">CSS</span> edit windows can be re-sized by dragging the bottom right corner.</p>]]></description>
     <content:encoded><![CDATA[<p><strong>OR</strong> <a href="http://www.apple.com/safari/download/" rel="nofollow">install and use Safari</a>, (there is a Windows version) to edit code in the <span class="caps">TXP</span> Interface. All text fields are resizeable by default in that browser. In <span class="caps">TXP</span> the Article, Excerpt,Page, Field and <span class="caps">CSS</span> edit windows can be re-sized by dragging the bottom right corner.</p>]]></content:encoded>
     <dc:creator>Joe Hastings</dc:creator>
 
</item>
<item>
     <title>Comment on Increase the textarea sizes in your Admin by John Stephens</title>
     <link><a href="https://textpattern.tips/increase-the-textarea-sizes-in-your-admin#c000614" id="c000614">1</a></link>
     <guid><a href="https://textpattern.tips/increase-the-textarea-sizes-in-your-admin#c000614" id="c000614">1</a></guid>
     <pubDate>Tue, 08 Dec 09 12:36:45 +0000</pubDate>
     <description><![CDATA[<p>Joe speaks my mind, but for those who must live in the browser ghetto where <span class="caps">CSS</span> is needed, I&#8217;d recommend creating an alternate Theme for this&#8212; that way upgrading Textpattern won&#8217;t overwrite your changes.</p><p>It&#8217;s surprisingly easy: create a textpattern.css file with only the rules you need to change (like the lines above). Create a theme manifest that refers back to the classic theme&#8212; something like this†:</p><p>&lt;?php</p><p>if (!defined(&#8216;txpinterface&#8217;)) die(&#8216;txpinterface is undefined.&#8217;);</p><p>theme::based_on(&#8216;classic&#8217;);</p><p>class MyCustom_theme extends classic_theme<br>{</p><p>	function manifest()
	{
		return array(
			&#8216;title&#8217;	 	=&gt; &#8216;MyCustom&#8217;,
			&#8216;author&#8217; 	=&gt; &#8216;J.K. Rowling&#8217;,
			&#8216;author_uri&#8217; 	=&gt; &#8216;http://google.com/&#8217;,
			&#8216;version&#8217; 	=&gt; &#8217;0.1&#8217;,
			&#8216;description&#8217; 	=&gt; &#8216;Posuere exer uptatem alisis incinim suscil vulput fringilla.&#8217;,
			&#8216;help&#8217; 		=&gt; &#8216;&#8217;,
		);
	}<br>}<br>?&gt;</p><p>Save both files in a directory called MyCustom (or whatever you name the theme) under themes, and you&#8217;re ready to roll. Then, just activate the theme under Advanced Prefs.</p><p>† The comment input here strips out line breaks and tabs, but you can see plenty of example manifests at <a href="http://textgarden.org/administration-themes" rel="nofollow">Textgarden</a> for the canonical formating.</p>]]></description>
     <content:encoded><![CDATA[<p>Joe speaks my mind, but for those who must live in the browser ghetto where <span class="caps">CSS</span> is needed, I&#8217;d recommend creating an alternate Theme for this&#8212; that way upgrading Textpattern won&#8217;t overwrite your changes.</p><p>It&#8217;s surprisingly easy: create a textpattern.css file with only the rules you need to change (like the lines above). Create a theme manifest that refers back to the classic theme&#8212; something like this†:</p><p>&lt;?php</p><p>if (!defined(&#8216;txpinterface&#8217;)) die(&#8216;txpinterface is undefined.&#8217;);</p><p>theme::based_on(&#8216;classic&#8217;);</p><p>class MyCustom_theme extends classic_theme<br>{</p><p>	function manifest()
	{
		return array(
			&#8216;title&#8217;	 	=&gt; &#8216;MyCustom&#8217;,
			&#8216;author&#8217; 	=&gt; &#8216;J.K. Rowling&#8217;,
			&#8216;author_uri&#8217; 	=&gt; &#8216;http://google.com/&#8217;,
			&#8216;version&#8217; 	=&gt; &#8217;0.1&#8217;,
			&#8216;description&#8217; 	=&gt; &#8216;Posuere exer uptatem alisis incinim suscil vulput fringilla.&#8217;,
			&#8216;help&#8217; 		=&gt; &#8216;&#8217;,
		);
	}<br>}<br>?&gt;</p><p>Save both files in a directory called MyCustom (or whatever you name the theme) under themes, and you&#8217;re ready to roll. Then, just activate the theme under Advanced Prefs.</p><p>† The comment input here strips out line breaks and tabs, but you can see plenty of example manifests at <a href="http://textgarden.org/administration-themes" rel="nofollow">Textgarden</a> for the canonical formating.</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://designop.us/">John Stephens</a></dc:creator>
 
</item>
<item>
     <title>Comment on Increase the textarea sizes in your Admin by Jonathan Stubbs</title>
     <link><a href="https://textpattern.tips/increase-the-textarea-sizes-in-your-admin#c000615" id="c000615">1</a></link>
     <guid><a href="https://textpattern.tips/increase-the-textarea-sizes-in-your-admin#c000615" id="c000615">1</a></guid>
     <pubDate>Tue, 08 Dec 09 12:47:56 +0000</pubDate>
     <description><![CDATA[<p>Joe, I use Safari and never need to resize textareas so I would agree that this is the simplest solution. </p><p>John, thanks for the excellent writeup. This tip has been published &#8220;as-is&#8221; and I was hopeful that others would chip in with some further options.</p><p>May I ask that you write a tutorial on creating an admin theme based on your comment above? I think that would be very helpful and we have not yet touched much on the new 4.2 features.</p>]]></description>
     <content:encoded><![CDATA[<p>Joe, I use Safari and never need to resize textareas so I would agree that this is the simplest solution. </p><p>John, thanks for the excellent writeup. This tip has been published &#8220;as-is&#8221; and I was hopeful that others would chip in with some further options.</p><p>May I ask that you write a tutorial on creating an admin theme based on your comment above? I think that would be very helpful and we have not yet touched much on the new 4.2 features.</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://jonathanstubbs.com">Jonathan Stubbs</a></dc:creator>
 
</item>
<item>
     <title>Comment on Increase the textarea sizes in your Admin by Joop Vos</title>
     <link><a href="https://textpattern.tips/increase-the-textarea-sizes-in-your-admin#c000616" id="c000616">1</a></link>
     <guid><a href="https://textpattern.tips/increase-the-textarea-sizes-in-your-admin#c000616" id="c000616">1</a></guid>
     <pubDate>Tue, 08 Dec 09 13:32:30 +0000</pubDate>
     <description><![CDATA[<p>Firefox add-on &gt; <a href="https://addons.mozilla.org/nl/firefox/addon/3818" rel="nofollow">Resizeable Textarea</a></p>]]></description>
     <content:encoded><![CDATA[<p>Firefox add-on &gt; <a href="https://addons.mozilla.org/nl/firefox/addon/3818" rel="nofollow">Resizeable Textarea</a></p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://www.redfoxwebdesign.nl">Joop Vos</a></dc:creator>
 
</item>
<item>
     <title>Comment on Increase the textarea sizes in your Admin by Pieman</title>
     <link><a href="https://textpattern.tips/increase-the-textarea-sizes-in-your-admin#c000617" id="c000617">1</a></link>
     <guid><a href="https://textpattern.tips/increase-the-textarea-sizes-in-your-admin#c000617" id="c000617">1</a></guid>
     <pubDate>Tue, 08 Dec 09 17:33:05 +0000</pubDate>
     <description><![CDATA[<p><a href="http://rahforum.biz/plugins/rah_autogrowing_textarea" rel="nofollow">rah_autogrowing_textarea</a></p>]]></description>
     <content:encoded><![CDATA[<p><a href="http://rahforum.biz/plugins/rah_autogrowing_textarea" rel="nofollow">rah_autogrowing_textarea</a></p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://pieman.net">Pieman</a></dc:creator>
 
</item>

</channel>
</rss>