<?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: Featured Category/Theme Options Plugin</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Mon, 20 May 2013 01:04:24 +0000</pubDate>

<item>
<title>Jagst3r15 on "Featured Category/Theme Options Plugin"</title>
<link>http://themeshaper.com/forums/topic/featured-categorytheme-options-plugin#post-26551</link>
<pubDate>Mon, 23 Apr 2012 02:43:16 +0000</pubDate>
<dc:creator>Jagst3r15</dc:creator>
<guid isPermaLink="false">26551@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Its okay, I think ima just leave it as is. Using the settings api isnt paramount for one little function anyway imo
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Featured Category/Theme Options Plugin"</title>
<link>http://themeshaper.com/forums/topic/featured-categorytheme-options-plugin#post-26544</link>
<pubDate>Sun, 22 Apr 2012 19:19:09 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">26544@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;sorry bro, but I have to draw the line on free help somewhere... and updating Acamas to use Options Framework is a bit beyond what i'm willing to do for the forum.  &#60;/p&#62;
&#60;p&#62;if you want to hire me for a short stint, you can email me at my username @ gmail.  otherwise, good luck!
&#60;/p&#62;</description>
</item>
<item>
<title>Jagst3r15 on "Featured Category/Theme Options Plugin"</title>
<link>http://themeshaper.com/forums/topic/featured-categorytheme-options-plugin#post-26540</link>
<pubDate>Sun, 22 Apr 2012 13:59:13 +0000</pubDate>
<dc:creator>Jagst3r15</dc:creator>
<guid isPermaLink="false">26540@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;This is the original: &#60;a href=&#34;http://pastebin.com/ZkDLqTkD&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/ZkDLqTkD&#60;/a&#62; . I need to remove from lines 1 to 197..then its just a matter of plugging in the options framework taxonomy stuff, as per the example:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
of_get_option('example_select_categories'): category id = &#38;lt;?php echo of_get_option('example_select_categories', 'no entry' ); ?&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;So I think like here: &#60;code&#62;if (get_settings( $childvalue['id'] )&#60;/code&#62; I need to replace &#34;get_settings&#34; with &#34;of_get_option&#34; and [id] with 'example_select_categories' (just leaving it as the example for now, will change once ive got this thing figured out.&#60;/p&#62;
&#60;p&#62;I'll keep trying  to get this, but any help is appreciated ;)
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Featured Category/Theme Options Plugin"</title>
<link>http://themeshaper.com/forums/topic/featured-categorytheme-options-plugin#post-26539</link>
<pubDate>Sun, 22 Apr 2012 13:14:07 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">26539@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;honestly i have no idea how acamas is doing things.  i'm not familiar with it at all. is it using the settings api?  i'm doubtful, b/c thematic is only just getting to that.&#60;/p&#62;
&#60;p&#62;devin shows how to retrieve the saved option data... so wherever acamas is using the featured category ID, you'll need to serve it up in the options framework mode.
&#60;/p&#62;</description>
</item>
<item>
<title>Jagst3r15 on "Featured Category/Theme Options Plugin"</title>
<link>http://themeshaper.com/forums/topic/featured-categorytheme-options-plugin#post-26533</link>
<pubDate>Sun, 22 Apr 2012 02:48:51 +0000</pubDate>
<dc:creator>Jagst3r15</dc:creator>
<guid isPermaLink="false">26533@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;wow that was stupid on my part. thanks :)...but now, how would I change the stuff in the acamas functions.php that has acms_featuredcategory or whatnot? just change the id &#34;example_select_categories&#34;, to acms_featuredcategory?
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Featured Category/Theme Options Plugin"</title>
<link>http://themeshaper.com/forums/topic/featured-categorytheme-options-plugin#post-26532</link>
<pubDate>Sun, 22 Apr 2012 02:41:27 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">26532@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;you don't change anything to acms.  have you read devin's instructions for how to implement his options panel?  everything says $options b/c his plugin builds the options panel from that $options array.
&#60;/p&#62;</description>
</item>
<item>
<title>Jagst3r15 on "Featured Category/Theme Options Plugin"</title>
<link>http://themeshaper.com/forums/topic/featured-categorytheme-options-plugin#post-26531</link>
<pubDate>Sun, 22 Apr 2012 02:16:13 +0000</pubDate>
<dc:creator>Jagst3r15</dc:creator>
<guid isPermaLink="false">26531@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Sorry but my php skills are quite low :(...I assume I need to change this: &#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
	// Pull all the categories into an array&#60;br /&#62;
	$options_categories = array();&#60;br /&#62;
	$options_categories_obj = get_categories();&#60;br /&#62;
	foreach ($options_categories_obj as $category) {&#60;br /&#62;
    	$options_categories[$category-&#38;gt;cat_ID] = $category-&#38;gt;cat_name;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
	$options[] = array( &#34;name&#34; =&#38;gt; &#34;Select a Category&#34;,&#60;br /&#62;
						&#34;desc&#34; =&#38;gt; &#34;Passed an array of categories with cat_ID and cat_name&#34;,&#60;br /&#62;
						&#34;id&#34; =&#38;gt; &#34;example_select_categories&#34;,&#60;br /&#62;
						&#34;type&#34; =&#38;gt; &#34;select&#34;,&#60;br /&#62;
						&#34;options&#34; =&#38;gt; $options_categories);&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Everything says &#34;options&#34; so I am not sure which words to change to &#34;acms&#34; (Acamas)..any help is appreciated :)
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Featured Category/Theme Options Plugin"</title>
<link>http://themeshaper.com/forums/topic/featured-categorytheme-options-plugin#post-26530</link>
<pubDate>Sun, 22 Apr 2012 01:56:32 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">26530@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;no it doesn't need to be filterable.  in the SVN version the options are added to a hook.  don't want them?  remove them from the hook.&#60;/p&#62;
&#60;p&#62;the relevant function from extensions/theme-options.php&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function thematic_opt_add_page() {

	$thematic_opt_page = add_theme_page (&#38;#39;Theme Options&#38;#39;, &#38;#39;Theme Options&#38;#39;, &#38;#39;edit_theme_options&#38;#39;, &#38;#39;thematic_opt&#38;#39;, &#38;#39;thematic_do_opt_page&#38;#39;);
	$thematic_opt_page = apply_filters (&#38;#39;thematic_theme_add_opt_page&#38;#39;, $thematic_opt_page );

	if ( ! $thematic_opt_page ) {
		return;
	}

	add_action( &#38;quot;load-$thematic_opt_page&#38;quot;, &#38;#39;thematic_opt_page_help&#38;#39; );
}

add_action( &#38;#39;admin_menu&#38;#39;, &#38;#39;thematic_opt_add_page&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to remove the page:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function kia_remove_theme_options(){
	remove_action( &#38;#39;admin_menu&#38;#39;, &#38;#39;thematic_opt_add_page&#38;#39; );
}
add_action(&#38;#39;init&#38;#39;,&#38;#39;kia_remove_theme_options&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;also, i believe devin has an example in his plugin for how to make a dropdown list of categories.  can you use that?
&#60;/p&#62;</description>
</item>
<item>
<title>Jagst3r15 on "Featured Category/Theme Options Plugin"</title>
<link>http://themeshaper.com/forums/topic/featured-categorytheme-options-plugin#post-26526</link>
<pubDate>Sun, 22 Apr 2012 00:16:31 +0000</pubDate>
<dc:creator>Jagst3r15</dc:creator>
<guid isPermaLink="false">26526@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Alright, so this is might be a little complex/off-topic, but any idea how I would move the Acamas featured category options to the options framework plugin? Bear in mind Devin updated his thematic options &#60;a href=&#34;https://github.com/devinsays/thematic-options&#34; rel=&#34;nofollow&#34;&#62;https://github.com/devinsays/thematic-options&#60;/a&#62; to use the plugin and therefore the settings api, so I think its a good idea to switch em over (plus I am working on a responsive version of the theme). I think I would have to add an array to the options.php file and then something else to either the functions.php file or the theme-functions.php file. Ive exhausted googling for the solution so hopefully someone can help.&#60;/p&#62;
&#60;p&#62;Also, I noticed that I cannot remove the thematic options for 0.9.8 (yes I know its a dev release, but it should be filterable regardless, shouldn't it?)
&#60;/p&#62;</description>
</item>

</channel>
</rss>
