<?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: Options.php</title>
		<link>http://www.kriesi.at/support/topic/optionsphp</link>
		<description>Support Forum - Topic: Options.php</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 15:36:24 +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/optionsphp" rel="self" type="application/rss+xml" />

		<item>
			<title>jdarko82 on "Options.php"</title>
			<link>http://www.kriesi.at/support/topic/optionsphp#post-27364</link>
			<pubDate>Tue, 20 Sep 2011 02:09:23 +0000</pubDate>
			<dc:creator>jdarko82</dc:creator>
			<guid isPermaLink="false">27364@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The link to my site is &#60;a href=&#34;http://darkomediaomniversal.com&#34; rel=&#34;nofollow&#34;&#62;http://darkomediaomniversal.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Options.php"</title>
			<link>http://www.kriesi.at/support/topic/optionsphp#post-27304</link>
			<pubDate>Mon, 19 Sep 2011 06:49:44 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27304@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
can you post a link please? Maybe there's a php error. Maybe you activated a plugin which breaks the layout?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jdarko82 on "Options.php"</title>
			<link>http://www.kriesi.at/support/topic/optionsphp#post-27291</link>
			<pubDate>Mon, 19 Sep 2011 04:39:48 +0000</pubDate>
			<dc:creator>jdarko82</dc:creator>
			<guid isPermaLink="false">27291@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My entire site layout just got messed up after editing the options.php all I did was add one line of code following the instructions via: &#60;a href=&#34;http://www.kriesi.at/support/topic/cufon#post-83&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/cufon#post-83&#60;/a&#62; I went back and reverted to the original options.php and the layout is still not functional. Any assistance would be obliged. This is the exact coding I wrote in options.php (Neutra2 is the font that I chose to implement) this is the URL: &#60;a href=&#34;http://darkomediaomniversal.com/&#34; rel=&#34;nofollow&#34;&#62;http://darkomediaomniversal.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;/p&#62;
&#60;p&#62;$pageinfo = array('full_name' =&#38;gt; '&#34;'.THEMENAME.'&#34; General Options', 'optionname'=&#38;gt;'general', 'child'=&#38;gt;false, 'filename' =&#38;gt; basename(__FILE__));&#60;/p&#62;
&#60;p&#62;$options = array();&#60;/p&#62;
&#60;p&#62;$options[] = array(	&#34;type&#34; =&#38;gt; &#34;open&#34;);&#60;/p&#62;
&#60;p&#62;$options[] =  array(&#34;type&#34; =&#38;gt; &#34;group&#34;);		&#60;/p&#62;
&#60;p&#62;$options[] =	array(	&#34;name&#34; =&#38;gt; &#34;General Layout Settings&#34;,&#60;br /&#62;
			&#34;desc&#34; =&#38;gt; &#34;Here you can set several style settings to quickly edit the look and feel of your website&#34;,&#60;br /&#62;
			&#34;id&#34; =&#38;gt; &#34;generallayout&#34;,&#60;br /&#62;
			&#34;type&#34; =&#38;gt; &#34;title_inside&#34;);&#60;/p&#62;
&#60;p&#62;$options[] = array(	&#34;name&#34; =&#38;gt; &#34;'&#34;.THEMENAME.&#34;' - Skin&#34;,&#60;br /&#62;
			&#34;desc&#34; =&#38;gt; &#34;Please choose one of the &#34;.THEMENAME.&#34; skins here&#34;,&#60;br /&#62;
            &#34;id&#34; =&#38;gt; &#34;skin&#34;,&#60;br /&#62;
            &#34;type&#34; =&#38;gt; &#34;dropdown&#34;,&#60;br /&#62;
            &#34;std&#34; =&#38;gt; &#34;1&#34;,&#60;br /&#62;
            &#34;subtype&#34; =&#38;gt; array(THEMENAME.' - Default'=&#38;gt;'1',THEMENAME.' - Minimal'=&#38;gt;'2',THEMENAME.' - Dark'=&#38;gt;'3'));&#60;/p&#62;
&#60;p&#62;$options[] =	array(	&#34;name&#34; =&#38;gt; &#34;Color Options&#34;,&#60;br /&#62;
			&#34;desc&#34; =&#38;gt; &#34;Since ther release of Wordpress 3, theme authors can use a buildt in background color/image editor. &#34;.THEMENAME.&#34; uses this color switcher to further define the color scheme. &#60;a&#62;You can edit it here&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#34;,&#60;br /&#62;
			&#34;id&#34; =&#38;gt; &#34;generallayout&#34;,&#60;br /&#62;
			&#34;type&#34; =&#38;gt; &#34;title_inside&#34;);			&#60;/p&#62;
&#60;p&#62;$options[] =  array(	&#34;name&#34; =&#38;gt; &#34;Fullwidth or Boxed&#34;,&#60;br /&#62;
			&#34;desc&#34; =&#38;gt; &#34;Set if your layout should stretch fullwidth to the left and right browser border or be boxed and centered.&#34;,&#60;br /&#62;
            &#34;id&#34; =&#38;gt; &#34;layout_style&#34;,&#60;br /&#62;
            &#34;type&#34; =&#38;gt; &#34;dropdown&#34;,&#60;br /&#62;
            &#34;std&#34; =&#38;gt; &#34;stretched&#34;,&#60;br /&#62;
            &#34;subtype&#34; =&#38;gt; array(	'Stretched Layout'=&#38;gt;'stretched',&#60;br /&#62;
            					'Boxed Layout'=&#38;gt;'boxed'&#60;br /&#62;
            					));&#60;/p&#62;
