<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Topic: Thematic Theme Options Page Development</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Tue, 21 May 2013 21:12:36 +0000</pubDate>

<item>
<title>mrmikeman on "Thematic Theme Options Page Development"</title>
<link>http://themeshaper.com/forums/topic/thematic-theme-options-page-development#post-20446</link>
<pubDate>Mon, 11 Apr 2011 06:33:18 +0000</pubDate>
<dc:creator>mrmikeman</dc:creator>
<guid isPermaLink="false">20446@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I usually work with using a Featured Image layout, instead of a list like blog feal and its hard to style it properly, there are a few standard featured image layouts that would be nice to be able and just switch on..
&#60;/p&#62;</description>
</item>
<item>
<title>sfrangos on "Thematic Theme Options Page Development"</title>
<link>http://themeshaper.com/forums/topic/thematic-theme-options-page-development#post-19208</link>
<pubDate>Tue, 15 Feb 2011 23:32:45 +0000</pubDate>
<dc:creator>sfrangos</dc:creator>
<guid isPermaLink="false">19208@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi Gene -&#60;/p&#62;
&#60;p&#62;    Q1: What types of options do you typically add to your child themes?&#60;br /&#62;
    Q2: Do you use custom field input to customize your child theme? (if so, give examples)&#60;br /&#62;
    Q3: Do you validate input on user submitted settings?&#60;br /&#62;
    Q4: What aspects of Thematic would you like to control via the options page?&#60;/p&#62;
&#60;p&#62;Here is a suggested format for answers. Please be brief and to the point.&#60;/p&#62;
&#60;p&#62;    A1: answer to q1:  I think you mean on the Thematic Options page?  None, right now, but we do get requests for headers.&#60;br /&#62;
    A2: answer to q2: Again, we would appreciate an easy way to add some custom field options via functions.php.&#60;br /&#62;
    A3: answer to q3: Not clear what you are after on this one.&#60;br /&#62;
    A4: answer to q4: Custom Headers, custom backgrounds, add analytics code&#60;/p&#62;
&#60;p&#62;- Scott
&#60;/p&#62;</description>
</item>
<item>
<title>em hr on "Thematic Theme Options Page Development"</title>
<link>http://themeshaper.com/forums/topic/thematic-theme-options-page-development#post-18530</link>
<pubDate>Thu, 20 Jan 2011 14:26:13 +0000</pubDate>
<dc:creator>em hr</dc:creator>
<guid isPermaLink="false">18530@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks Danieliser :) If you're interested in sharing code the &#60;a&#62;Thematic google code site&#60;/a&#62; is the place to do it. You can file a report for enhancement and link to a pastie or even add the code as an attachment.&#60;/p&#62;
&#60;p&#62;-Gene
&#60;/p&#62;</description>
</item>
<item>
<title>Danieliser on "Thematic Theme Options Page Development"</title>
<link>http://themeshaper.com/forums/topic/thematic-theme-options-page-development#post-18457</link>
<pubDate>Tue, 18 Jan 2011 06:57:36 +0000</pubDate>
<dc:creator>Danieliser</dc:creator>
<guid isPermaLink="false">18457@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I have actually developed a small plugin that is capable of building custome meta write panels with many options. You can have Panels, SubPanels, Many different form options and all with header and description options. I havent created an admin area yet for it but would be willing to contribute the basics if i can get some help developing the admin interface and finishing adding form options/cleaning up the code.
&#60;/p&#62;</description>
</item>
<item>
<title>em hr on "Thematic Theme Options Page Development"</title>
<link>http://themeshaper.com/forums/topic/thematic-theme-options-page-development#post-18451</link>
<pubDate>Tue, 18 Jan 2011 02:22:13 +0000</pubDate>
<dc:creator>em hr</dc:creator>
<guid isPermaLink="false">18451@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;@Devin Yeah the bodyclass bit is nifty. I have some stylesheets buried somewhere that were designed explicitly for this. I wrote a tutorial on it a while back that ties the bodyclass to customfield input; but it never saw the light of day. Anyone interested in seeing it? &#60;/p&#62;
&#60;p&#62;BTW this is exactly what I would describe as an example for Q2.
&#60;/p&#62;</description>
</item>
<item>
<title>Devin on "Thematic Theme Options Page Development"</title>
<link>http://themeshaper.com/forums/topic/thematic-theme-options-page-development#post-18447</link>
<pubDate>Tue, 18 Jan 2011 02:10:26 +0000</pubDate>
<dc:creator>Devin</dc:creator>
<guid isPermaLink="false">18447@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;A1:  I know this doesn't answer the question directly, but text input, textarea, radio, select, image uploader, and colorpicker.  This doesn't need to be baked in, but examples for how to do Typography, and backgrounds (with image, repeat-x, etc) using those inputs would be helpful.&#60;/p&#62;
&#60;p&#62;A2:  I haven't needed to link them, but an easy way to add custom metaboxes would be helpful.&#60;/p&#62;
&#60;p&#62;A3:  Generally, no, aside from verifying that an image is an image.  But it would be useful to have a mechanism to check if the input and make sure e-mail address is actually an e-mail address, etc.  I could think of many situations where that would be important.&#60;/p&#62;
&#60;p&#62;A4:  I really don't need anything added to the options panel, the main thing is that I can alter it to fit my child theme.&#60;/p&#62;
&#60;p&#62;It might be useful for end users to be able to select their layout (2 col, 3 col, etc).  This could be done by adding a body class and would also allow us condense all the different layout stylesheets into the main one.  However, the drawback is that it would affect child themes and add complexity.  So, this one is debatable.
&#60;/p&#62;</description>
</item>
<item>
<title>em hr on "Thematic Theme Options Page Development"</title>
<link>http://themeshaper.com/forums/topic/thematic-theme-options-page-development#post-18446</link>
<pubDate>Tue, 18 Jan 2011 01:59:51 +0000</pubDate>
<dc:creator>em hr</dc:creator>
<guid isPermaLink="false">18446@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Sorry that was rushed and poorly stated I have edited the q2 to be more specific. Hopefully that clears things up. No need to restate the questions.
&#60;/p&#62;</description>
</item>
<item>
<title>Danieliser on "Thematic Theme Options Page Development"</title>
<link>http://themeshaper.com/forums/topic/thematic-theme-options-page-development#post-18438</link>
<pubDate>Tue, 18 Jan 2011 00:42:41 +0000</pubDate>
<dc:creator>Danieliser</dc:creator>
<guid isPermaLink="false">18438@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;* Q1: What types of options do you typically add to your child themes?&#60;br /&#62;
    * Q2: Do you link theme options input to custom field input from the post/page write panel? (with example)&#60;br /&#62;
    * Q3: Do you validate input on user submitted settings?&#60;br /&#62;
    * Q4: What aspects of Thematic would you like to control via the options page?&#60;br /&#62;
