<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:admin="http://webns.net/mvcb/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:content="http://purl.org/rss/1.0/modules/content/">

	<channel>
	
	<title>HowTo</title>
	<link>http://eehowto.com/index.php</link>
	<description></description>
	<dc:language>en</dc:language>
	<dc:creator>shecodes@gmail.com</dc:creator>
	<dc:rights>Copyright 2011</dc:rights>
	<dc:date>2011-09-02T15:34:09+00:00</dc:date>
	<admin:generatorAgent rdf:resource="http://expressionengine.com/" />
	

	<item>
	  <title>Guide to 404 Pages</title>
	  <link>http://eehowto.com/howto/articles/guide-to-404-pages</link>
	  <guid>http://eehowto.com/howto/articles/guide-to-404-pages#When:15:34:09Z</guid>
	  <description><![CDATA[<p>Are you looking for more information on EE&#8217;s 404 pages? See: <a href="http://joviawebstudio.com/blog/guide_to_404_pages_with_expressionengine/">Guide to 404 Pages</a>.</p>]]></description> 
	  <dc:subject>HowTo, Note to Self,</dc:subject>
	  <dc:date>2011-09-02T15:34:09+00:00</dc:date>
	</item>

	<item>
	  <title>HowTo Set Textareas to be a Certain Size in SafeCracker</title>
	  <link>http://eehowto.com/howto/articles/howto-set-textareas-to-be-a-certain-size-in-safecracker</link>
	  <guid>http://eehowto.com/howto/articles/howto-set-textareas-to-be-a-certain-size-in-safecracker#When:03:26:08Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>How can I set my textareas in SafeCracker to be a certain size?</p>

<p><span style="color:green;"><b>Answer: </b></span>Add the following code to your SafeCracker form:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">add&nbsp;rows</span><span style="color: #007700">=</span><span style="color: #DD0000">"10"&nbsp;</span><span style="color: #0000BB">cols</span><span style="color: #007700">=</span><span style="color: #DD0000">"100"&nbsp;</span>
</span>
</code></div>

<p><img src="http://eehowto.com/images/stuff/Screen_Shot_2011-08-10_at_10.31.13_PM.png" alt="stuff" width="486" height="81" style="border: 0;" alt="image" /></p>

<p>&nbsp;</p>]]></description> 
	  <dc:subject>EE2.x Only, HowTo, Note to Self, SafeCracker,</dc:subject>
	  <dc:date>2011-08-11T03:26:08+00:00</dc:date>
	</item>

	<item>
	  <title>Testing referrer</title>
	  <link>http://eehowto.com/howto/articles/testing-referrer</link>
	  <guid>http://eehowto.com/howto/articles/testing-referrer#When:20:58:35Z</guid>
	  <description><![CDATA[<p><a href="http://test-ee.com">http://test-ee.com</a></p>

<p><a href="http://shetestsonline.com">http://shetestsonline.com</a></p>]]></description> 
	  <dc:subject>HowTo,</dc:subject>
	  <dc:date>2011-07-21T20:58:35+00:00</dc:date>
	</item>

	<item>
	  <title>HowTo Set the Default Status for a SafeCracker Entry</title>
	  <link>http://eehowto.com/howto/articles/howto-set-the-default-status-for-a-safecracker-entry</link>
	  <guid>http://eehowto.com/howto/articles/howto-set-the-default-status-for-a-safecracker-entry#When:11:58:23Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>How can I set the default status value for a SafeCracker entry? I want all entries to be placed into the database with a particular status.</p>

<p><span style="color:green;"><b>Answer: </b></span>You can set the default status of each channel by simply editing the values of the extension. Click on SafeCracker in your list of Modules, and choose which channel to have a default status.</p>]]></description> 
	  <dc:subject></dc:subject>
	  <dc:date>2011-03-29T11:58:23+00:00</dc:date>
	</item>

	<item>
	  <title>HowTo Create a Top Twenty List of Popular Items</title>
	  <link>http://eehowto.com/howto/articles/howto-create-a-top-twenty-list-of-popular-items</link>
	  <guid>http://eehowto.com/howto/articles/howto-create-a-top-twenty-list-of-popular-items#When:15:31:57Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>How can I create a list of the most popular items on my site?</p>

<p><span style="color:green;"><b>Answer: </b></span>You&#8217;ll need to first set  up a single entry template (such as a comments or a permalink page) with a <b>track_views=&#8220;one&#8221;</b> parameter added to your exp:channel:entries loop.</p>

<p>See: <a href="http://expressionengine.com/user_guide/modules/channel/entry_tracking.html">EEDocs: Entry Tracking</a></p>

<p>Then you&#8217;ll create a template or an embed with the following code:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">query&nbsp;limit</span><span style="color: #007700">=</span><span style="color: #DD0000">"20"&nbsp;<br /></span><span style="color: #0000BB">sql</span><span style="color: #007700">=</span><span style="color: #DD0000">"select&nbsp;entry_id,&nbsp;view_count_one&nbsp;as&nbsp;cnt,&nbsp;url_title,&nbsp;title&nbsp;<br />from&nbsp;exp_channel_titles&nbsp;<br />where&nbsp;view_count_one&nbsp;&gt;&nbsp;0&nbsp;<br />order&nbsp;by&nbsp;view_count_one&nbsp;desc"</span><span style="color: #0000BB">&#125;<br />&#123;cnt&#125;&nbsp;</span><span style="color: #007700">-&nbsp;&lt;</span><span style="color: #0000BB">a&nbsp;href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;path=howto/articles/&#123;url_title&#125;&#125;"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;title&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">a</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">br&nbsp;</span><span style="color: #007700">/&gt;<br /></span><span style="color: #0000BB">&#123;paginate&#125;<br /></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Page&nbsp;&#123;current_page&#125;&nbsp;of&nbsp;&#123;total_pages&#125;&nbsp;pages&nbsp;&#123;pagination_links&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;<br /></span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">paginate&#125;<br />&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">query&#125;&nbsp;</span>
</span>
</code></div>

<p>Change the path to your single entry page as needed.</p>]]></description> 
	  <dc:subject>HowTo, Note to Self,</dc:subject>
	  <dc:date>2011-03-22T15:31:57+00:00</dc:date>
	</item>

	<item>
	  <title>HowTo Determine if Import Password is MD5</title>
	  <link>http://eehowto.com/howto/articles/howto-determine-if-import-password-is-md5</link>
	  <guid>http://eehowto.com/howto/articles/howto-determine-if-import-password-is-md5#When:14:52:55Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>I have a listing of members to import into EE 2.x, and I&#8217;m not sure if the password scheme is using MD5 or SHA1. How can I tell?</p>

<p><span style="color:green;"><b>Answer: </b></span>One way is to create a member with the password of <b>password</b>. If the password  is using MD5 encryption, the password that is there will be:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">5f4dcc3b5aa765d61d8327deb882cf99&nbsp;</span>
</span>
</code></div>

<p>If you&#8217;re using SHA1, the password will be:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8&nbsp;</span>
</span>
</code></div>

<p>Or you can use this handy form to generate an MD5 hash: <a href="http://www.miraclesalad.com/webtools/md5.php">md5 Hash Generator</a></p>]]></description> 
	  <dc:subject>HowTo,</dc:subject>
	  <dc:date>2011-03-21T14:52:55+00:00</dc:date>
	</item>

	<item>
	  <title>HowTo Allow Admins to Post to Wiki</title>
	  <link>http://eehowto.com/howto/articles/howto-allow-admins-to-post-to-wiki</link>
	  <guid>http://eehowto.com/howto/articles/howto-allow-admins-to-post-to-wiki#When:17:35:00Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>How can I set my wiki up to allow for my admins to post to the wiki?</p>

<p><span style="color:green;"><b>Answer: </b></span>During the install of your wiki, the only two member groups that are set to be able to post are the SuperAdmin and Members group. You&#8217;ll need to go into your wiki configuration and change that. See the screen shots for a before and after.</p>

<p><img src="http://eehowto.com/images/stuff/Screen_shot_2011-03-16_at_12.31.05_PM.png" alt="Before" width="562" height="78" style="border: 0;" alt="image" /></p>

<p><img src="http://eehowto.com/images/stuff/Screen_shot_2011-03-16_at_12.31.25_PM.png" alt="After" width="559" height="81" style="border: 0;" alt="image" /></p>

