<?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: Add New Portfolio Entry - Get Rid of &#34;Slideshow Options&#34;</title>
		<link>http://www.kriesi.at/support/topic/add-new-portfolio-entry-get-rid-of-slideshow-options</link>
		<description>Support Forum - Topic: Add New Portfolio Entry - Get Rid of &quot;Slideshow Options&quot;</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 09:35:32 +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/add-new-portfolio-entry-get-rid-of-slideshow-options" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Add New Portfolio Entry - Get Rid of &#34;Slideshow Options&#34;"</title>
			<link>http://www.kriesi.at/support/topic/add-new-portfolio-entry-get-rid-of-slideshow-options#post-91994</link>
			<pubDate>Thu, 17 Jan 2013 06:44:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">91994@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I didn't test this but you can try to replace following code in choices\includes\admin\register-admin-metabox.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//avia pages holds the data necessary for backend page creation
$boxes = array(
	array( &#38;#39;title&#38;#39; =&#38;gt;  &#38;#39;Layout&#38;#39;, &#38;#39;id&#38;#39;=&#38;gt;&#38;#39;layout&#38;#39; , &#38;#39;page&#38;#39;=&#38;gt;array(&#38;#39;post&#38;#39;,&#38;#39;page&#38;#39;), &#38;#39;context&#38;#39;=&#38;gt;&#38;#39;side&#38;#39;, &#38;#39;priority&#38;#39;=&#38;gt;&#38;#39;low&#38;#39; ),
	array( &#38;#39;title&#38;#39; =&#38;gt;  &#38;#39;Slideshow Options&#38;#39;, &#38;#39;id&#38;#39;=&#38;gt;&#38;#39;slideshow_meta&#38;#39;, &#38;#39;page&#38;#39;=&#38;gt;array(&#38;#39;post&#38;#39;,&#38;#39;page&#38;#39;), &#38;#39;context&#38;#39;=&#38;gt;&#38;#39;normal&#38;#39;, &#38;#39;priority&#38;#39;=&#38;gt;&#38;#39;high&#38;#39; ),
	array( &#38;#39;title&#38;#39; =&#38;gt;  &#38;#39;Slideshow Options&#38;#39;, &#38;#39;id&#38;#39;=&#38;gt;&#38;#39;slideshow_meta_portfolio&#38;#39;, &#38;#39;page&#38;#39;=&#38;gt;array(&#38;#39;portfolio&#38;#39;), &#38;#39;context&#38;#39;=&#38;gt;&#38;#39;normal&#38;#39;, &#38;#39;priority&#38;#39;=&#38;gt;&#38;#39;high&#38;#39; ),
	array( &#38;#39;title&#38;#39; =&#38;gt;  &#38;#39;Featured media - add any number of images and/or videos&#38;#39;, &#38;#39;id&#38;#39;=&#38;gt;&#38;#39;media&#38;#39; , &#38;#39;page&#38;#39;=&#38;gt;array(&#38;#39;post&#38;#39;,&#38;#39;page&#38;#39;,&#38;#39;portfolio&#38;#39;), &#38;#39;context&#38;#39;=&#38;gt;&#38;#39;normal&#38;#39;, &#38;#39;priority&#38;#39;=&#38;gt;&#38;#39;high&#38;#39; ),
	//array( &#38;#39;title&#38;#39; =&#38;gt;  &#38;#39;Additional Options&#38;#39;, &#38;#39;id&#38;#39;=&#38;gt;&#38;#39;add_options&#38;#39; , &#38;#39;page&#38;#39;=&#38;gt;array(&#38;#39;post&#38;#39;,&#38;#39;page&#38;#39;,&#38;#39;portfolio&#38;#39;), &#38;#39;context&#38;#39;=&#38;gt;&#38;#39;normal&#38;#39;, &#38;#39;priority&#38;#39;=&#38;gt;&#38;#39;high&#38;#39; ),

);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if (current_user_can(&#38;#39;administrator&#38;#39;)) {
	//avia pages holds the data necessary for backend page creation
	$boxes = array(
		array( &#38;#39;title&#38;#39; =&#38;gt;  &#38;#39;Layout&#38;#39;, &#38;#39;id&#38;#39;=&#38;gt;&#38;#39;layout&#38;#39; , &#38;#39;page&#38;#39;=&#38;gt;array(&#38;#39;post&#38;#39;,&#38;#39;page&#38;#39;), &#38;#39;context&#38;#39;=&#38;gt;&#38;#39;side&#38;#39;, &#38;#39;priority&#38;#39;=&#38;gt;&#38;#39;low&#38;#39; ),
		array( &#38;#39;title&#38;#39; =&#38;gt;  &#38;#39;Slideshow Options&#38;#39;, &#38;#39;id&#38;#39;=&#38;gt;&#38;#39;slideshow_meta&#38;#39;, &#38;#39;page&#38;#39;=&#38;gt;array(&#38;#39;post&#38;#39;,&#38;#39;page&#38;#39;), &#38;#39;context&#38;#39;=&#38;gt;&#38;#39;normal&#38;#39;, &#38;#39;priority&#38;#39;=&#38;gt;&#38;#39;high&#38;#39; ),
		array( &#38;#39;title&#38;#39; =&#38;gt;  &#38;#39;Slideshow Options&#38;#39;, &#38;#39;id&#38;#39;=&#38;gt;&#38;#39;slideshow_meta_portfolio&#38;#39;, &#38;#39;page&#38;#39;=&#38;gt;array(&#38;#39;portfolio&#38;#39;), &#38;#39;context&#38;#39;=&#38;gt;&#38;#39;normal&#38;#39;, &#38;#39;priority&#38;#39;=&#38;gt;&#38;#39;high&#38;#39; ),
		array( &#38;#39;title&#38;#39; =&#38;gt;  &#38;#39;Featured media - add any number of images and/or videos&#38;#39;, &#38;#39;id&#38;#39;=&#38;gt;&#38;#39;media&#38;#39; , &#38;#39;page&#38;#39;=&#38;gt;array(&#38;#39;post&#38;#39;,&#38;#39;page&#38;#39;,&#38;#39;portfolio&#38;#39;), &#38;#39;context&#38;#39;=&#38;gt;&#38;#39;normal&#38;#39;, &#38;#39;priority&#38;#39;=&#38;gt;&#38;#39;high&#38;#39; ),
		//array( &#38;#39;title&#38;#39; =&#38;gt;  &#38;#39;Additional Options&#38;#39;, &#38;#39;id&#38;#39;=&#38;gt;&#38;#39;add_options&#38;#39; , &#38;#39;page&#38;#39;=&#38;gt;array(&#38;#39;post&#38;#39;,&#38;#39;page&#38;#39;,&#38;#39;portfolio&#38;#39;), &#38;#39;context&#38;#39;=&#38;gt;&#38;#39;normal&#38;#39;, &#38;#39;priority&#38;#39;=&#38;gt;&#38;#39;high&#38;#39; ),

	);
}
else
{
	//avia pages holds the data necessary for backend page creation
$boxes = array(
	array( &#38;#39;title&#38;#39; =&#38;gt;  &#38;#39;Layout&#38;#39;, &#38;#39;id&#38;#39;=&#38;gt;&#38;#39;layout&#38;#39; , &#38;#39;page&#38;#39;=&#38;gt;array(&#38;#39;post&#38;#39;,&#38;#39;page&#38;#39;), &#38;#39;context&#38;#39;=&#38;gt;&#38;#39;side&#38;#39;, &#38;#39;priority&#38;#39;=&#38;gt;&#38;#39;low&#38;#39; )
);

}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Or you can try this plugin: &#60;a href=&#34;http://wordpress.org/extend/plugins/adminimize/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/adminimize/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Add New Portfolio Entry - Get Rid of &#34;Slideshow Options&#34;"</title>
			<link>http://www.kriesi.at/support/topic/add-new-portfolio-entry-get-rid-of-slideshow-options#post-91960</link>
			<pubDate>Thu, 17 Jan 2013 01:17:11 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91960@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Ryan,&#60;/p&#62;
&#60;p&#62;Not that I know of either. &#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RyanKennistonVanFleet on "Add New Portfolio Entry - Get Rid of &#34;Slideshow Options&#34;"</title>
			<link>http://www.kriesi.at/support/topic/add-new-portfolio-entry-get-rid-of-slideshow-options#post-91943</link>
			<pubDate>Wed, 16 Jan 2013 21:33:48 +0000</pubDate>
			<dc:creator>RyanKennistonVanFleet</dc:creator>
			<guid isPermaLink="false">91943@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is there something I can do in the functions.php to make this work?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Add New Portfolio Entry - Get Rid of &#34;Slideshow Options&#34;"</title>
			<link>http://www.kriesi.at/support/topic/add-new-portfolio-entry-get-rid-of-slideshow-options#post-91779</link>
			<pubDate>Tue, 15 Jan 2013 23:32:34 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">91779@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;There is no option to select which feature an admin can access or not on Avia Themes. It is not included, at least not yet. Let me tag the rest of the support team, maybe they have an idea. &#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RyanKennistonVanFleet on "Add New Portfolio Entry - Get Rid of &#34;Slideshow Options&#34;"</title>
			<link>http://www.kriesi.at/support/topic/add-new-portfolio-entry-get-rid-of-slideshow-options#post-91765</link>
			<pubDate>Tue, 15 Jan 2013 21:21:50 +0000</pubDate>
			<dc:creator>RyanKennistonVanFleet</dc:creator>
			<guid isPermaLink="false">91765@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I would like to hide the &#34;Slideshow Options&#34; to an &#34;editor&#34; of my website. How can I accomplish this?&#60;/p&#62;
&#60;p&#62;Thanks Ryan
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
