<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Forum posts to 'Archive'</title>
		<link>http://www.silverstripe.org/archive/rss</link>
		<atom:link href="http://www.silverstripe.org/archive/rss" rel="self" type="application/rss+xml" />
		<description></description>

		
		<item>
			<title>Re: Forum pages messing up</title>
			<link>http://www.silverstripe.org/archive/show/187464?start=0#post193105</link>
			<description>&lt;p&gt;Could you tell me (or point me in the right direction) the changes you made to fix it? I am using a heavily modified version of the forum, and I would hate to have to redo the modifications.&lt;/p&gt;&lt;p&gt;In the mean time, I will download the daily build, and see if I can figure it out.&lt;/p&gt;&lt;p&gt;**update**&lt;/p&gt;&lt;p&gt;forum.php&lt;br /&gt;line 1504&lt;br /&gt;change function to:&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;function getAbstract() {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$abstract = DataObject::get_one(&quot;ForumHolder&quot;)-&amp;gt;HolderAbstract;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$output = new HTMLText('Abstract');&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$output-&amp;gt;setValue($abstract);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return $output;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Works awesome  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt;  Thank you.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Forum pages messing up &lt;a href=&quot;http://www.silverstripe.org/archive/show/187464?start=0#post193105&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/187464?start=0#post193105&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 04 Oct 2008 12:26:41 +1300</pubDate>
			<dc:creator>grilldan</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/187464?start=0#post193105</guid>
		</item>
		
		<item>
			<title>Re: Forum pages messing up</title>
			<link>http://www.silverstripe.org/archive/show/187464?start=0#post188074</link>
			<description>&lt;p&gt;Try the latest version on dailybuild.silverstripe.com I thought I fixed this issue a couple weeks ago&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Forum pages messing up &lt;a href=&quot;http://www.silverstripe.org/archive/show/187464?start=0#post188074&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/187464?start=0#post188074&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 03 Oct 2008 18:07:31 +1300</pubDate>
			<dc:creator>willr</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/187464?start=0#post188074</guid>
		</item>
		
		<item>
			<title>Forum pages messing up</title>
			<link>http://www.silverstripe.org/archive/show/187464#post187464</link>
			<description>&lt;p&gt;For some reason, on my &quot;Forum&quot; posts, the HolderAbstract shows the html code, instead of what the html code does. Example, &quot;&amp;lt;p&amp;gt;&quot; becomes &quot;&amp;amp;lt;p&amp;amp;gt;&quot;.&lt;/p&gt;&lt;p&gt;It should show up like (it shows up correctly on pages where there aren't posts):&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;If this is your first visit, you will need to register before you can post. However, you can browse all messages below.&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;It is showing up as:&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;p&amp;gt;If this is your first visit, you will need to &amp;lt;a href=&quot;ForumMemberProfile/register&quot; title=&quot;Click here to register&quot;&amp;gt;register&amp;lt;/a&amp;gt; before you can post. However, you can browse all messages below.&amp;lt;/p&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Forum &amp;lt;-- shows up correct&lt;br /&gt;---Forum 1 &amp;lt;-- shows up correct&lt;br /&gt;------Topic 1 &amp;lt;-- shows up wrong&lt;br /&gt;------Topic 2 &amp;lt;-- shows up wrong&lt;/p&gt;&lt;p&gt;I have tried changing how they are stored in the database from Text, to varchar, and htmltext.&lt;/p&gt;&lt;p&gt;I have also tried changing ForumHeader.ss on line 29.&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;% if Abstract %&amp;gt;$Abstract&amp;lt;% else %&amp;gt;$Content&amp;lt;% end_if %&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;I tried: $Abstract.RAW, $Content.RAW, $Abstract.HTML, $Content.HTML&lt;/p&gt;&lt;p&gt;Any ideas?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Forum pages messing up &lt;a href=&quot;http://www.silverstripe.org/archive/show/187464#post187464&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/show/187464#post187464&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 02 Oct 2008 18:32:57 +1300</pubDate>
			<dc:creator>grilldan</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/187464#post187464</guid>
		</item>
		

	</channel>
</rss>