<p><span style="color:red;">NOTE: </span>You have to highlight the names of the member groups you want to have access to the wiki (either as admin or user) and click Submit at the bottom.</p>]]></description> 
	  <dc:subject>HowTo,</dc:subject>
	  <dc:date>2011-03-16T17:35:00+00:00</dc:date>
	</item>

	<item>
	  <title>HowTo Turn off XSS Filtering</title>
	  <link>http://eehowto.com/howto/articles/howto-turn-off-xss-filtering</link>
	  <guid>http://eehowto.com/howto/articles/howto-turn-off-xss-filtering#When:12:49:07Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>How can I turn off XSS sanitizing? My users are having trouble with certain kinds of files.</p>

<p><span style="color:green;"><b>Answer: </b></span>See the screen shots below. NOTE: Only do this if you trust the persons doing the file uploads.</p>

<p><img src="http://eehowto.com/images/stuff/secsettings.png" alt="First level" width="347" height="330" style="border: 0;" alt="image" /></p>

<p><img src="http://eehowto.com/images/stuff/xssoff_thumb.png" alt="xss" width="495" height="36"  style="border: 0;" alt="image" /></p>]]></description> 
	  <dc:subject>HowTo, Note to Self,</dc:subject>
	  <dc:date>2011-02-10T12:49:07+00:00</dc:date>
	</item>

	<item>
	  <title>HowTo Set the Current Year in a Copyright Area</title>
	  <link>http://eehowto.com/howto/articles/howto-set-the-current-year-in-a-copyright-area</link>
	  <guid>http://eehowto.com/howto/articles/howto-set-the-current-year-in-a-copyright-area#When:13:45:40Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span> It there an easy way to set the current year in a copyright area on my site?</p>

<p><span style="color:green;"><b>Answer: </b></span>Sure. Use the following text snippet:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&#123;current_time&nbsp;format</span><span style="color: #007700">=</span><span style="color: #DD0000">"%Y"</span><span style="color: #0000BB">&#125;&nbsp;</span>
</span>
</code></div>]]></description> 
	  <dc:subject>HowTo, Note to Self,</dc:subject>
	  <dc:date>2011-02-07T13:45:40+00:00</dc:date>
	</item>

	<item>
	  <title>HowTo Prevent Bogus User Registrations</title>
	  <link>http://eehowto.com/howto/articles/howto-prevent-bogus-user-registrations</link>
	  <guid>http://eehowto.com/howto/articles/howto-prevent-bogus-user-registrations#When:21:45:42Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>I&#8217;m designing a site, and a number of bogus users appear to have found the site. How can I keep this from continuing to happen?</p>

<p><span style="color:green;"><b>Answer: </b></span>This problem can be common with users of EE2.x versions before 2.1.3. The install preferences allow new member registrations, don&#8217;t turn on CAPTCHAs and use a profile triggering word of member.</p>

<p>The easiest thing to do is to turn off registrations completely. You&#8217;d need to add new members by hand.</p>

<p>Or you can take the following precautions:</p>

<p>1. Change your trigger word. Use something other than member. This means you may need to change some templates if you are calling membership routines some  other way.</p>

<p>2. Set Require Member Account Activation? to Manual Activation by administrator. That way, you can purge out the bogus requests. More work for the admins.</p>

<p>3. Set Enable Membership CAPTCHA to Yes. It&#8217;ll make it a bit harder to get an account.</p>

<p>4. Make sure you set Notify administrators of new registrations? to Yes and put in a valid email address. Otherwise, you may end up with people who make it on to your site if you don&#8217;t take other precautions.</p>

<p>After you make the changes suggested here, make sure you aren&#8217;t displaying member bios anywhere. Often times spammers will put content into the bio field with spammy links.</p>

<p>Set aside a regular time to check for bogus registrations, and ban the users and or IP addresses they are using.</p>]]></description> 
	  <dc:subject>HowTo, Note to Self,</dc:subject>
	  <dc:date>2011-01-18T21:45:42+00:00</dc:date>
	</item>

	<item>
	  <title>HowTo Set In Authorlist to Default to Yes</title>
	  <link>http://eehowto.com/howto/articles/howto-set-in-authorlist-to-defalt-to-yes</link>
	  <guid>http://eehowto.com/howto/articles/howto-set-in-authorlist-to-defalt-to-yes#When:14:08:38Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>How can I set up my site so that new members are automagically added to the In Author List drop down?</p>

<p><span style="color:green;"><b>Answer: </b></span>You&#8217;ll need to make a database change in order for this to work.</p>

<p><span style="color:red;"><b>First things first, make a backup of exp_members table!</b></span></p>

<p>Then using something like PHPMyAdmin, change the default value of in_authorlist from n to y.</p>

<p>You&#8217;ll need to write an update query to change the value of current members to be in the authorlist.</p>]]></description> 
	  <dc:subject>HowTo, Note to Self,</dc:subject>
	  <dc:date>2011-01-12T14:08:38+00:00</dc:date>
	</item>

	<item>
	  <title>HowTo Use PHPMyAdmin to Repair a Table</title>
	  <link>http://eehowto.com/howto/articles/howto-use-phpmyadmin-to-repair-a-table</link>
	  <guid>http://eehowto.com/howto/articles/howto-use-phpmyadmin-to-repair-a-table#When:02:39:53Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span> I&#8217;m receiving an error from my site that the <span style="color:purple;">exp_online_users</span> table has crashed, and needs to be repaired. How do I fix the problem?</p>

<p><span style="color:green;"><b>Answer: </b></span>To fix this problem, you&#8217;ll need to have access to a tool such as PHPMyAdmin. If you don&#8217;t have access to PHPMyAdmin, you may need to contact your web host and have them repair the table.</p>

<p>If you do have access to PHPMyAdmin, do the following to fix the exp_online_users table:</p>

<p>1. Login to PHPMyAdmin. If you&#8217;re having trouble logging in, contact your web host for assistance.</p>

<p>2. Locate the database where your ExpressionEngine tables are stored. You may have more than one database, make sure you pick the right database.</p>

<p><b>Choose Table to Repair</b></p>

<p><img src="http://eehowto.com/images/stuff/phpmyadmin.png" alt="PHPMyAdmin" width="170" height="209" style="border: 0;" alt="image" /></p>

<p>3. Find the table you need to repair. On the left side of the table name, click on the check box.</p>

<p>4. Scroll down to find the last of the tables, and below find the drop down menu. Choose Repair Table.</p>

<p>When you choose Repair Table, you&#8217;ll see a results screen similar to the one below.<br />
<b>View Results</b><br />
<img src="http://eehowto.com/images/stuff/repair2.png" alt="View Results" width="342" height="186" style="border: 0;" alt="image" /><br />
Now you&#8217;ll be able to go back into ExpressionEngine and the error should be gone.</p>

<p>NOTE: This information applies to both ExpressionEngine 1.x and ExpressionEngine 2.x</p>

]]></description> 
	  <dc:subject>FAQs, HowTo,</dc:subject>
	  <dc:date>2010-12-14T02:39:53+00:00</dc:date>
	</item>

	<item>
	  <title>Server Wizard</title>
	  <link>http://eehowto.com/howto/articles/server-wizard</link>
	  <guid>http://eehowto.com/howto/articles/server-wizard#When:14:23:55Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>Where can I find the server wizard for EE?</p>

<p><span style="color:green;"><b>Answer: </b></span>You can find the server wizard for EE2.x at: <a href="http://expressionengine.com/user_guide/requirements.html">Link</a></p>

<p>For EE1.x: <a href="http://expressionengine.com/legacy_docs/requirements.html">Link</a></p>]]></description> 
	  <dc:subject>EEDocs, Note to Self,</dc:subject>
	  <dc:date>2010-11-24T14:23:55+00:00</dc:date>
	</item>

	<item>
	  <title>How Can I Tell Which EE2.x Bugs Have Been Fixed?</title>
	  <link>http://eehowto.com/howto/articles/how-can-i-tell-which-ee2.x-bugs-have-been-fixed</link>
	  <guid>http://eehowto.com/howto/articles/how-can-i-tell-which-ee2.x-bugs-have-been-fixed#When:11:47:00Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>I&#8217;ve reported a bug, and how can I tell  if that particular bug has been fixed? Or will be fixed in the next release?</p>

