<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>UnearthedMedia&#187; Typo3</title>
	<atom:link href="http://unearthedmedia.com/tag/typo3/feed/" rel="self" type="application/rss+xml" />
	<link>http://unearthedmedia.com</link>
	<description>Business &#38; Technology</description>
	<lastBuildDate>Thu, 15 Apr 2010 18:46:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Typo3 4.2.6 Setting up Indexed Search</title>
		<link>http://unearthedmedia.com/2009/04/21/typo3-426-setting-up-indexed-search/</link>
		<comments>http://unearthedmedia.com/2009/04/21/typo3-426-setting-up-indexed-search/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 15:09:51 +0000</pubDate>
		<dc:creator>Kevin Harris</dc:creator>
				<category><![CDATA[Typo3]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[indexed search]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://unearthedmedia.com/?p=130</guid>
		<description><![CDATA[I have been struggling for awhile now to get the indexed search to display results on the frontend. I had the catching working on the pages but no results where ever being displayed. All the documentation I found was dated and shows their being a starting point option to select when you add the plug-in [...]]]></description>
			<content:encoded><![CDATA[<p>I have been struggling for awhile now to get the indexed search to display results on the frontend. I had the catching working on the pages but no results where ever being displayed. All the documentation I found was dated and shows their being a starting point option to select when you add the plug-in to the content of a page. That was removed back in 2006 according to the change log of the module. Finally <span id="more-130"></span></p>
<p>I found the typo script that you need to set to tell the indexed search where to look for search results. It was pretty simple after I figured this out. Place this code in the setup on the template of the page that has the indexed search plug-in.</p>
<p>plugin.tx_indexedsearch.search.rootPidList = 73,27,15,14 #change the numbers to the ids of where to begin searches at</p>
<p>Also wanted to make a note that the search will not search through system folders that are below site pages. You will need to specify those in the list of ids if you have sub-pages in the folders that need to be searched.</p>
<div id="attachment_131" class="wp-caption aligncenter" style="width: 626px"><img class="size-full wp-image-131" title="indexedsearch_setup" src="http://unearthedmedia.com/wp-content/uploads/2009/04/indexedsearch_setup.gif" alt="Typo3 indexed search setup" width="616" height="54" /><p class="wp-caption-text">Typo3 indexed search setup</p></div>
<p><br/><br/><script type="text/javascript"><!--
google_ad_client = "pub-9330786219612313";
/* post ads at bottom */
google_ad_slot = "4246337469";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://unearthedmedia.com/2009/04/21/typo3-426-setting-up-indexed-search/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>TYPO3 4.2.3 Add 3 images with individual links in a row</title>
		<link>http://unearthedmedia.com/2009/01/04/typo3-add-3-images-with-individual-links-in-a-row/</link>
		<comments>http://unearthedmedia.com/2009/01/04/typo3-add-3-images-with-individual-links-in-a-row/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 03:36:08 +0000</pubDate>
		<dc:creator>Kevin Harris</dc:creator>
				<category><![CDATA[Typo3]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[images]]></category>

		<guid isPermaLink="false">http://unearthedmedia.com/?p=13</guid>
		<description><![CDATA[Select your page and create new page content of type Images only. Once you are on the properties of the content type Images only select the tab called media as shown below.

In the first section, images, you add your images into the box in the order you want them to be displayed. Then in the position section select [...]]]></description>
			<content:encoded><![CDATA[<p>Select your page and create new page content of type Images only. Once you are on the properties of the content type Images only select the tab called media as shown below.</p>
<p style="text-align: center;"><img class="size-full aligncenter" style="margin-top: 5px; margin-bottom: 5px; border: 1px solid black;" title="Typo3 Admin Adding image content" src="http://unearthedmedia.com/wp-content/uploads/2009/01/typo3_admin_addrowimages.gif" alt="Typo3 Admin Adding image content" width="365" height="436" /></p>
<p>In the first section, <em>images,</em> you add your images into the box in the order you want them to be displayed. Then in the <em>position</em> section select the number of columns to be the same as the number of images you want to put in a row. Next was the tricky part for me but I finally figured out that in the <em>image links</em> section you can put a comma delimited list of the page ids in typo3 that you want the images to link to or a url if the link is to an external site. The order of the comma delimited list will match the order you have put the images in <em>images</em> section.</p>
<p>The output in your content will look like the following:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-21" style="margin-top: 5px; margin-bottom: 5px; border: 1px solid black;" title="typo3 images in a row in content area of page each linking to seperate content" src="http://unearthedmedia.com/wp-content/uploads/2009/01/typo3_rowimagelinks.gif" alt="typo3 images in a row in content area of page each linking to seperate content" width="478" height="109" /></p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://unearthedmedia.com/2009/01/04/typo3-add-3-images-with-individual-links-in-a-row/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A new start, a new blog</title>
		<link>http://unearthedmedia.com/2009/01/02/a-new-start-a-new-blog/</link>
		<comments>http://unearthedmedia.com/2009/01/02/a-new-start-a-new-blog/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 01:49:13 +0000</pubDate>
		<dc:creator>Kevin Harris</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[king college]]></category>
		<category><![CDATA[MBA]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Typo3]]></category>

		<guid isPermaLink="false">http://unearthedmedia.com/?p=4</guid>
		<description><![CDATA[I am getting  a new start on life, at least that&#8217;s the way I am seeing it. In the middle of all the economic chaos God has blessed my wife and I with the ability to be able to sell our house and move closer to the center of the tri cities. On top of [...]]]></description>
			<content:encoded><![CDATA[<p>I am getting  a new start on life, at least that&#8217;s the way I am seeing it. In the middle of all the economic chaos God has blessed my wife and I with the ability to be able to sell our house and move closer to the center of the tri cities. On top of this I will be starting a sixteen month MBA program at <a title="King College Bristol, TN" href="http://www.king.edu" target="_blank">King College</a> where I work .</p>
<p>Since I won&#8217;t be busy enough working full-time and attending the MBA program full-time, I figured why not restart your blog! In reality I thought this would be a great place for me to explain and discuss ideas and theories I will be discovering while attending the business program, but at the same time I don&#8217;t want to completely focus on business and economics and leave out my passion for technology, particularly programming and design. You might not think that business and programming go together but they go together like peanut butter and jelly. </p>
<p>I don&#8217;t know exactly what business topics we will be discussed yet but as I continue my journey through the MBA I am sure there will be many topics of interest. As for the programming/technology I know I will be posting hints and helpful tips on TYPO3. I am trying to convience the powers to be that this would be a wise system to convert our websites too so I have dove in head first over this christmas break to see how the system works and what it will take to convert our current websites to work in the TYPO3 system.</p>
<p>Please feel free to comment and ask questions on this blog. I will do my best to answer and comment back but as you can see my time might be limited.</p>
<p>Thanks for reading and I hope you enjoy.</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://unearthedmedia.com/2009/01/02/a-new-start-a-new-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
