<?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 'General Questions'</title>
		<link>http://www.silverstripe.org/general-questions/rss</link>
		<atom:link href="http://www.silverstripe.org/general-questions/rss" rel="self" type="application/rss+xml" />
		<description></description>

		
		<item>
			<title>Re: Pre Sales Questions</title>
			<link>http://www.silverstripe.org/general-questions/show/274412?start=0#post281163</link>
			<description>&lt;p&gt;I'm not sure if my codebase would be suitable for you, it's rather specialized to client requirements (Online PDF publication permission system). It works off a system where the user pays for a subscriptions. &lt;/p&gt;&lt;p&gt;But if you feel like using it as a starting point, I can check it out for you. I'm not sure who the IP belongs to, us or the client. I also can't offer much int he way of support sorry.&lt;/p&gt;&lt;p&gt;If it were up to me, I'd give to you, but I gotta check sorry.&lt;/p&gt;&lt;p&gt;Be back to you before the weekend.&lt;/p&gt;&lt;p&gt;Aaron&lt;br /&gt;&lt;a href=&quot;mailto:muppsy007@gmail.com&quot;&gt;muppsy007@gmail.com&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Pre Sales Questions &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/274412?start=0#post281163&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/274412?start=0#post281163&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 18 Mar 2010 15:46:33 +1300</pubDate>
			<dc:creator>Double-A-Ron</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/274412?start=0#post281163</guid>
		</item>
		
		<item>
			<title>Search Results - Multipage error</title>
			<link>http://www.silverstripe.org/general-questions/show/281162#post281162</link>
			<description>&lt;p&gt;When searching for a term that returns more than 1 page of results, the following error code is generated:&lt;br /&gt;XML Parsing Error: not well-formed&lt;br /&gt;Location: &lt;a href=&quot;http://xxxxx.co.nz/what-we-do/SearchForm?Search=energy&amp;amp;action_results=Go&quot;&gt;http://xxxxx.co.nz/what-we-do/SearchForm?Search=energy&amp;amp;action_results=Go&lt;/a&gt;&lt;br /&gt;Line Number 201, Column 119:        with the caret showing a breakdown at the '=' after '&amp;amp;action_results'. &lt;br /&gt;Can anyone help?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Search Results - Multipage error &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/281162#post281162&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/281162#post281162&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 18 Mar 2010 14:56:33 +1300</pubDate>
			<dc:creator>xmark</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/281162#post281162</guid>
		</item>
		
		<item>
			<title>Re: Loading page content on another page</title>
			<link>http://www.silverstripe.org/general-questions/show/281117?start=0#post281156</link>
			<description>&lt;p&gt;Thank you willr,&lt;/p&gt;&lt;p&gt;I had a feeling it would need to be done that way. I finally hired a full time programmer but have him busy with other things right now, but your statement will give him some direction.&lt;/p&gt;&lt;p&gt;Thank you,&lt;br /&gt;Steve Nyhof&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Loading page content on another page &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/281117?start=0#post281156&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/281117?start=0#post281156&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 18 Mar 2010 12:24:12 +1300</pubDate>
			<dc:creator>steve_nyhof</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/281117?start=0#post281156</guid>
		</item>
		
		<item>
			<title>Re: Loading page content on another page</title>
			<link>http://www.silverstripe.org/general-questions/show/281117?start=0#post281150</link>
			<description>&lt;p&gt;You can't pass variables into statements (like foo($Bar)) which is what you're doing. Instead what you should be doing is having a relationship between the pages then you can go &amp;lt;% control ThatOtherPageThisRelatesTo %&amp;gt;$Content&amp;lt;% end_control %&amp;gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Loading page content on another page &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/281117?start=0#post281150&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/281117?start=0#post281150&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 18 Mar 2010 12:08:47 +1300</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/281117?start=0#post281150</guid>
		</item>
		
		<item>
			<title>Re: Active Pages</title>
			<link>http://www.silverstripe.org/general-questions/show/281124?start=0#post281148</link>
			<description>&lt;p&gt;For the nav 1 you want to use the $LinkOrSection var like class=&quot;$LinkOrSection&quot;. It returns 'section' if you are on the page or a child page. 'link' otherwise.&lt;/p&gt;&lt;p&gt;For the nav 2 you can just use the $LinkingMode and style the .current class.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Active Pages &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/281124?start=0#post281148&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/281124?start=0#post281148&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 18 Mar 2010 12:05:19 +1300</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/281124?start=0#post281148</guid>
		</item>
		
		<item>
			<title>Re: handling different ports in URLs</title>
			<link>http://www.silverstripe.org/general-questions/show/281125?start=0#post281147</link>
			<description>&lt;p&gt;Might be good to file this as a ticket on open.silverstripe.org if this is still an issue for you in 2.4.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: handling different ports in URLs &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/281125?start=0#post281147&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/281125?start=0#post281147&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 18 Mar 2010 11:48:16 +1300</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/281125?start=0#post281147</guid>
		</item>
		
		<item>
			<title>Re: How to recieve a new .htaccess file...deleted mine on accident</title>
			<link>http://www.silverstripe.org/general-questions/show/281132?start=0#post281141</link>
			<description>&lt;p&gt;Bart,&lt;/p&gt;&lt;p&gt;Thank you! You just saved me a whole lot of grief. I was afraid I would have to reinstall everything again!&lt;/p&gt;&lt;p&gt;I guess this is what happens when newbies go out making their own websites.&lt;/p&gt;&lt;p&gt;Jason&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: How to recieve a new .htaccess file...deleted mine on accident &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/281132?start=0#post281141&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/281132?start=0#post281141&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 18 Mar 2010 09:14:43 +1300</pubDate>
			<dc:creator>jasonthkim</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/281132?start=0#post281141</guid>
		</item>
		
		<item>
			<title>Re: Search Results Issues</title>
			<link>http://www.silverstripe.org/general-questions/show/278378?start=0#post281139</link>
			<description>&lt;p&gt;It should be possibe to globally override the stopwords as said in &lt;a href=&quot;http://dev.mysql.com/doc/refman/5.1/en/fulltext-fine-tuning.html&quot;&gt;http://dev.mysql.com/doc/refman/5.1/en/fulltext-fine-tuning.html&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Search Results Issues &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/278378?start=0#post281139&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/278378?start=0#post281139&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 18 Mar 2010 09:09:46 +1300</pubDate>
			<dc:creator>weberho</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/278378?start=0#post281139</guid>
		</item>
		
		<item>
			<title>Re: How to recieve a new .htaccess file...deleted mine on accident</title>
			<link>http://www.silverstripe.org/general-questions/show/281132?start=0#post281138</link>
			<description>&lt;p&gt;Then you should use the code i put above and save it in the .htaccess file and put it on your server.&lt;/p&gt;&lt;p&gt;Probably you need to use&lt;/p&gt;&lt;p&gt;RewriteBase /&lt;/p&gt;&lt;p&gt;instead of&lt;/p&gt;&lt;p&gt;RewriteBase /silverstripe&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: How to recieve a new .htaccess file...deleted mine on accident &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/281132?start=0#post281138&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/281132?start=0#post281138&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 18 Mar 2010 09:08:18 +1300</pubDate>
			<dc:creator>bartvanirsel</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/281132?start=0#post281138</guid>
		</item>
		
		<item>
			<title>Re: Silverstripe search functionality produces non valid xhtml code</title>
			<link>http://www.silverstripe.org/general-questions/show/278815?start=0#post281137</link>
			<description>&lt;p&gt;Add patch &lt;a href=&quot;http://open.silverstripe.org/changeset/100904&quot;&gt;http://open.silverstripe.org/changeset/100904&lt;/a&gt; to your source, that should fix this issue. See ticket &lt;a href=&quot;http://open.silverstripe.org/ticket/5101&quot;&gt;http://open.silverstripe.org/ticket/5101&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Silverstripe search functionality produces non valid xhtml code &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/278815?start=0#post281137&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/278815?start=0#post281137&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 18 Mar 2010 09:07:40 +1300</pubDate>
			<dc:creator>weberho</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/278815?start=0#post281137</guid>
		</item>
		
		<item>
			<title>Re: Search Results Issues</title>
			<link>http://www.silverstripe.org/general-questions/show/278378?start=0#post281136</link>
			<description>&lt;p&gt;Hmm I'll have to talk to my Server Guys and see if there is a major issue with removing it from the list. Otherwise we'll have to find another solution. I've seen there's Sphinx search in the works, it may be a wait and see&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Search Results Issues &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/278378?start=0#post281136&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/278378?start=0#post281136&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 18 Mar 2010 09:06:38 +1300</pubDate>
			<dc:creator>zenmonkey</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/278378?start=0#post281136</guid>
		</item>
		
		<item>
			<title>Re: How to recieve a new .htaccess file...deleted mine on accident</title>
			<link>http://www.silverstripe.org/general-questions/show/281132?start=0#post281135</link>
			<description>&lt;p&gt;How would I go about reinstalling silverstripe?&lt;/p&gt;&lt;p&gt;I used the installer offered from my webhosting company godadddy.com&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: How to recieve a new .htaccess file...deleted mine on accident &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/281132?start=0#post281135&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/281132?start=0#post281135&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 18 Mar 2010 08:56:12 +1300</pubDate>
			<dc:creator>jasonthkim</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/281132?start=0#post281135</guid>
		</item>
		
		<item>
			<title>Re: How to recieve a new .htaccess file...deleted mine on accident</title>
			<link>http://www.silverstripe.org/general-questions/show/281132?start=0#post281134</link>
			<description>&lt;p&gt;You could do a reintall and get it generated.&lt;/p&gt;&lt;p&gt;Here is the (normal) content:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;### SILVERSTRIPE START ###&lt;br /&gt;&amp;lt;Files *.ss&amp;gt;&lt;br /&gt;Order deny,allow&lt;br /&gt;Deny from all&lt;br /&gt;Allow from 127.0.0.1&lt;br /&gt;&amp;lt;/Files&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;IfModule mod_rewrite.c&amp;gt;&lt;br /&gt;RewriteEngine On&lt;br /&gt;RewriteBase /silverstripe&lt;/p&gt;&lt;p&gt;RewriteCond %{REQUEST_URI} !(\.gif$)|(\.jpg$)|(\.png$)|(\.css$)|(\.js$)&lt;/p&gt;&lt;p&gt;RewriteCond %{REQUEST_URI} ^(.*)$&lt;br /&gt;RewriteCond %{REQUEST_FILENAME} !-f&lt;br /&gt;RewriteRule .* sapphire/main.php?url=%1&amp;amp;%{QUERY_STRING} [L]&lt;br /&gt;&amp;lt;/IfModule&amp;gt;&lt;br /&gt;### SILVERSTRIPE END ###&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Of course RewriteBase /silverstripe has to be replaced by the place your install is.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: How to recieve a new .htaccess file...deleted mine on accident &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/281132?start=0#post281134&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/281132?start=0#post281134&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 18 Mar 2010 08:48:35 +1300</pubDate>
			<dc:creator>bartvanirsel</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/281132?start=0#post281134</guid>
		</item>
		
		<item>
			<title>Re: Search Results Issues</title>
			<link>http://www.silverstripe.org/general-questions/show/278378?start=0#post281133</link>
			<description>&lt;p&gt;&quot;Beyond&quot; is in MySQL's stop-word list and therefor ignored in fulltext-searches. See: &lt;a href=&quot;http://dev.mysql.com/doc/refman/5.1/en/fulltext-stopwords.html&quot;&gt;http://dev.mysql.com/doc/refman/5.1/en/fulltext-stopwords.html&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Search Results Issues &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/278378?start=0#post281133&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/278378?start=0#post281133&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 18 Mar 2010 08:46:37 +1300</pubDate>
			<dc:creator>weberho</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/278378?start=0#post281133</guid>
		</item>
		
		<item>
			<title>How to recieve a new .htaccess file...deleted mine on accident</title>
			<link>http://www.silverstripe.org/general-questions/show/281132#post281132</link>
			<description>&lt;p&gt;Much like the title of the thread says. I accidentally deleted this file and was wondering if anyone could chime in and help me replace this file. I have been searching and havent found anything related to replacing this if it was accidentally deleted.&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: How to recieve a new .htaccess file...deleted mine on accident &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/281132#post281132&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/281132#post281132&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 18 Mar 2010 08:35:15 +1300</pubDate>
			<dc:creator>jasonthkim</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/281132#post281132</guid>
		</item>
		
		<item>
			<title>handling different ports in URLs</title>
			<link>http://www.silverstripe.org/general-questions/show/281125#post281125</link>
			<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I've just been working with the &lt;a href=&quot;http://doc.silverstripe.org/doku.php?id=private:recipes:pagination&quot;&gt;pagination recipe&lt;/a&gt; for my implementation of a news index page. It was working fine, except the $NextLink and $PrevLink values weren't working properly. Looking at the URLs that were being produced, I could see that the port of my development server address was not being inserted into the absolute URL that these values were being defined with.I am using MAMP on OSX, which is running over port 8888.&lt;/p&gt;&lt;p&gt;I took a look through the forums, but couldn't find anyone mentioning this. so in the spirit of adventure/sheer bloodymindedness, I went in search of where this URL was being defined. I dug it out and have patched my local code to fix this problem:&lt;/p&gt;&lt;p&gt;sapphire/core/HTTP.php&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;115,118d114&lt;br /&gt;&amp;lt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;isset($parts['port']) &amp;amp;&amp;amp; $parts['port'] != ''&lt;br /&gt;&amp;lt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;? ':' . $parts['port']&lt;br /&gt;&amp;lt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;: ''&lt;br /&gt;&amp;lt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;) . (&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;No idea if this information will be useful to anyone or not, but thought I'd throw it out there for anyone else who runs across a similar problem&lt;/p&gt;&lt;p&gt;cheers&lt;/p&gt;&lt;p&gt;Mike&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: handling different ports in URLs &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/281125#post281125&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/281125#post281125&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 18 Mar 2010 04:30:46 +1300</pubDate>
			<dc:creator>splatEric</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/281125#post281125</guid>
		</item>
		
		<item>
			<title>Active Pages</title>
			<link>http://www.silverstripe.org/general-questions/show/281124#post281124</link>
			<description>&lt;p&gt;Please take a look at my screen shot, it shows what I would like to have happen on my web site with the navigation.&lt;br /&gt;Can help me come up with some code that would show the Top navigation (menu 1) be highlighted when it's child (menu 2) is selected and active/current?&lt;/p&gt;&lt;p&gt;This seemed easy, but the code I found here: &lt;a href=&quot;http://doc.silverstripe.org/doku.php?id=built-in-page-controls&quot;&gt;http://doc.silverstripe.org/doku.php?id=built-in-page-controls&lt;/a&gt;&lt;br /&gt;didn't help me. My top navigation (menu 1) uses a tab look made up of a background image that is located in my css/typography.css&lt;/p&gt;&lt;p&gt;.typography ol span { color: #666666; }&lt;br /&gt;/* menu tabs */&lt;br /&gt;.typography #header a {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;float:left;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;background: url(http://www.silverstripe.org/../images/tableft.png) no-repeat left top;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;margin:0;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;padding:0 0 0 4px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;text-decoration:none;&lt;br /&gt;}&lt;br /&gt;.typography #header a span {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;float:left;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;display:block;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;background: url(http://www.silverstripe.org/../images/tabright.gif) no-repeat right top;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;padding:6px 5px 3px 8px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;color: #FFF;&lt;br /&gt;}&lt;/p&gt;&lt;p&gt;.typography #current a {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;float:left;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;background: url(http://www.silverstripe.org/../images/tableft.png) no-repeat left top;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;margin:0;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;padding:0 0 0 4px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;text-decoration:none;&lt;br /&gt;}&lt;/p&gt;&lt;p&gt;.typography #current a span {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;float:left;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;display:block;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;background: url(http://www.silverstripe.org/../images/tabright.gif) no-repeat right top;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;padding:6px 5px 3px 8px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;color: #FFF;&lt;br /&gt;}&lt;/p&gt;&lt;p&gt;--------------------------------------------------------&lt;br /&gt;Currently, this is the code in my Includes/Navigation.ss file&lt;/p&gt;&lt;p&gt;&amp;lt;ul&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% control Menu(1) %&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;  &lt;br /&gt;  &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;li class=&quot;$LinkingMode&quot;&amp;gt;&amp;lt;a href=&quot;$Link&quot; title=&quot;Go to the $Title.XML page&quot;&amp;gt;&amp;lt;span&amp;gt;$MenuTitle&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;/p&gt;&lt;p&gt;   &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% end_control %&amp;gt;&lt;br /&gt; &amp;lt;/ul&amp;gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Active Pages &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/281124#post281124&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/281124#post281124&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 18 Mar 2010 03:49:36 +1300</pubDate>
			<dc:creator>Marlie511</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/281124#post281124</guid>
		</item>
		
		<item>
			<title>Re: Show children from another page</title>
			<link>http://www.silverstripe.org/general-questions/show/280740?start=0#post281121</link>
			<description>&lt;p&gt;I tried inserting this into my page.ss and when I flush the page it brakes the site by giving it a a blank page.&lt;br /&gt;Do you have any idea by either looking at the code below for the URLSegment or by looking at all the code in my page.ss file if there is something I am messed up?&lt;/p&gt;&lt;p&gt;&amp;lt;div id=&quot;sidebar&quot; &amp;gt;&lt;br /&gt;     &amp;lt;% if URLSegment != Home %&amp;gt; &lt;br /&gt;        &amp;lt;% if ChildrenOf(Home) %&amp;gt; &lt;br /&gt;           &amp;lt;ul id=&quot;SideNav&quot;&amp;gt; &lt;br /&gt;              &amp;lt;% control ChildrenOf(home) %&amp;gt; &lt;br /&gt;                  &amp;lt;li class=&quot;$LinkingMode&quot;&amp;gt; &lt;br /&gt;                         &amp;lt;a href=&quot;$Link&quot; title=&quot;Go to the $Title Menu&quot;&amp;gt;$Title&amp;lt;/a&amp;gt; &lt;br /&gt;                  &amp;lt;/li&amp;gt; &lt;br /&gt;             &amp;lt;% end_control %&amp;gt; &lt;br /&gt;          &amp;lt;/ul&amp;gt; &lt;br /&gt;&amp;lt;% end_if %&amp;gt;c&lt;br /&gt;-----------------------------------------------------&lt;/p&gt;&lt;p&gt;Here is all the (messy) code in my page.ss  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;&lt;p&gt;&amp;lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&amp;gt;&lt;br /&gt;&amp;lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; lang=&quot;en&quot; lang=&quot;en&quot;&amp;gt;&lt;br /&gt;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;lt;% base_tag %&amp;gt;&lt;br /&gt;$MetaTags&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;body class=&quot;typography&quot;&amp;gt;&lt;br /&gt;&amp;lt;div id=&quot;wrap&quot;&amp;gt;&lt;br /&gt;&amp;lt;div id=&quot;header&quot;&amp;gt;&lt;br /&gt;&amp;lt;div class=&quot;clear&quot;&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;   &lt;/p&gt;&lt;p&gt;  &amp;lt;% include Navigation %&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;div id=&quot;content-wrap&quot;&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;div id=&quot;sidebar&quot; &amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% if URLSegment != Home %&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% if ChildrenOf(Home) %&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;ul id=&quot;SideNav&quot;&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% control ChildrenOf(home) %&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;li class=&quot;$LinkingMode&quot;&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;a href=&quot;$Link&quot; title=&quot;Go to the $Title Menu&quot;&amp;gt;$Title&amp;lt;/a&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/li&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% end_control %&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/ul&amp;gt; &lt;br /&gt;&amp;lt;% end_if %&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% if InSection(x) %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;div id=&quot;main&quot;&amp;gt;$Layout &amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% else %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;div id=&quot;mainsub&quot;&amp;gt; $Layout &amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;div id=&quot;bulletin_right&quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% include bulletinboard %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$Sidebar&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% control Level(1) %&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% if Title = Home %&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% include bulletinboard1 %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% end_if %&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% end_control %&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% control Level(1) %&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% if Title = Contact %&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% include bulletinboard1 %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% end_if %&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% end_control %&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% control Level(1) %&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% if Title = Menus %&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% include bulletinboard2 %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% end_if %&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% end_control %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% end_if %&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;div id=&quot;footer&quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;div class=&quot;footer-left&quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% include Footer %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Show children from another page &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/280740?start=0#post281121&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/280740?start=0#post281121&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 18 Mar 2010 03:08:37 +1300</pubDate>
			<dc:creator>Marlie511</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/280740?start=0#post281121</guid>
		</item>
		
		<item>
			<title>Loading page content on another page</title>
			<link>http://www.silverstripe.org/general-questions/show/281117#post281117</link>
			<description>&lt;p&gt;I want to load page content from another page into another page, by using the site tree dropdown. I have everything in place, but I am not sure how to add the code to grab the page...&lt;/p&gt;&lt;p&gt;This works&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;div class=&quot;typography&quot;&amp;gt;&amp;lt;h1&amp;gt;&amp;lt;% control Title %&amp;gt;$XML&amp;lt;% end_control %&amp;gt;&amp;lt;/h1&amp;gt;&lt;br /&gt;&amp;lt;% control Page(disclaimer) %&amp;gt;$Content&amp;lt;% end_control %&amp;gt;&amp;lt;/div&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;This does not&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;div class=&quot;typography&quot;&amp;gt;&amp;lt;h1&amp;gt;&amp;lt;% control Title %&amp;gt;$XML&amp;lt;% end_control %&amp;gt;&amp;lt;/h1&amp;gt;&lt;br /&gt;&amp;lt;% control Page(MyDataFieldName) %&amp;gt;$Content&amp;lt;% end_control %&amp;gt;&amp;lt;/div&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;My page code... All seems to do well.&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;$fields-&amp;gt;addFieldToTab('Root.Content.Main', new TreeDropdownField('DuplicateContentPage', 'Select Page:', 'SiteTree', 'URLSegment', 'MenuTitle'));&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;In the databse, the value is 0 (zero), and I need it to be the page name - like home, or special-footer&lt;/p&gt;&lt;p&gt;Thank you&lt;br /&gt;Steve Nyhof&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Loading page content on another page &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/281117#post281117&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/281117#post281117&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 18 Mar 2010 02:26:12 +1300</pubDate>
			<dc:creator>steve_nyhof</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/281117#post281117</guid>
		</item>
		
		<item>
			<title>Re: Silverstripe Proformance &amp; XCache</title>
			<link>http://www.silverstripe.org/general-questions/show/280955?start=0#post281099</link>
			<description>&lt;p&gt;Thanks for your reply martimiz&lt;/p&gt;&lt;p&gt;How do you know when it is working correctly?&lt;/p&gt;&lt;p&gt;When I go into XCache 1.3.0 Administration and look under php Cached I only see 4 files as cached and none of them relate to SS sites on the server&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Silverstripe Proformance &amp; XCache &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/280955?start=0#post281099&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/280955?start=0#post281099&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 17 Mar 2010 14:57:27 +1300</pubDate>
			<dc:creator>warwick</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/280955?start=0#post281099</guid>
		</item>
		
		<item>
			<title>Re: Site content tree disappeared</title>
			<link>http://www.silverstripe.org/general-questions/show/280915?start=0#post281089</link>
			<description>&lt;p&gt;*bump*&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Site content tree disappeared &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/280915?start=0#post281089&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/280915?start=0#post281089&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 17 Mar 2010 10:21:13 +1300</pubDate>
			<dc:creator>jonchamberlain</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/280915?start=0#post281089</guid>
		</item>
		
		<item>
			<title>Error with global call</title>
			<link>http://www.silverstripe.org/general-questions/show/281087#post281087</link>
			<description>&lt;p&gt;I have been using this code for a long time without an issue. However, I have never used it in a global situation.&lt;/p&gt;&lt;p&gt;This seems to work fine &lt;br /&gt;&amp;lt;% if PageFontType == 0 %&amp;gt;&lt;/p&gt;&lt;p&gt;And this works fine also&lt;br /&gt;&amp;lt;% if callGlobal.GlFontTypes %&amp;gt;&lt;/p&gt;&lt;p&gt;But this gives me the error &quot;Parse error: syntax error, unexpected '}'...&quot;&lt;br /&gt;&amp;lt;% if callGlobal.GlFontTypes == 0 %&amp;gt;&lt;/p&gt;&lt;p&gt;The function that call the global settings into the page&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;public function callGlobal(){&lt;br /&gt;    return DataObject::get_one('PageGlobal');&lt;br /&gt;    }&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Any ideas of what I must do differently?&lt;/p&gt;&lt;p&gt;Thank you,&lt;br /&gt;Steve Nyhof&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Error with global call &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/281087#post281087&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/281087#post281087&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 17 Mar 2010 09:56:24 +1300</pubDate>
			<dc:creator>steve_nyhof</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/281087#post281087</guid>
		</item>
		
		<item>
			<title>Re: Pre Sales Questions</title>
			<link>http://www.silverstripe.org/general-questions/show/274412?start=0#post281077</link>
			<description>&lt;p&gt;This is a question for Double-A-Ron. &lt;/p&gt;&lt;p&gt;I am working on a membership only site and was wondering if I could purchase your membership module? I was playing around with customising the forum module as this uses profiles, etc. But think the e-commerce route makes a lot more sense as the client may want to allow payments at a later date.&lt;/p&gt;&lt;p&gt;Is it possible to contact you and come to some arrangement about purchasing this module?&lt;/p&gt;&lt;p&gt;Cheers,&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Pre Sales Questions &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/274412?start=0#post281077&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/274412?start=0#post281077&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 17 Mar 2010 07:27:17 +1300</pubDate>
			<dc:creator>Yambo</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/274412?start=0#post281077</guid>
		</item>
		
		<item>
			<title>Re: User Commenting on DataObjects</title>
			<link>http://www.silverstripe.org/general-questions/show/280840?start=0#post281076</link>
			<description>&lt;p&gt;Ok how about a different approach:&lt;/p&gt;&lt;p&gt;Removing   'versioned' from a pagetype ?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: User Commenting on DataObjects &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/280840?start=0#post281076&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/280840?start=0#post281076&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 17 Mar 2010 07:24:08 +1300</pubDate>
			<dc:creator>sparkalow</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/280840?start=0#post281076</guid>
		</item>
		
		<item>
			<title>Search results formatting</title>
			<link>http://www.silverstripe.org/general-questions/show/281075#post281075</link>
			<description>&lt;p&gt;I'm using the Blackcandy template for two separate sites. On one site, when you use the search form, the results come back very nicely formatted. On the other site, the search results come back actually showing the page itself in the results listing. Can't imagine what is different between the two sites, as I haven't messed around with the search function at all, since I was pleased with it as it performed right out of the box. Would anyone know why it is displaying like this? Thanks.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Search results formatting &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/281075#post281075&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/281075#post281075&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 17 Mar 2010 06:32:35 +1300</pubDate>
			<dc:creator>jseth</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/281075#post281075</guid>
		</item>
		
		<item>
			<title>Re: How to get the url parameter</title>
			<link>http://www.silverstripe.org/general-questions/show/281042?start=0#post281069</link>
			<description>&lt;p&gt;no no...I'm wrong. it's page controller actually&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: How to get the url parameter &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/281042?start=0#post281069&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/281042?start=0#post281069&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 17 Mar 2010 03:58:42 +1300</pubDate>
			<dc:creator>px</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/281042?start=0#post281069</guid>
		</item>
		
		<item>
			<title>Re: Insert image inline?</title>
			<link>http://www.silverstripe.org/general-questions/show/281055?start=0#post281068</link>
			<description>&lt;p&gt;Those image alignment styles are not for inline elements though.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Insert image inline? &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/281055?start=0#post281068&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/281055?start=0#post281068&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 17 Mar 2010 03:54:14 +1300</pubDate>
			<dc:creator>deer421</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/281055?start=0#post281068</guid>
		</item>
		
		<item>
			<title>Re: Insert image inline?</title>
			<link>http://www.silverstripe.org/general-questions/show/281055?start=0#post281064</link>
			<description>&lt;p&gt;You can change the image alignment styles in the typography.css. (Make sure that the TinyMCE-Editor actually draws the correct css files.)&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Insert image inline? &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/281055?start=0#post281064&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/281055?start=0#post281064&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 17 Mar 2010 03:12:25 +1300</pubDate>
			<dc:creator>Benedikt</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/281055?start=0#post281064</guid>
		</item>
		
		<item>
			<title>Re: 2.3.5 CMS style drop down problems?</title>
			<link>http://www.silverstripe.org/general-questions/show/278723?start=0#post281063</link>
			<description>&lt;p&gt;Ah! good find. Thanks for sharing.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: 2.3.5 CMS style drop down problems? &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/278723?start=0#post281063&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/278723?start=0#post281063&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 17 Mar 2010 03:06:05 +1300</pubDate>
			<dc:creator>Hello_electro</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/278723?start=0#post281063</guid>
		</item>
		
		<item>
			<title>Re: Editor Text size vs Site Text size</title>
			<link>http://www.silverstripe.org/general-questions/show/280947?start=0#post281062</link>
			<description>&lt;p&gt;I will take a look, but at this point, my system is so far removed from a typical SS system, upgrades will just take time.&lt;/p&gt;&lt;p&gt;Thank you&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Editor Text size vs Site Text size &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/280947?start=0#post281062&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/280947?start=0#post281062&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 17 Mar 2010 03:05:23 +1300</pubDate>
			<dc:creator>steve_nyhof</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/280947?start=0#post281062</guid>
		</item>
		

	</channel>
</rss>