<p><span style="color:green;"><b>Answer: </b></span>If you visit the following <a href="http://expressionengine.com/bug_tracker/list_2.x/Fixed%20for%20Next%20Release/">Link</a> you&#8217;ll be able to see the list of items fixed for the next release.</p>]]></description> 
	  <dc:subject>HowTo,</dc:subject>
	  <dc:date>2010-11-21T11:47:00+00:00</dc:date>
	</item>

	<item>
	  <title>Health Check &#45; A Support Accessory</title>
	  <link>http://eehowto.com/howto/articles/health-check-a-support-accessory</link>
	  <guid>http://eehowto.com/howto/articles/health-check-a-support-accessory#When:14:02:41Z</guid>
	  <description><![CDATA[<p>Have you ever needed to post over on  the ExpressionEngine forums for support? You might want to consider using <a href="http://devot-ee.com/add-ons/health-check/">Health Check</a> which will put most of what you need in a single accessory.</p>]]></description> 
	  <dc:subject>Note to Self, Accessories,</dc:subject>
	  <dc:date>2010-11-19T14:02:41+00:00</dc:date>
	</item>

	<item>
	  <title>HowTo Set Simple Search to Look for an Exact Match</title>
	  <link>http://eehowto.com/howto/articles/howto-set-simple-search-to-look-for-an-exact-match</link>
	  <guid>http://eehowto.com/howto/articles/howto-set-simple-search-to-look-for-an-exact-match#When:13:18:25Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>I have a simple search form that I want to allow searches with, but I only want to allow whole words to be searched. How can I do this?</p>

<p><span style="color:green;"><b>Answer: </b></span>In your exp:search:simple tag, add <b>where=&#8220;word&#8221;</b>.</p>

<p>This information is valid for both EE1.x and EE2.x.</p>]]></description> 
	  <dc:subject>HowTo, Note to Self,</dc:subject>
	  <dc:date>2010-11-19T13:18:25+00:00</dc:date>
	</item>

	<item>
	  <title>HowTo Find Older EE Forum Threads</title>
	  <link>http://eehowto.com/howto/articles/howto-find-older-ee-forum-threads</link>
	  <guid>http://eehowto.com/howto/articles/howto-find-older-ee-forum-threads#When:15:22:10Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>How can I find some of the older forum threads?</p>

<p><span style="color:green;"><b>Answer: </b></span>Visit the following link, and add a bookmark to your browser: <a href="http://expressionengine.com/archived_forums/">Archived Forums</a></p>]]></description> 
	  <dc:subject>HowTo, Note to Self,</dc:subject>
	  <dc:date>2010-11-18T15:22:10+00:00</dc:date>
	</item>

	<item>
	  <title>Scaffolding Forum Theme for EE2.x</title>
	  <link>http://eehowto.com/howto/articles/scaffolding-forum-theme-for-ee2.x</link>
	  <guid>http://eehowto.com/howto/articles/scaffolding-forum-theme-for-ee2.x#When:15:12:48Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>Where can I find a simple forum theme for EE2.x?</p>

<p><span style="color:green;"><b>Answer: </b></span>One available theme is <a href="https://github.com/iainurquhart/Scaffold">Scaffold</a> written by Iain Urguhart.</p>]]></description> 
	  <dc:subject>3rd Party, HowTo, Note to Self, Forum,</dc:subject>
	  <dc:date>2010-11-18T15:12:48+00:00</dc:date>
	</item>

	<item>
	  <title>Dynamic Parameters</title>
	  <link>http://eehowto.com/howto/articles/dynamic-parameters</link>
	  <guid>http://eehowto.com/howto/articles/dynamic-parameters#When:12:28:35Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>How can I build a method of searching for channel entries on the fly?</p>

<p><span style="color:green;"><b>Answer: </b></span>One method to do this is to use <a href="http://expressionengine.com/user_guide/modules/channel/dynamic_parameters.html">Dynamic Parameters</a>.</p>]]></description> 
	  <dc:subject>HowTo, Note to Self,</dc:subject>
	  <dc:date>2010-11-11T12:28:35+00:00</dc:date>
	</item>

	<item>
	  <title>HowTo Change Between Sites in EE2.x</title>
	  <link>http://eehowto.com/howto/articles/howto-change-between-sites-in-ee2.x</link>
	  <guid>http://eehowto.com/howto/articles/howto-change-between-sites-in-ee2.x#When:11:54:23Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>How can I change between sites in EE2.x? I don&#8217;t see a Sites menu like there was in EE1.x.</p>

<p><span style="color:green;"><b>Answer: </b></span>In the upper right hand corner of your control panel, hover over your site&#8217;s name. You&#8217;ll then be able to see where to change sites.</p>]]></description> 
	  <dc:subject>EE2.x Only, HowTo,</dc:subject>
	  <dc:date>2010-10-22T11:54:23+00:00</dc:date>
	</item>

	<item>
	  <title>HowTo Create a Formatted List of Entries into Columns</title>
	  <link>http://eehowto.com/howto/articles/howto-create-a-formatted-list-of-entries-into-columns</link>
	  <guid>http://eehowto.com/howto/articles/howto-create-a-formatted-list-of-entries-into-columns#When:20:10:07Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>How can I create a list of entry titles spaced out evenly between two, three, or more columns?</p>

<p><span style="color:green;"><b>Answer: </b></span>The Splitter plugin will do this. You can find this third party add-on at: <a href="http://devot-ee.com/add-ons/splitter/">Devot-ee.com: Splitter</a></p>

<p>NOTE: This add-on is available for both EE1.x and EE2.x.</p>]]></description> 
	  <dc:subject>HowTo, Note to Self, Plugins,</dc:subject>
	  <dc:date>2010-10-05T20:10:07+00:00</dc:date>
	</item>

	<item>
	  <title>Default Atom Template for EE2.x</title>
	  <link>http://eehowto.com/howto/articles/default-atom-template-for-ee2.x</link>
	  <guid>http://eehowto.com/howto/articles/default-atom-template-for-ee2.x#When:12:40:24Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>Is there an example for an Atom feed for EE 2.x?</p>

<p><span style="color:green;"><b>Answer: </b></span>Here&#8217;s an example that should work for you:</p>