A1 - Header Image, Headspace2, Meta Tags for Search Engines, Favicon, Analytics etc.&#60;br /&#62;
A2 - Not sure i understand the question. I would prefer in the options table if i understand that right.&#60;br /&#62;
A3 - Almost always. At least checking for invalid input.&#60;br /&#62;
A4 - If you made it pluggable so that we can add custom options with only a few lines in an override style function. i have set up many small tweaks i use all the time and would like to be able to make them a quick plugin with options to turn the ones you want on instead of having to manually comment out the includes()
&#60;/p&#62;</description>
</item>
<item>
<title>em hr on "Thematic Theme Options Page Development"</title>
<link>http://themeshaper.com/forums/topic/thematic-theme-options-page-development#post-18432</link>
<pubDate>Mon, 17 Jan 2011 23:46:41 +0000</pubDate>
<dc:creator>em hr</dc:creator>
<guid isPermaLink="false">18432@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thematic is getting an Options Page revamp. The new options will likely be pluggable/filterable but not include any more options at the onset if ever. &#60;/p&#62;
&#60;p&#62;My goal here is to get a read on how you all are using options in your child themes to see how Thematic can both help and stay out of the way. So here are my questions to Thematic child-theme devs and Thematic child-theme users.&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;Q1: What types of options do you typically add to your child themes?&#60;/li&#62;
&#60;li&#62;Q2: Do you use custom field input to customize your child theme? (if so, give examples)&#60;/li&#62;
&#60;li&#62;Q3: Do you validate input on user submitted settings?&#60;/li&#62;
&#60;li&#62;Q4: What aspects of Thematic would you like to control via the options page?&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;Here is a suggested format for answers. Please be brief and to the point.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
&#60;em&#62;A1:&#60;/em&#62; answer to q1&#60;br /&#62;
&#60;em&#62;A2:&#60;/em&#62; answer to q2&#60;br /&#62;
&#60;em&#62;A3:&#60;/em&#62; answer to q3&#60;br /&#62;
&#60;em&#62;A4:&#60;/em&#62; answer to q4&#60;/p&#62;
&#60;p&#62;&#60;em&#62;Commentary:&#60;/em&#62; feel free to discuss it further&#60;/p&#62;
&#60;/blockquote&#62;</description>
</item>

</channel>
</rss>
