<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Need to create a new option in the Template Builder</title>
		<link>http://www.kriesi.at/support/topic/need-to-create-a-new-option-in-the-template-builder</link>
		<description>Support Forum - Topic: Need to create a new option in the Template Builder</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 15:47:54 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/need-to-create-a-new-option-in-the-template-builder" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Beard on "Need to create a new option in the Template Builder"</title>
			<link>http://www.kriesi.at/support/topic/need-to-create-a-new-option-in-the-template-builder#post-26858</link>
			<pubDate>Tue, 13 Sep 2011 12:20:31 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">26858@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Dude could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rumblefish on "Need to create a new option in the Template Builder"</title>
			<link>http://www.kriesi.at/support/topic/need-to-create-a-new-option-in-the-template-builder#post-26849</link>
			<pubDate>Tue, 13 Sep 2011 11:04:38 +0000</pubDate>
			<dc:creator>rumblefish</dc:creator>
			<guid isPermaLink="false">26849@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Need to create a new option in the Template Builder"</title>
			<link>http://www.kriesi.at/support/topic/need-to-create-a-new-option-in-the-template-builder#post-26836</link>
			<pubDate>Tue, 13 Sep 2011 09:26:43 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">26836@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Oh - yes. If you'd like to add a complete new element (beside the &#34;standard hr&#34; element) you need to add your code to:&#60;/p&#62;
&#60;p&#62;INCLUDES / ADMIN / register-shortcodes.php&#60;br /&#62;
INCLUDES / helper-templates.php&#60;/p&#62;
&#60;p&#62;too.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rumblefish on "Need to create a new option in the Template Builder"</title>
			<link>http://www.kriesi.at/support/topic/need-to-create-a-new-option-in-the-template-builder#post-26788</link>
			<pubDate>Mon, 12 Sep 2011 12:15:19 +0000</pubDate>
			<dc:creator>rumblefish</dc:creator>
			<guid isPermaLink="false">26788@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, I think I have it now! it seems to work,  but can you just check if I changed all the right files please? Perhaps I missed one somewhere.&#60;/p&#62;
&#60;p&#62;/ shortcodes.css&#60;br /&#62;
INCLUDES / ADMIN / register-admin-dynamic-options.php&#60;br /&#62;
INCLUDES / ADMIN / register-shortcodes.php&#60;br /&#62;
INCLUDES / helper-templates.php&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rumblefish on "Need to create a new option in the Template Builder"</title>
			<link>http://www.kriesi.at/support/topic/need-to-create-a-new-option-in-the-template-builder#post-26787</link>
			<pubDate>Mon, 12 Sep 2011 11:11:45 +0000</pubDate>
			<dc:creator>rumblefish</dc:creator>
			<guid isPermaLink="false">26787@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ooops, not quite there yet! I don't think it's as easy as it looks.&#60;/p&#62;
&#60;p&#62;The code you posted is only for creating the new name (which doesn't appear to work yet anyway). I need to know how to create the function. It must be set in different files controlling the templates, but I don't know which ones they are.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rumblefish on "Need to create a new option in the Template Builder"</title>
			<link>http://www.kriesi.at/support/topic/need-to-create-a-new-option-in-the-template-builder#post-26779</link>
			<pubDate>Mon, 12 Sep 2011 06:53:12 +0000</pubDate>
			<dc:creator>rumblefish</dc:creator>
			<guid isPermaLink="false">26779@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You da Man :O)&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Need to create a new option in the Template Builder"</title>
			<link>http://www.kriesi.at/support/topic/need-to-create-a-new-option-in-the-template-builder#post-26764</link>
			<pubDate>Mon, 12 Sep 2011 06:08:25 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">26764@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can add the options in shoutbox\includes\admin\register-admin-dynamic-options.php - search for following code and start hacking :)&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;quot;dynamic&#38;quot;=&#38;gt; &#38;#39;hr&#38;#39;,
				&#38;quot;name&#38;quot; 	=&#38;gt; &#38;quot;Horizontal Ruler&#38;quot;,&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>rumblefish on "Need to create a new option in the Template Builder"</title>
			<link>http://www.kriesi.at/support/topic/need-to-create-a-new-option-in-the-template-builder#post-26735</link>
			<pubDate>Sun, 11 Sep 2011 21:56:21 +0000</pubDate>
			<dc:creator>rumblefish</dc:creator>
			<guid isPermaLink="false">26735@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How can I add a new selection to the Horizontal Ruler options in the Template Builder? I need a &#34;whitespace with less padding&#34; option. In the same way that the Default Ruler has both options. Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