<p>Don&#8217;t forget to set the template type to RSS.</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&#123;preload_replace</span><span style="color: #007700">:</span><span style="color: #0000BB">master_channel_name</span><span style="color: #007700">=</span><span style="color: #DD0000">"default_site"</span><span style="color: #0000BB">&#125;<br />&#123;preload_replace</span><span style="color: #007700">:</span><span style="color: #0000BB">atom_feed_location</span><span style="color: #007700">=</span><span style="color: #DD0000">"site/atom"</span><span style="color: #0000BB">&#125;<br /><br />&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">rss</span><span style="color: #007700">:</span><span style="color: #0000BB">feed&nbsp;channel</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;master_channel_name&#125;"</span><span style="color: #0000BB">&#125;<br /><br />&lt;?xml&nbsp;version</span><span style="color: #007700">=</span><span style="color: #DD0000">"1.0"&nbsp;</span><span style="color: #0000BB">encoding</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;encoding&#125;"</span><span style="color: #0000BB">?&gt;<br /></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">feed&nbsp;</span><span style="color: #007700">&gt;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">title&nbsp;type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">xml_encode&#125;&#123;channel_name&#125;&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">xml_encode&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">title</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">subtitle&nbsp;type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">xml_encode&#125;&#123;channel_name&#125;</span><span style="color: #007700">:</span><span style="color: #0000BB">&#123;channel_description&#125;&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">xml_encode&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">subtitle</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">link&nbsp;rel</span><span style="color: #007700">=</span><span style="color: #DD0000">"alternate"&nbsp;</span><span style="color: #0000BB">type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text/html"&nbsp;</span><span style="color: #0000BB">href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;channel_url&#125;"&nbsp;</span><span style="color: #007700">/&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">link&nbsp;rel</span><span style="color: #007700">=</span><span style="color: #DD0000">"self"&nbsp;</span><span style="color: #0000BB">type</span><span style="color: #007700">=</span><span style="color: #DD0000">"application/atom+xml"&nbsp;</span><span style="color: #0000BB">href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;path=&#123;atom_feed_location&#125;&#125;"&nbsp;</span><span style="color: #007700">/&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">updated</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;gmt_edit_date&nbsp;format</span><span style="color: #007700">=</span><span style="color: #DD0000">'%Y-%m-%dT%H:%i:%sZ'</span><span style="color: #0000BB">&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">updated</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">rights</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Copyright&nbsp;</span><span style="color: #007700">(</span><span style="color: #0000BB">c</span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">&#123;gmt_date&nbsp;format</span><span style="color: #007700">=</span><span style="color: #DD0000">"%Y"</span><span style="color: #0000BB">&#125;</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#123;author&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">rights</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">generator&nbsp;uri</span><span style="color: #007700">=</span><span style="color: #DD0000">"http://expressionengine.com/"&nbsp;</span><span style="color: #0000BB">version</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;version&#125;"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">ExpressionEngine</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">generator</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">id</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">tag</span><span style="color: #007700">:</span><span style="color: #0000BB">&#123;trimmed_url&#125;</span><span style="color: #007700">,</span><span style="color: #0000BB">&#123;gmt_date&nbsp;format</span><span style="color: #007700">=</span><span style="color: #DD0000">"%Y:%m:%d"</span><span style="color: #0000BB">&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">id</span><span style="color: #007700">&gt;<br /><br /></span><span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">channel</span><span style="color: #007700">:</span><span style="color: #0000BB">entries&nbsp;channel</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;master_channel_name&#125;"&nbsp;</span><span style="color: #0000BB">limit</span><span style="color: #007700">=</span><span style="color: #DD0000">"15"&nbsp;</span><span style="color: #0000BB">rdf</span><span style="color: #007700">=</span><span style="color: #DD0000">"off"&nbsp;</span><span style="color: #0000BB">dynamic_start</span><span style="color: #007700">=</span><span style="color: #DD0000">"on"&nbsp;</span><span style="color: #0000BB">disable</span><span style="color: #007700">=</span><span style="color: #DD0000">"member_data|trackbacks"</span><span style="color: #0000BB">&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">entry</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">title</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">xml_encode&#125;&#123;title&#125;&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">xml_encode&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">title</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">link&nbsp;rel</span><span style="color: #007700">=</span><span style="color: #DD0000">"alternate"&nbsp;</span><span style="color: #0000BB">type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text/html"&nbsp;</span><span style="color: #0000BB">href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;url_title_path=site/index&#125;"&nbsp;</span><span style="color: #007700">/&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">id</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">tag</span><span style="color: #007700">:</span><span style="color: #0000BB">&#123;trimmed_url&#125;</span><span style="color: #007700">,</span><span style="color: #0000BB">&#123;gmt_entry_date&nbsp;format</span><span style="color: #007700">=</span><span style="color: #DD0000">"%Y"</span><span style="color: #0000BB">&#125;</span><span style="color: #007700">:</span><span style="color: #0000BB">&#123;relative_url&#125;</span><span style="color: #007700">/</span><span style="color: #0000BB">&#123;channel_id&#125;</span><span style="color: #007700">.</span><span style="color: #0000BB">&#123;entry_id&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">id</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">published</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;gmt_entry_date&nbsp;format</span><span style="color: #007700">=</span><span style="color: #DD0000">"%Y-%m-%dT%H:%i:%sZ"</span><span style="color: #0000BB">&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">published</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">updated</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;gmt_edit_date&nbsp;format</span><span style="color: #007700">=</span><span style="color: #DD0000">'%Y-%m-%dT%H:%i:%sZ'</span><span style="color: #0000BB">&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">updated</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">author</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">name</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;author&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">name</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">email</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;email&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">email</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#123;if&nbsp;url&#125;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">uri</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;url&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">uri</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">if&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">author</span><span style="color: #007700">&gt;<br /></span><span style="color: #0000BB">&#123;categories&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">category&nbsp;term</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;exp:xml_encode&#125;&#123;category_name&#125;&#123;/exp:xml_encode&#125;"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">scheme</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;path=site/index&#125;"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">label</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;exp:xml_encode&#125;&#123;category_name&#125;&#123;/exp:xml_encode&#125;"&nbsp;</span><span style="color: #007700">/&gt;</span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">categories&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">content&nbsp;type</span><span style="color: #007700">=</span><span style="color: #DD0000">"html"</span><span style="color: #007700">&gt;&lt;!</span><span style="color: #0000BB">&#91;CDATA&#91;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#123;body&#125;&nbsp;&#123;extended&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#93;&#93;</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">content</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">entry</span><span style="color: #007700">&gt;<br /></span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">channel</span><span style="color: #007700">:</span><span style="color: #0000BB">entries&#125;<br /><br /></span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">feed</span><span style="color: #007700">&gt;<br /></span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">rss</span><span style="color: #007700">:</span><span style="color: #0000BB">feed&#125;&nbsp;</span>
</span>
</code></div>]]></description> 
	  <dc:subject>EE2.x Only, HowTo,</dc:subject>
	  <dc:date>2010-10-02T12:40:24+00:00</dc:date>
	</item>

	<item>
	  <title>Where to Find Search Time Outs in EE2.x</title>
	  <link>http://eehowto.com/howto/articles/where-to-find-search-time-outs-in-ee2.x</link>
	  <guid>http://eehowto.com/howto/articles/where-to-find-search-time-outs-in-ee2.x#When:22:59:46Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>Where can I find the number of seconds between searches in EE2,x?</p>

<p><span style="color:green;"><b>Answer: </b></span>You&#8217;d set this for each member group. Choose Membership Preferences for the group you wish to modify.</p>

<p><strong>NOTE: </strong>This setting is MSM aware, You can make these changes on a per site basis.</p>

]]></description> 
	  <dc:subject>EE2.x Only, HowTo,</dc:subject>
	  <dc:date>2010-08-31T22:59:46+00:00</dc:date>
	</item>

	<item>
	  <title>Where Am I?</title>
	  <link>http://eehowto.com/howto/articles/where-am-i</link>
	  <guid>http://eehowto.com/howto/articles/where-am-i#When:16:31:24Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>I need to get a server path for my new file directory. I know what my regular directory is, but not the system path. How can I find this setting?</p>

<p><span style="color:green;"><b>Answer: </b></span>The easiest way to do this is to create a whereami.php file with the following content:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">echo&nbsp;</span><span style="color: #0000BB">realpath</span><span style="color: #007700">(</span><span style="color: #0000BB">dirname</span><span style="color: #007700">(</span><span style="color: #0000BB">__FILE__</span><span style="color: #007700">))&nbsp;.&nbsp;</span><span style="color: #DD0000">'/'</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">?&gt;&nbsp;</span>
</span>
</code></div>

<p>FTP the file up to your new images folder, and navigate to that folder using your browser. You&#8217;ll now see your server path.</p>

<p><strong>NOTE: </strong>This code snippet will work with both EE1.x and EE2.x.</p>

<p>If you&#8217;re on a Windows box, use a trailing \ instead of a / to get the right direction for your slashes.</p>]]></description> 
	  <dc:subject>HowTo,</dc:subject>
	  <dc:date>2010-08-25T16:31:24+00:00</dc:date>
	</item>

	<item>
	  <title>Creating Custom Status Groups</title>
	  <link>http://eehowto.com/howto/articles/creating-custom-status-groups</link>
	  <guid>http://eehowto.com/howto/articles/creating-custom-status-groups#When:02:13:39Z</guid>
	  <description><![CDATA[<div><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="320" height="300" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab"> <param name="movie" value="http://ee2.s3.amazonaws.com/VideoPlayer.swf" />	<param name="bgcolor" value="#FFFFFF" />	<param name="wmode" value="transparent" />	<param name="allowFullScreen" value="true" />	<param name="allowScriptAccess" value="always" />	<param name="flashVars" value="skin=http://ee2.s3.amazonaws.com/SkinUnderPlayStopSeekFullVol.swf&border=false&source=http://ee2.s3.amazonaws.com:80/9855780699290335.mp4&color=3025964&autoplay=false&preload=false&firstframe=&forward=&frame=_self&size=320&hyperframe=_self&hyperlinktext=&hyperlink=&settingsurl=http://ee2.s3.amazonaws.com/settings.html&height=240&affiliate=http://ee2.s3.amazonaws.com/VideoPlayer.swf" />	<embed src="http://ee2.s3.amazonaws.com/VideoPlayer.swf" quality="high" bgcolor="#FFFFFF"	width="320" height="300" align="middle"	allowFullScreen="true" loop="false"	allowScriptAccess="always"	wmode="transparent"	flashVars="skin=http://ee2.s3.amazonaws.com/SkinUnderPlayStopSeekFullVol.swf&border=false&source=http://ee2.s3.amazonaws.com:80/9855780699290335.mp4&color=3025964&autoplay=false&preload=false&firstframe=&forward=&frame=_self&size=320&hyperframe=_self&hyperlinktext=&hyperlink=&settingsurl=http://ee2.s3.amazonaws.com/settings.html&height=240&affiliate=http://ee2.s3.amazonaws.com/VideoPlayer.swf" type="application/x-shockwave-flash"	pluginspage="http://www.adobe.com/go/getflashplayer">	</embed>	</object></div>]]></description> 
	  <dc:subject>HowTo,</dc:subject>
	  <dc:date>2010-08-24T02:13:39+00:00</dc:date>
	</item>

	<item>
	  <title>HowTo Create a Masked Login to MSM Site (EE1.x)</title>
	  <link>http://eehowto.com/howto/articles/howto-create-a-masked-login-to-msm-site-ee1.x</link>
	  <guid>http://eehowto.com/howto/articles/howto-create-a-masked-login-to-msm-site-ee1.x#When:18:44:01Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>How can I set up masked access to my MSM additional sites?</p>

<p><span style="color:green;"><b>Answer: </b></span>In the /system/utilities/ folder you&#8217;ll find a file called admin.php. Copy that file to your MSM folder, and instruct your users to log into the control panel from that URL.</p>

]]></description> 
	  <dc:subject>EE1.6 Only, HowTo,</dc:subject>
	  <dc:date>2010-05-24T18:44:01+00:00</dc:date>
	</item>

	<item>
	  <title>HowTo Turn on Error Checking in EE2.x</title>
	  <link>http://eehowto.com/howto/articles/howto-turn-on-error-checking-in-ee2.x</link>
	  <guid>http://eehowto.com/howto/articles/howto-turn-on-error-checking-in-ee2.x#When:13:22:16Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>How can I turn on error checking in EE2.x?</p>

