<?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: And while we&#039;re about it...</title>
		<link>http://www.kriesi.at/support/topic/and-while-were-about-it</link>
		<description>Support Forum - Topic: And while we&#039;re about it...</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 21:10:50 +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/and-while-were-about-it" rel="self" type="application/rss+xml" />

		<item>
			<title>rumblefish on "And while we&#039;re about it..."</title>
			<link>http://www.kriesi.at/support/topic/and-while-were-about-it#post-31533</link>
			<pubDate>Wed, 09 Nov 2011 09:25:45 +0000</pubDate>
			<dc:creator>rumblefish</dc:creator>
			<guid isPermaLink="false">31533@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Dude,&#60;/p&#62;
&#60;p&#62;I tried that, but it didn't work, sorry.&#60;/p&#62;
&#60;p&#62;:O/&#60;/p&#62;
&#60;p&#62;Incidentally, when I look at these long code fixes in Firefox I get these stupid double sliders that make it really difficult to read the code horizontally (you can't click the bottom slider to scroll). Why is that happening?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "And while we&#039;re about it..."</title>
			<link>http://www.kriesi.at/support/topic/and-while-were-about-it#post-31519</link>
			<pubDate>Wed, 09 Nov 2011 08:28:52 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31519@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
open up shoutbox\framework\php\function-set-avia-frontend.php and replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($post-&#38;gt;post_excerpt)
						{
							$excerpt = get_the_excerpt();
						}
						else
						{
							$excerpt = preg_replace(&#38;quot;!\[.+?\]!&#38;quot;, &#38;quot;&#38;quot;, get_the_excerpt());
							//	$excerpt = preg_replace(&#38;quot;!\[.+?\]!&#38;quot;, &#38;quot;&#38;quot;, $post-&#38;gt;post_content);
							$excerpt = avia_backend_truncate($excerpt, $length,&#38;quot; &#38;quot;);
						}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($post-&#38;gt;post_excerpt)
						{
							$excerpt = get_the_excerpt();
						}
						else
						{
                                                        $excerpt = strip_shortcodes( get_the_excerpt() );
							$excerpt = preg_replace(&#38;quot;!\[.+?\]!&#38;quot;, &#38;quot;&#38;quot;, $excerpt);
							//	$excerpt = preg_replace(&#38;quot;!\[.+?\]!&#38;quot;, &#38;quot;&#38;quot;, $post-&#38;gt;post_content);
							$excerpt = avia_backend_truncate($excerpt, $length,&#38;quot; &#38;quot;);
						}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>rumblefish on "And while we&#039;re about it..."</title>
			<link>http://www.kriesi.at/support/topic/and-while-were-about-it#post-31453</link>
			<pubDate>Tue, 08 Nov 2011 17:13:27 +0000</pubDate>
			<dc:creator>rumblefish</dc:creator>
			<guid isPermaLink="false">31453@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;...another bug!&#60;/p&#62;
&#60;p&#62;If you format text into columns inside a post using the shortcode function eg [one_half first] [/one_half],  the text doesn't appear as an excerpt in the blog. Only the title appears.&#60;/p&#62;
&#60;p&#62;Any way to fix this?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
