<?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: portfolio</title>
		<link>http://www.kriesi.at/support/topic/portfolio-12</link>
		<description>Support Forum - Topic: portfolio</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 23:11:08 +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/portfolio-12" rel="self" type="application/rss+xml" />

		<item>
			<title>Kriesi on "portfolio"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-12#post-95423</link>
			<pubDate>Wed, 06 Feb 2013 10:28:31 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">95423@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey!&#60;/p&#62;
&#60;p&#62;Dudes answer comes pretty close, the problem in that case was that he accidentally switched the key/value pairs. To enable the shortcode value the line needs to look like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$output .=&#38;quot;&#38;lt;li&#38;gt;&#38;lt;strong class=&#38;#39;portfolio-meta-key&#38;#39;&#38;gt;&#38;quot;.$key[&#38;#39;meta&#38;#39;].&#38;quot;: &#38;lt;div class=&#38;#39;portfolio-meta-value&#38;#39;&#38;gt;&#38;quot;.do_shortcode($p_metas[$counter]).&#38;quot;&#38;lt;/div&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Cheers!&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "portfolio"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-12#post-95409</link>
			<pubDate>Wed, 06 Feb 2013 08:55:56 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">95409@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; I tagged it for Kriesi. Maybe he can provide some useful hints. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>G on "portfolio"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-12#post-95376</link>
			<pubDate>Wed, 06 Feb 2013 01:01:11 +0000</pubDate>
			<dc:creator>G</dc:creator>
			<guid isPermaLink="false">95376@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi, seem like still no luck ! i think need to specify a particular field ID
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "portfolio"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-12#post-95362</link>
			<pubDate>Tue, 05 Feb 2013 22:31:55 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">95362@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Let us know one way or another. If it doesn't, I'm not sure there is anything else that can be done unless Kriesi has any ideas.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>G on "portfolio"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-12#post-95208</link>
			<pubDate>Tue, 05 Feb 2013 09:44:36 +0000</pubDate>
			<dc:creator>G</dc:creator>
			<guid isPermaLink="false">95208@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks, will give it a try :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "portfolio"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-12#post-95198</link>
			<pubDate>Tue, 05 Feb 2013 08:18:18 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">95198@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I didn't test this and there's a good chance that it doesn't work - however try to replace following line in choices\functions-choices.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$output .= &#38;quot;&#38;lt;li&#38;gt;&#38;lt;strong class=&#38;#39;portfolio-meta-key&#38;#39;&#38;gt;&#38;quot;.$key[&#38;#39;meta&#38;#39;].&#38;quot;:&#38;lt;/strong&#38;gt; &#38;lt;div class=&#38;#39;portfolio-meta-value&#38;#39;&#38;gt;&#38;quot;.$p_metas[$counter].&#38;quot;&#38;lt;/div&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$output .= &#38;quot;&#38;lt;li&#38;gt;&#38;lt;strong class=&#38;#39;portfolio-meta-key&#38;#39;&#38;gt;&#38;quot;.do_shortcode($key[&#38;#39;meta&#38;#39;]).&#38;quot;:&#38;lt;/strong&#38;gt; &#38;lt;div class=&#38;#39;portfolio-meta-value&#38;#39;&#38;gt;&#38;quot;.$p_metas[$counter].&#38;quot;&#38;lt;/div&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>G on "portfolio"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-12#post-95165</link>
			<pubDate>Tue, 05 Feb 2013 02:20:17 +0000</pubDate>
			<dc:creator>G</dc:creator>
			<guid isPermaLink="false">95165@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;oh, thanks, hopefully some other crews can come out some solution for this.....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "portfolio"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-12#post-95089</link>
			<pubDate>Mon, 04 Feb 2013 18:37:00 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">95089@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi giore,&#60;/p&#62;
&#60;p&#62;I tried looking  up some possible solutions but nothing I found works. I'll tag the rest of the support crew in case anyone else has any ideas.&#60;/p&#62;
&#60;p&#62;Really though I can't see any reason to do this. You can just add in your own shortcodes and the content will be output just above the content from the visual editor. You can then style it however you want. As long as you have no data inside them you don't even need to output anything in those fields or use them.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>G on "portfolio"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-12#post-94996</link>
			<pubDate>Mon, 04 Feb 2013 13:06:48 +0000</pubDate>
			<dc:creator>G</dc:creator>
			<guid isPermaLink="false">94996@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;any solution?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>G on "portfolio"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-12#post-94881</link>
			<pubDate>Mon, 04 Feb 2013 01:04:22 +0000</pubDate>
			<dc:creator>G</dc:creator>
			<guid isPermaLink="false">94881@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi Devin,&#60;br /&#62;
kindly see description:&#60;br /&#62;
&#60;a href=&#34;http://www.jokle.com/ask/2.pdf&#34; rel=&#34;nofollow&#34;&#62;http://www.jokle.com/ask/2.pdf&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