<p><span style="color:green;"><b>Answer: </b></span>You&#8217;ll need to edit the index.php file found in your /system directory, and change the value of</p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">$debug&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">;&nbsp;</span>
</span>
</code></div>

<p>to</p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">$debug&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">1</span><span style="color: #007700">;&nbsp;</span>
</span>
</code></div>

<p>NOTE: Remember to change this value back when you are done troubleshooting.</p>]]></description> 
	  <dc:subject>EE2.x Only, HowTo, Note to Self,</dc:subject>
	  <dc:date>2010-05-07T13:22:16+00:00</dc:date>
	</item>

	<item>
	  <title>Add&#45;on Conversion Guidelines</title>
	  <link>http://eehowto.com/howto/articles/add-on-conversion-guidelines</link>
	  <guid>http://eehowto.com/howto/articles/add-on-conversion-guidelines#When:10:15:44Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>Where can I find conversion guidelines to convert my EE1.6x add-ons to EE2.x?</p>

<p><span style="color:green;"><b>Answer: </b></span>You can find this information at: <a href="http://expressionengine.com/public_beta/docs/development/conversion/index.html">EEDocs: Conversion Information</a></p>]]></description> 
	  <dc:subject>EE2.x Only, EEDocs,</dc:subject>
	  <dc:date>2010-05-03T10:15:44+00:00</dc:date>
	</item>

	<item>
	  <title>Location of Language Downloads for EE2</title>
	  <link>http://eehowto.com/howto/articles/location-of-language-downloads-for-ee2</link>
	  <guid>http://eehowto.com/howto/articles/location-of-language-downloads-for-ee2#When:12:23:03Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>Where can I find language packs for EE2?</p>

<p><span style="color:green;"><b>Answer: </b></span>You can find language packs for EE2 <a href="http://expressionengine.com/public_beta/downloads/">here</a>.</p>]]></description> 
	  <dc:subject>EE2.x Only, Note to Self,</dc:subject>
	  <dc:date>2010-05-01T12:23:03+00:00</dc:date>
	</item>

	<item>
	  <title>Hidden Configuration Variables</title>
	  <link>http://eehowto.com/howto/articles/hidden-configuration-variables</link>
	  <guid>http://eehowto.com/howto/articles/hidden-configuration-variables#When:11:53:12Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>Where can I find the list of hidden configuration variables for EE1.6.x?</p>

<p><span style="color:green;"><b>Answer: </b></span>You can find these in the <a href="http://expressionengine.com/wiki/Hidden_Configuration_Variables/">EEWiki: Hidden Configuration Variables</a></p>]]></description> 
	  <dc:subject>EE1.6 Only,</dc:subject>
	  <dc:date>2010-04-27T11:53:12+00:00</dc:date>
	</item>

	<item>
	  <title>Don&#8217;t Allow Non&#45;Logged in Members to See Memberlist</title>
	  <link>http://eehowto.com/howto/articles/howto-keep-non-logged-in-visitors-from-seeing-the-memberlist</link>
	  <guid>http://eehowto.com/howto/articles/howto-keep-non-logged-in-visitors-from-seeing-the-memberlist#When:23:52:30Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>How can I keep Guests (non-logged in users) from seeing the member list in the forum?</p>

<p><span style="color:green;"><b>Answer: </b></span>You&#8217;ll need to make a slight change in your forum code to switch out a line in the logged_out code to reside in the logged_in code:</p>

<p>From the</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&#123;if&nbsp;logged_out&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;&#123;lang</span><span style="color: #007700">:</span><span style="color: #0000BB">welcome&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;&#123;include</span><span style="color: #007700">:</span><span style="color: #0000BB">top_bar_spacer&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">a&nbsp;href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;path:login&#125;"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;lang</span><span style="color: #007700">:</span><span style="color: #0000BB">login&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">a</span><span style="color: #007700">&gt;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#123;include</span><span style="color: #007700">:</span><span style="color: #0000BB">top_bar_spacer&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">a&nbsp;href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;path:register&#125;"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;lang</span><span style="color: #007700">:</span><span style="color: #0000BB">register&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">a</span><span style="color: #007700">&gt;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#123;include</span><span style="color: #007700">:</span><span style="color: #0000BB">top_bar_spacer&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">a&nbsp;href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;path:memberlist&#125;"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;lang</span><span style="color: #007700">:</span><span style="color: #0000BB">memberlist&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">a</span><span style="color: #007700">&gt;<br /></span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">if&#125;&nbsp;</span>
</span>
</code></div>

<p>Remove the last line in this part of the template, and move it to the next grouping.</p>

<p>NOTE: This article is for EE 1.6.8 only.</p>]]></description> 
	  <dc:subject>EE1.6 Only, HowTo, Forum,</dc:subject>
	  <dc:date>2010-03-28T23:52:30+00:00</dc:date>
	</item>

	<item>
	  <title>Simple Search Finding Content</title>
	  <link>http://eehowto.com/howto/articles/simple-search-finding-content</link>
	  <guid>http://eehowto.com/howto/articles/simple-search-finding-content#When:13:45:15Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>I&#8217;ve added some custom fields for my site, but when I search on words that should be searched, I get no matches. Why is that?</p>

<p><span style="color:green;"><b>Answer: </b></span>The default Simple Search form defaults to only searching titles, unless you specify differently.</p>

<p>Add the following code snippet to your Simple Search Form:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">search_in</span><span style="color: #007700">=</span><span style="color: #DD0000">"everywhere"&nbsp;</span>
</span>
</code></div>]]></description> 
	  <dc:subject>HowTo, Note to Self,</dc:subject>
	  <dc:date>2010-03-26T13:45:15+00:00</dc:date>
	</item>

	<item>
	  <title>HowTo Turn off Honoring DST Settings on Entries</title>
	  <link>http://eehowto.com/howto/articles/howto-turn-off-honoring-dst-settings-on-entries</link>
	  <guid>http://eehowto.com/howto/articles/howto-turn-off-honoring-dst-settings-on-entries#When:12:25:51Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>How can I turn off DST settings being applied to my entries?</p>

<p><span style="color:green;"><b>Answer: </b></span>From the EE 2.x control panel, choose Admin > Localization Settings and set the value of <strong>Honor the Daylight Saving Time setting associated with each channel entry?</strong> to No.</p>]]></description> 
	  <dc:subject>EE2.x Only, HowTo,</dc:subject>
	  <dc:date>2010-03-18T12:25:51+00:00</dc:date>
	</item>

	<item>
	  <title>HowTo Get Rid of my Publish Page Layout</title>
	  <link>http://eehowto.com/howto/articles/howto-get-rid-of-my-publish-page-layout</link>
	  <guid>http://eehowto.com/howto/articles/howto-get-rid-of-my-publish-page-layout#When:16:36:23Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span> How can I get rid of the formatting I have set for EE2.x?</p>

<p><span style="color:green;"><b>Answer: </b></span>You&#8217;ll need to manually truncate the exp_layout_publish table.</p>

<p>Use the following snippet in either EE or using PHPMyAdmin:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">TRUNCATE&nbsp;&nbsp;</span><span style="color: #007700">`</span><span style="color: #0000BB">exp_layout_publish</span><span style="color: #007700">`&nbsp;</span>
</span>
</code></div>]]></description> 
	  <dc:subject>EE2.x Only, HowTo,</dc:subject>
	  <dc:date>2010-03-14T16:36:23+00:00</dc:date>
	</item>

	<item>
	  <title>Where can I find Snippets in the EE2 Control Panel?</title>
	  <link>http://eehowto.com/howto/articles/where-can-i-find-snippets-in-the-ee2-control-panel</link>
	  <guid>http://eehowto.com/howto/articles/where-can-i-find-snippets-in-the-ee2-control-panel#When:08:42:22Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>Where can I find Snippets in the EE2 Control Panel?</p>

<p><span style="color:green;"><b>Answer: </b></span>Snippets can be found at:</p>