&#60;p&#62;$options[] =  array(	&#34;name&#34; =&#38;gt; &#34;Heading Font&#34;,&#60;br /&#62;
			&#34;desc&#34; =&#38;gt; &#34;The Font heading utilizes the google API and allows you to use a wide range of custom fonts for your headings&#34;,&#60;br /&#62;
            &#34;id&#34; =&#38;gt; &#34;font_heading&#34;,&#60;br /&#62;
            &#34;type&#34; =&#38;gt; &#34;dropdown&#34;,&#60;br /&#62;
            &#34;std&#34; =&#38;gt; &#34;josefine_small&#34;,&#60;br /&#62;
            &#34;subtype&#34; =&#38;gt; array(	'Cantarell'=&#38;gt;'cantarell',&#60;br /&#62;
            					'Cardo'=&#38;gt;'cardo',&#60;br /&#62;
            					'Droid Sans'=&#38;gt;'droidsans',&#60;br /&#62;
            					'Inconsolata'=&#38;gt;'inconsolata',&#60;br /&#62;
            					'Josefin All Characters'=&#38;gt;'josefine',&#60;br /&#62;
            					'Josefin Common Characters'=&#38;gt;'josefine_small',&#60;br /&#62;
            					'Lobster'=&#38;gt;'lobster',&#60;br /&#62;
            					'Molengo'=&#38;gt;'molengo',&#60;br /&#62;
            					'Reenie Beanie'=&#38;gt;'reeniebeanie',&#60;br /&#62;
            					'Tangerine'=&#38;gt;'tangerine',&#60;br /&#62;
            					'Vollkorn'=&#38;gt;'vollkorn',&#60;br /&#62;
            					'Yanone Kaffeesatz'=&#38;gt;'yanonekaffeesatz',&#60;br /&#62;
                                                'Neutra2'=&#38;gt;'neutra2'&#60;br /&#62;
            					));&#60;/p&#62;
&#60;p&#62;$options[] =  array(&#34;type&#34; =&#38;gt; &#34;group&#34;);&#60;br /&#62;
$options[] = array(	&#34;name&#34; =&#38;gt; &#34;Logo&#34;,&#60;br /&#62;
			&#34;desc&#34; =&#38;gt; &#34;Add the full URI path to your logo. the themes default logo gets applied if the input field is left blankLogo Dimension: 247px * 94px (if your logo is larger you might need to modify style.css to align it perfectly) URI Exampe: &#60;a href=&#34;http://www.yourdomain.com/path/to/image.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.yourdomain.com/path/to/image.jpg&#60;/a&#62;&#34;,&#60;br /&#62;
			&#34;id&#34; =&#38;gt; &#34;logo&#34;,&#60;br /&#62;
			&#34;std&#34; =&#38;gt; &#34;&#34;,&#60;br /&#62;
			&#34;size&#34; =&#38;gt; 30,&#60;br /&#62;
			&#34;type&#34; =&#38;gt; &#34;upload&#34;);&#60;/p&#62;
&#60;p&#62;$options[] = array(	&#34;name&#34; =&#38;gt; &#34;Google Analytics Code&#34;,&#60;br /&#62;
		&#34;desc&#34; =&#38;gt; &#34;Paste your analytics code here, it will get applied to each page&#34;,&#60;br /&#62;
        &#34;id&#34; =&#38;gt; &#34;analytics&#34;,&#60;br /&#62;
        &#34;type&#34; =&#38;gt; &#34;textarea&#34;);&#60;/p&#62;
&#60;p&#62;$options[] = array(	&#34;type&#34; =&#38;gt; &#34;group&#34;);	&#60;/p&#62;
&#60;p&#62;$options[] = array(	&#34;name&#34; =&#38;gt; &#34;Dummy Data Import&#34;,&#60;br /&#62;
			&#34;desc&#34; =&#38;gt; &#34;If you check the checkbox below and save this page the theme will import dummy data to make it look similar to my Live PreviewThis option works best when executed on a new wordpress installation and will help you to understand how to fill posts, pages and set the different theme options.&#34;,&#60;br /&#62;
			&#34;type&#34; =&#38;gt; &#34;title_inside&#34;);	&#60;/p&#62;
&#60;p&#62;$options[] = array(	&#34;name&#34; =&#38;gt; &#34;Import Dummy Data on save&#34;,&#60;br /&#62;
		&#34;desc&#34; =&#38;gt; &#34;Import data?&#34;,&#60;br /&#62;
        &#34;id&#34; =&#38;gt; &#34;dummy&#34;,&#60;br /&#62;
        &#34;type&#34; =&#38;gt; &#34;import&#34;,&#60;br /&#62;
        &#34;file&#34; =&#38;gt; TEMPLATEPATH.&#34;/dummy.xml&#34;&#60;br /&#62;
        );&#60;/p&#62;
&#60;p&#62;$options[] = array(	&#34;type&#34; =&#38;gt; &#34;group&#34;);&#60;br /&#62;
$options[] = array(	&#34;type&#34; =&#38;gt; &#34;close&#34;);&#60;/p&#62;
&#60;p&#62;$options_page = new kriesi_option_pages($options, $pageinfo);
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