<p># CP Home # Design # Template Manager # Snippets</p>]]></description> 
	  <dc:subject>EE2.x Only, HowTo,</dc:subject>
	  <dc:date>2010-02-16T08:42:22+00:00</dc:date>
	</item>

	<item>
	  <title>HowTo Set Accessories to not be used</title>
	  <link>http://eehowto.com/howto/articles/howto-set-accessories-to-not-be-used</link>
	  <guid>http://eehowto.com/howto/articles/howto-set-accessories-to-not-be-used#When:16:57:05Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>How can I get accessories to not be active if I have errors when accessing the Accessories page?</p>

<p><span style="color:green;"><b>Answer: </b></span>You can delete rows from the <strong>exp_accessories</strong> table. This query will remove all the rows in the table, but not delete any files on the server.</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">delete&nbsp;from&nbsp;exp_accessories&nbsp;</span>
</span>
</code></div>]]></description> 
	  <dc:subject>HowTo, Note to Self,</dc:subject>
	  <dc:date>2010-02-01T16:57:05+00:00</dc:date>
	</item>

	<item>
	  <title>HowTo Replace Underscores with Dashes in url_title</title>
	  <link>http://eehowto.com/howto/articles/howto-replace-underscores-with-dashes-in-url_title</link>
	  <guid>http://eehowto.com/howto/articles/howto-replace-underscores-with-dashes-in-url_title#When:17:53:17Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>How can I change the url_title to use dashes (-) instead of underscores (_)</p>

<p><span style="color:green;"><b>Answer: </b></span>You can perform the following sql query to do this.</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">UPDATE&nbsp;</span><span style="color: #007700">`</span><span style="color: #0000BB">exp_weblog_titles</span><span style="color: #007700">`&nbsp;</span><span style="color: #0000BB">SET&nbsp;</span><span style="color: #007700">`</span><span style="color: #0000BB">url_title</span><span style="color: #007700">`&nbsp;=&nbsp;</span><span style="color: #0000BB">REPLACE</span><span style="color: #007700">(`</span><span style="color: #0000BB">url_title</span><span style="color: #007700">`,&nbsp;</span><span style="color: #DD0000">'_'</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">'-'</span><span style="color: #007700">);&nbsp;</span>
</span>
</code></div>

<p>For EE2.x:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">UPDATE&nbsp;</span><span style="color: #007700">`</span><span style="color: #0000BB">exp_channel_titles</span><span style="color: #007700">`&nbsp;</span><span style="color: #0000BB">SET&nbsp;</span><span style="color: #007700">`</span><span style="color: #0000BB">url_title</span><span style="color: #007700">`&nbsp;=&nbsp;</span><span style="color: #0000BB">REPLACE</span><span style="color: #007700">(`</span><span style="color: #0000BB">url_title</span><span style="color: #007700">`,&nbsp;</span><span style="color: #DD0000">'_'</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">'-'</span><span style="color: #007700">);&nbsp;</span>
</span>
</code></div>

<p>NOTE: As with any direct sql manipulation, make sure you&#8217;ve backed up the table before attempting this.</p>]]></description> 
	  <dc:subject>HowTo, Note to Self,</dc:subject>
	  <dc:date>2010-01-20T17:53:17+00:00</dc:date>
	</item>

	<item>
	  <title>Link to Docs on security in PHP templates</title>
	  <link>http://eehowto.com/howto/articles/link-to-docs-on-security-in-php-templates</link>
	  <guid>http://eehowto.com/howto/articles/link-to-docs-on-security-in-php-templates#When:08:13:43Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>Where can I find out more information about security risks with PHP in templates?</p>

<p><span style="color:green;"><b>Answer: </b></span>You can find more info from the following page in the EE 1.x docs: <a href="http://expressionengine.com/docs/templates/php_templates.html">EEDocs: PHP in Templates</a></p>

]]></description> 
	  <dc:subject>Note to Self,</dc:subject>
	  <dc:date>2010-01-20T08:13:43+00:00</dc:date>
	</item>

	<item>
	  <title>HowTo Set the Time Out Limit in EE2.x</title>
	  <link>http://eehowto.com/howto/articles/howto-set-the-time-out-limit-in-ee2.x</link>
	  <guid>http://eehowto.com/howto/articles/howto-set-the-time-out-limit-in-ee2.x#When:09:54:02Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>Is there a way of setting the time interval for the EE backend when using Sessions or Cookies and Sessions?</p>

<p><span style="color:green;"><b>Answer: </b></span>You can change this via <strong>Time Interval for Lockout</strong> in your Security and Session Preferences</p>

<p>CP Home -> Administration -> Security and Session Preferences</p>

<p><a href="http://expressionengine.com/forums/viewthread/140607/#691845">Forum Thread</a></p>]]></description> 
	  <dc:subject>EE2.x Only, HowTo,</dc:subject>
	  <dc:date>2010-01-07T09:54:02+00:00</dc:date>
	</item>

	<item>
	  <title>Creating a New Entry in EE 1.6.8</title>
	  <link>http://eehowto.com/howto/articles/creating-a-new-entry-in-ee-1.6.8</link>
	  <guid>http://eehowto.com/howto/articles/creating-a-new-entry-in-ee-1.6.8#When:12:45:45Z</guid>
	  <description><![CDATA[<div>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="320" height="300" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
 <param name="movie" value="http://shecodes_audio.s3.amazonaws.com/VideoPlayer.swf" />
	<param name="bgcolor" value="#FFFFFF" />
	<param name="wmode" value="transparent" />
	<param name="allowFullScreen" value="true" />
	<param name="allowScriptAccess" value="always" />
	<param name="flashVars" value="skin=http://shecodes_audio.s3.amazonaws.com/SkinUnderPlayStopSeekFullVol.swf&amp;border=false&amp;source=http://shecodes_audio.s3.amazonaws.com/6519266874529421.mp4&amp;color=3025964&amp;autoplay=false&amp;preload=false&amp;firstframe=http://shecodes_audio.s3.amazonaws.com/5051051815971732.png&amp;forward=&amp;frame=_self&amp;size=320&amp;hyperframe=_self&amp;hyperlinktext=&amp;hyperlink=" />
	<embed src="http://shecodes_audio.s3.amazonaws.com/VideoPlayer.swf" quality="high" bgcolor="#FFFFFF"	width="320" height="300" align="middle"	allowFullScreen="true" loop="false"	allowScriptAccess="always"	wmode="transparent"	flashVars="skin=http://shecodes_audio.s3.amazonaws.com/SkinUnderPlayStopSeekFullVol.swf&amp;border=false&amp;source=http://shecodes_audio.s3.amazonaws.com/6519266874529421.mp4&amp;color=3025964&amp;autoplay=false&amp;preload=false&amp;firstframe=http://shecodes_audio.s3.amazonaws.com/5051051815971732.png&amp;forward=&amp;frame=_self&amp;size=320&amp;hyperframe=_self&amp;hyperlinktext=&amp;hyperlink=" type="application/x-shockwave-flash"	pluginspage="http://www.adobe.com/go/getflashplayer">
	</embed>
	</object>
</div>

<p>Just a quick video.</p>]]></description> 
	  <dc:subject>EE1.6 Only, HowTo, Videos,</dc:subject>
	  <dc:date>2010-01-01T12:45:45+00:00</dc:date>
	</item>

	<item>
	  <title>HowTo Create a Sticky Post</title>
	  <link>http://eehowto.com/howto/articles/howto-create-a-sticky-post</link>
	  <guid>http://eehowto.com/howto/articles/howto-create-a-sticky-post#When:12:34:51Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>How can I make my forum topic sticky?</p>

<p><span style="color:green;"><b>Answer: </b></span>Take a look at this short video:</p>

<div><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="320" height="300" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab"> <param name="movie" value="http://scvideos.s3.amazonaws.com/VideoPlayer.swf" />	<param name="bgcolor" value="#FFFFFF" />	<param name="wmode" value="transparent" />	<param name="allowFullScreen" value="true" />	<param name="allowScriptAccess" value="always" />	<param name="flashVars" value="skin=http://scvideos.s3.amazonaws.com/SkinUnderPlayStopSeekFullVol.swf&amp;border=false&amp;source=http://scvideos.s3.amazonaws.com:80/5208924636244774.mp4&amp;color=3355596&amp;autoplay=false&amp;preload=false&amp;firstframe=&amp;forward=&amp;frame=_self&amp;size=320&amp;hyperframe=_self&amp;hyperlinktext=&amp;hyperlink=" />	<embed src="http://scvideos.s3.amazonaws.com/VideoPlayer.swf" quality="high" bgcolor="#FFFFFF"	width="320" height="300" align="middle"	allowFullScreen="true" loop="false"	allowScriptAccess="always"	wmode="transparent"	flashVars="skin=http://scvideos.s3.amazonaws.com/SkinUnderPlayStopSeekFullVol.swf&amp;border=false&amp;source=http://scvideos.s3.amazonaws.com:80/5208924636244774.mp4&amp;color=3355596&amp;autoplay=false&amp;preload=false&amp;firstframe=&amp;forward=&amp;frame=_self&amp;size=320&amp;hyperframe=_self&amp;hyperlinktext=&amp;hyperlink=" type="application/x-shockwave-flash"	pluginspage="http://www.adobe.com/go/getflashplayer">	</embed>	</object></div>]]></description> 
	  <dc:subject>HowTo, Videos, Forum,</dc:subject>
	  <dc:date>2010-01-01T12:34:51+00:00</dc:date>
	</item>

	<item>
	  <title>HowTo Determine Memory Limits</title>
	  <link>http://eehowto.com/howto/articles/howto-determine-memory-limits</link>
	  <guid>http://eehowto.com/howto/articles/howto-determine-memory-limits#When:12:30:10Z</guid>
	  <description><![CDATA[<p>Question: How can I determine how much memory is allocated to PHP?</p>

<p>Answer: If you are able to login to your EE backend, navigate to Admin >&nbsp; Utilities > PHP Info (EE 1.6.8) </p>

<p>-or-</p>

<p>Tools > Utilities > PHP Info (EE 2.x) and search for:</p>

<p><strong>memory_limit</strong></p>

<p>The value(s) displayed there are what is allocated to PHP.</p>

<p>With EE2.x I recommend setting the memory limit to at least 64M.</p>]]></description> 
	  <dc:subject>HowTo,</dc:subject>
	  <dc:date>2010-01-01T12:30:10+00:00</dc:date>
	</item>

	<item>
	  <title>HowTo Modify My Password Using PHPMyAdmin</title>
	  <link>http://eehowto.com/howto/articles/howto-modify-my-password-using-phpmyadmin</link>
	  <guid>http://eehowto.com/howto/articles/howto-modify-my-password-using-phpmyadmin#When:09:02:34Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>I&#8217;m unable to remember my password, and I&#8217;m not getting my Forgot Password email to get a new one. How can I figure out what my password is?</p>

<p><span style="color:green;"><b>Answer: </b></span>Passwords are encrypted using SHA1, so you&#8217;ll need to replace your password with a known SHA1&#8217;d password.</p>

<p>In this case, I use the password of password, which is set to:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8&nbsp;</span>
</span>
</code></div>

<p>Using a MySQL tool such as PHPMyAdmin (or something similar) replace the value of password with the text string listed above.</p>

<p><span style="color:red;"><b>NOTE:</b></span> Once you log into the EE backend, make sure to change your password to something else.</p>]]></description> 
	  <dc:subject>HowTo, Note to Self,</dc:subject>
	  <dc:date>2010-01-01T09:02:34+00:00</dc:date>
	</item>

	<item>
	  <title>HowTo Change Membership Preferences to use Default instead of Agile</title>
	  <link>http://eehowto.com/howto/articles/howto-change-membership-prefs</link>
	  <guid>http://eehowto.com/howto/articles/howto-change-membership-prefs#When:13:25:52Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>How can I change the Membership preferences to use Default instead of Agile?</p>

<p><span style="color:green;"><b>Answer: </b></span>Log into your control panel backend and browse to CP Home > Members > Membership Preferences > General Configuration</p>

<p>and set Default Member Profile Theme to Default.</p>]]></description> 
	  <dc:subject>EE2.x Only, HowTo, Note to Self,</dc:subject>
	  <dc:date>2009-12-31T13:25:52+00:00</dc:date>
	</item>

	<item>
	  <title>HowTo Add an Edit This Link in EE2</title>
	  <link>http://eehowto.com/howto/articles/howto-add-an-edit-this-link-in-ee2</link>
	  <guid>http://eehowto.com/howto/articles/howto-add-an-edit-this-link-in-ee2#When:11:57:17Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>How can I add an Edit This Link in EE2?</p>

<p><span style="color:green;"><b>Answer: </b></span>You can use the following snippet:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&#123;if&nbsp;author_id&nbsp;</span><span style="color: #007700">==&nbsp;</span><span style="color: #0000BB">logged_in_member_id&nbsp;</span><span style="color: #007700">OR&nbsp;</span><span style="color: #0000BB">logged_in_group_id&nbsp;</span><span style="color: #007700">==&nbsp;</span><span style="color: #DD0000">"1"</span><span style="color: #0000BB">&#125;</span><span style="color: #007700">&amp;</span><span style="color: #0000BB">bull</span><span style="color: #007700">;<br />&nbsp;&lt;</span><span style="color: #0000BB">a&nbsp;href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;cp_url&#125;?S=0&amp;D=cp&amp;C=content_publish&amp;M=entry_form&amp;channel_id=&#123;channel_id&#125;&amp;entry_id=&#123;entry_id&#125;"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Edit&nbsp;This</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">a</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">if&#125;&nbsp;</span>
</span>
</code></div>

<p><span style="color:red;">NOTE: </span> Make sure you have your <b>Control Panel Session Type</b> is set to Cookies Only. You may also want to make sure you set a <b>Cookie Domain</b>.</p>]]></description> 
	  <dc:subject>EE2.x Only, HowTo, Note to Self,</dc:subject>
	  <dc:date>2009-12-31T11:57:17+00:00</dc:date>
	</item>

	<item>
	  <title>Increase PHP Memory Limit on MAMP Pro</title>
	  <link>http://eehowto.com/howto/articles/increase-php-memory-limit-on-mamp-pro</link>
	  <guid>http://eehowto.com/howto/articles/increase-php-memory-limit-on-mamp-pro#When:15:05:23Z</guid>
	  <description><![CDATA[<p>By default PHP has either 8MB (for PHP4) or 16MB (for PHP5) of memory on MAMP PRO (version 1.8.2). 16MB is certainly enough to run a basic install of ExpressionEngine but advanced image manipulation or use of the IP to Nation module will require more.</p>

<p>In MAMP PRO go to the File > Edit Template menu and then select the version of PHP you are working with. This will open the php.ini file in an editor window. Scroll down to find or search for ‘memory_limit’. This will be under the ‘Resource Limits’ heading on about line 230. It will look something like this (for PHP5):</p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">memory_limit&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">16M</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">Maximum&nbsp;amount&nbsp;of&nbsp;memory&nbsp;a&nbsp;script&nbsp;may&nbsp;consume&nbsp;</span>
</span>
</code></div>

<p>To change the limit to 32MB we can edit it like this:</p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">memory_limit&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">32M</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">Maximum&nbsp;amount&nbsp;of&nbsp;memory&nbsp;a&nbsp;script&nbsp;may&nbsp;consume&nbsp;</span>
</span>
</code></div>

<p>Select File > Save. Now you will have to restart the server for the change to take place.</p>]]></description> 
	  <dc:subject>HowTo,</dc:subject>
	  <dc:date>2009-12-30T15:05:23+00:00</dc:date>
	</item>

	<item>
	  <title>EE2 Video: Cookies Only</title>
	  <link>http://eehowto.com/howto/articles/ee2-video-cookies-only</link>
	  <guid>http://eehowto.com/howto/articles/ee2-video-cookies-only#When:11:09:41Z</guid>
	  <description><![CDATA[<p>Setting your control panel to use Cookies Only.</p>]]></description> 
	  <dc:subject>EE2.x Only, Videos,</dc:subject>
	  <dc:date>2009-12-22T11:09:41+00:00</dc:date>
	</item>

	<item>
	  <title>Code to Display Wiki Entry</title>
	  <link>http://eehowto.com/howto/articles/code-to-display-wiki-entry</link>
	  <guid>http://eehowto.com/howto/articles/code-to-display-wiki-entry#When:10:49:12Z</guid>
	  <description><![CDATA[<p>Question: What code do I use to display a wiki?</p>

<p>Answer: Use the following code in a template.</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">wiki&nbsp;base_path</span><span style="color: #007700">=</span><span style="color: #DD0000">"wiki/index"&nbsp;</span><span style="color: #0000BB">wiki</span><span style="color: #007700">=</span><span style="color: #DD0000">"default_wiki"&nbsp;</span><span style="color: #0000BB">theme</span><span style="color: #007700">=</span><span style="color: #DD0000">"default"</span><span style="color: #0000BB">&#125;&nbsp;</span>
</span>
</code></div>

<p>Replace the value of wiki= to your actual wiki name. The default name of the wiki is default_wiki.</p>]]></description> 
	  <dc:subject>HowTo, Note to Self, Wiki,</dc:subject>
	  <dc:date>2009-12-14T10:49:12+00:00</dc:date>
	</item>

	<item>
	  <title>Using Deeploy Helper to Modify System Paths</title>
	  <link>http://eehowto.com/howto/articles/using-deeploy-helper-to-modify-system-paths1</link>
	  <guid>http://eehowto.com/howto/articles/using-deeploy-helper-to-modify-system-paths1#When:12:10:41Z</guid>
	  <description><![CDATA[<p>One way of updating those pesky paths is by using the third party addon <a href="http://www.hopstudios.com/software/deeploy_helper/">Deeploy Helper</a> from HopStudios.</p>

<p>NOTE: This add-on is for EE 1.6.x only. There is no anticipated date for upgrade to 2.0.</p>]]></description> 
	  <dc:subject>3rd Party, EE1.6 Only,</dc:subject>
	  <dc:date>2009-12-13T12:10:41+00:00</dc:date>
	</item>

	<item>
	  <title>Snippets Documentation</title>
	  <link>http://eehowto.com/howto/articles/snippets-documentation</link>
	  <guid>http://eehowto.com/howto/articles/snippets-documentation#When:13:02:54Z</guid>
	  <description><![CDATA[<p>One of the new features of EE 2.x are Snippets.</p>

<p><a href="http://expressionengine.com/public_beta/docs/templates/globals/snippets.html">EEDocs: Snippets</a></p>]]></description> 
	  <dc:subject>EE2.x Only, Note to Self,</dc:subject>
	  <dc:date>2009-12-08T13:02:54+00:00</dc:date>
	</item>

	<item>
	  <title>HowTo Disable Extensions with EE 2.0</title>
	  <link>http://eehowto.com/howto/articles/howto-disable-extensions-with-ee-2.0</link>
	  <guid>http://eehowto.com/howto/articles/howto-disable-extensions-with-ee-2.0#When:09:32:36Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>How can I disable my extensions globally in EE 2.0?</p>

<p><span style="color:green;"><b>Answer: </b></span>View the movie displayed below.</p>

]]></description> 
	  <dc:subject>Videos,</dc:subject>
	  <dc:date>2009-12-06T09:32:36+00:00</dc:date>
	</item>

	<item>
	  <title>Where can I find the Change Log for EE2?</title>
	  <link>http://eehowto.com/howto/articles/where-can-i-find-the-change-log-for-ee2</link>
	  <guid>http://eehowto.com/howto/articles/where-can-i-find-the-change-log-for-ee2#When:09:14:09Z</guid>
	  <description><![CDATA[<p>You can find the change log for EE2.02 PB <a href="http://expressionengine.com/public_beta/docs/changelog.html">EEDocs: Change Log</a></p>]]></description> 
	  <dc:subject>Builds and Updates,</dc:subject>
	  <dc:date>2009-12-06T09:14:09+00:00</dc:date>
	</item>

	<item>
	  <title>Troubleshooting CP Login Issues with EE 1.6.x</title>
	  <link>http://eehowto.com/howto/articles/troubleshooting-cp-login-issues-with-ee-1.6.x</link>
	  <guid>http://eehowto.com/howto/articles/troubleshooting-cp-login-issues-with-ee-1.6.x#When:10:43:17Z</guid>
	  <description><![CDATA[<p>Question: I&#8217;m having problems logging into my EE 1.6.x control panel. Are there any config.php settings I can change to help troubleshoot the problem?</p>

<p>Try adding/modifying the following:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">$conf&#91;</span><span style="color: #DD0000">'secure_forms'</span><span style="color: #0000BB">&#93;&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"n"</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">$conf&#91;</span><span style="color: #DD0000">'cookie_domain'</span><span style="color: #0000BB">&#93;&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">".example.com"</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">$conf&#91;</span><span style="color: #DD0000">'cookie_path'</span><span style="color: #0000BB">&#93;&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">""</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">$conf&#91;</span><span style="color: #DD0000">'cookie_prefix'</span><span style="color: #0000BB">&#93;&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">""</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">$conf&#91;</span><span style="color: #DD0000">'admin_session_type'</span><span style="color: #0000BB">&#93;&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"c"</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">$conf&#91;</span><span style="color: #DD0000">'require_ip_for_login'</span><span style="color: #0000BB">&#93;&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"n"</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">$conf&#91;</span><span style="color: #DD0000">'require_ip_for_posting'</span><span style="color: #0000BB">&#93;&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"n"</span><span style="color: #007700">;&nbsp;</span>
</span>
</code></div>

<p>You may also need to set admin_session_type to s instead of c. (Sessions only instead of Cookies Only.)<br />
Replace .example.com with the real name of your domain.</p>]]></description> 
	  <dc:subject></dc:subject>
	  <dc:date>2009-12-05T10:43:17+00:00</dc:date>
	</item>

	<item>
	  <title>HowTo Disable Extensions Within Config.php</title>
	  <link>http://eehowto.com/howto/articles/howto-disable-extensions-within-config.php</link>
	  <guid>http://eehowto.com/howto/articles/howto-disable-extensions-within-config.php#When:10:29:05Z</guid>
	  <description><![CDATA[Question: I can't get into my ExpressionEngine control panel. How can I disable extensions if I can't login?<br />
<br />
Answer: You can edit your config.php file, and set the following to n.<br />
<br />
<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">$conf&#91;</span><span style="color: #DD0000">'allow_extensions'</span><span style="color: #0000BB">&#93;&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"n"&nbsp;</span>
</span>
</code></div>]]></description> 
	  <dc:subject>HowTo,</dc:subject>
	  <dc:date>2009-12-05T10:29:05+00:00</dc:date>
	</item>

	<item>
	  <title>Location of the Server Wizard (EE 1.6.x)</title>
	  <link>http://eehowto.com/howto/articles/location-of-the-server-wizard</link>
	  <guid>http://eehowto.com/howto/articles/location-of-the-server-wizard#When:06:57:37Z</guid>
	  <description><![CDATA[<p><span style="color:red;"><b>Question: </b></span>Where can I find the server wizard for EE1.x to tell if I can run EE correctly?</p>

<p><span style="color:green;"><b>Answer: </b></span>Look for: <a href="http://expressionengine.com/legacy_docs/requirements.html">EEDocs: Server Wizard to find the server wizard</a>.</p>

]]></description> 
	  <dc:subject>EE1.6 Only,</dc:subject>
	  <dc:date>2009-12-05T06:57:37+00:00</dc:date>
	</item>

	<item>
	  <title>HowTo Filter Out Entries in CP Based on Author</title>
	  <link>http://eehowto.com/howto/articles/howto-filter-out-entries-in-cp-based-on-author</link>
	  <guid>http://eehowto.com/howto/articles/howto-filter-out-entries-in-cp-based-on-author#When:04:34:57Z</guid>
	  <description><![CDATA[<span style="color:red;"><b>Question: </b></span>Is there a way I can set the control panel back end of EE 1.6.x to filter entries based on author?<br />
<br />
<span style="color:green;"><b>Answer: </b></span>Yes, there is a first party extension which you can find here: <a href="http://expressionengine.com/downloads/details/filter_by_author/">Filter by Author</a>.]]></description> 
	  <dc:subject>EE1.6 Only, HowTo,</dc:subject>
	  <dc:date>2009-12-05T04:34:57+00:00</dc:date>
	</item>

	<item>
	  <title>Current Version</title>
	  <link>http://eehowto.com/howto/articles/current-version</link>
	  <guid>http://eehowto.com/howto/articles/current-version#When:03:19:38Z</guid>
	  <description><![CDATA[<p>The most current build/version of ExpressionEngine is 2.13 with a build date of 20101220.</p>

<p>The most current build/version of ExpressionEngine 1.70 is 20101018.</p>]]></description> 
	  <dc:subject>Builds and Updates,</dc:subject>
	  <dc:date>2009-12-05T03:19:38+00:00</dc:date>
	</item>

	<item>
	  <title>Reverting to 1.6.8 Install after Installing 2.0</title>
	  <link>http://eehowto.com/howto/articles/reverting-to-1.6.8-install-after-installing-2.0</link>
	  <guid>http://eehowto.com/howto/articles/reverting-to-1.6.8-install-after-installing-2.0#When:07:44:32Z</guid>
	  <description><![CDATA[<span style="color:red;"><b>Question: </b></span>Can I go back to EE 1.6.8 if I don't like EE 2.0?<br />
<br />
<span style="color:green;"><b>Answer: </b></span>Not easily. ExpressionEngine makes significant changes to the MySQL database.]]></description> 
	  <dc:subject>FAQs, Hoping &amp; Wishing,</dc:subject>
	  <dc:date>2009-12-04T07:44:32+00:00</dc:date>
	</item>

	
	</channel>
</rss>
