<?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>ExpressionEngine Wiki</title>
    <link>http://expressionengine.com/wiki/</link>
    <description>ExpressionEngine Wiki</description>
    <dc:language>en</dc:language>
    <dc:creator>support@expressionengine.com</dc:creator>
    <dc:rights>Copyright 2007</dc:rights>
    <dc:date>2010-03-16T17:53:27-06:00</dc:date>
    <admin:generatorAgent rdf:resource="http://www.pmachine.com/" />
    

    <item>
      <title>Recent Comments List for Paginated Comments</title>
      <link>http://expressionengine.com/wiki/Recent_Comments_List_for_Paginated_Comments/</link>
      <guid>http://expressionengine.com/wiki/Recent_Comments_List_for_Paginated_Comments/</guid>
      <description><![CDATA[<p>This permits a list of recent comments to link to the correct page, when comment pagination is being used.</p>

<p>&nbsp;  &nbsp;   </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">comment</span><span style="color: #007700">:</span><span style="color: #0000BB">entries sort</span><span style="color: #007700">=</span><span style="color: #DD0000">"desc" </span><span style="color: #0000BB">orderby</span><span style="color: #007700">=</span><span style="color: #DD0000">"date" </span><span style="color: #0000BB">limit</span><span style="color: #007700">=</span><span style="color: #DD0000">"10" </span><span style="color: #0000BB">dynamic</span><span style="color: #007700">=</span><span style="color: #DD0000">"off"</span><span style="color: #0000BB">&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&amp;</span><span style="color: #0000BB">nbsp</span><span style="color: #007700">;&amp;</span><span style="color: #0000BB">nbsp</span><span style="color: #007700">;&amp;</span><span style="color: #0000BB">nbsp</span><span style="color: #007700">; </span><span style="color: #0000BB">&#123;url_or_email_as_author&#125; on </span><span style="color: #007700">&lt;</span><span style="color: #0000BB">i</span><span style="color: #007700">&gt;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&lt;?php<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$PaginatorPage </span><span style="color: #007700">= </span><span style="color: #DD0000">""</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$query </span><span style="color: #007700">= </span><span style="color: #0000BB">mysql_query</span><span style="color: #007700">(</span><span style="color: #DD0000">"SELECT comment_id FROM exp_comments WHERE entry_id = &#123;entry_id&#125;"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$comment_total </span><span style="color: #007700">= </span><span style="color: #0000BB">mysql_num_rows</span><span style="color: #007700">(</span><span style="color: #0000BB">$query</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (</span><span style="color: #0000BB">$comment_total </span><span style="color: #007700">&gt; </span><span style="color: #0000BB">200</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$PaginatorPage </span><span style="color: #007700">= </span><span style="color: #DD0000">"/P" </span><span style="color: #007700">. (</span><span style="color: #0000BB">floor</span><span style="color: #007700">(</span><span style="color: #0000BB">$comment_total </span><span style="color: #007700">/ </span><span style="color: #0000BB">200</span><span style="color: #007700">) * </span><span style="color: #0000BB">200</span><span style="color: #007700">);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">?&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;comment_url_title_auto_path&#125;&lt;?= $PaginatorPage ?&gt;#&#123;comment_id&#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;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">i</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">center</span><span style="color: #007700">&gt;&amp;</span><span style="color: #0000BB">mdash</span><span style="color: #007700">;&amp;</span><span style="color: #0000BB">mdash</span><span style="color: #007700">;&amp;</span><span style="color: #0000BB">mdash</span><span style="color: #007700">;&lt;/</span><span style="color: #0000BB">center</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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">comment</span><span style="color: #007700">:</span><span style="color: #0000BB">entries&#125; </span>
</span>
</code></div>

<p>I have PHP parsing stage set to “output” in the template preferences for this template. On the comments page, where the actual comments are displayed, I have:</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">comment</span><span style="color: #007700">:</span><span style="color: #0000BB">entries limit</span><span style="color: #007700">= </span><span style="color: #DD0000">"200" </span><span style="color: #0000BB">paginate</span><span style="color: #007700">=</span><span style="color: #DD0000">"both"</span><span style="color: #0000BB">&#125; </span>
</span>
</code></div>

<p>...matching the “200” in the recent comments list.
</p>]]></description>
      <dc:subject>Recent Comments List for Paginated Comments</dc:subject>
      <dc:date>2010-03-16T17:53:27-06:00</dc:date>
    </item>

    <item>
      <title>HowTo Turn on Error Reporting</title>
      <link>http://expressionengine.com/wiki/HowTo_Turn_on_Error_Reporting/</link>
      <guid>http://expressionengine.com/wiki/HowTo_Turn_on_Error_Reporting/</guid>
      <description><![CDATA[<h3 id='Question:'>Question:</h3><p>
I&#8217;m trying to turn on error reporting in EE 1.6.8, how do I do that?</p>

<h3 id='Answer:'>Answer:</h3>

<p>The first thing you need to make sure of is that PHP supports display_errors turned on.</p>

<p>Visit Admin  ›&nbsp; Utilities  ›&nbsp; PHP Info and ensure that display_errors is On.</p>

<p>NOTE: If your host has disabled the PHP &#8216;display_errors&#8217; directive, you will need to ask them to enable it, or if the server allows scripts to override the setting, you can add the following to your index.php file:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">ini_set</span><span style="color: #007700">(</span><span style="color: #DD0000">'display_errors'</span><span style="color: #007700">, </span><span style="color: #0000BB">1</span><span style="color: #007700">); </span>
</span>
</code></div>

<p>Next, edit the /system/index.php file, and change the value of</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #DD0000">"error_reporting(0);" </span>
</span>
</code></div>

<p>to
</p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #DD0000">"error_reporting(E_ALL);" </span>
</span>
</code></div>

<p>Then visit Admin  ›&nbsp; System Preferences  ›&nbsp; Output and Debugging Preferences and set Debug Preference to 1. PHP/SQL error messages show only to Super Admins.</p>

<p>View the front end of your site to see what sort of errors show up.</p>

<p>Additional Note: If you cannot access the Control Panel due to errors on the site or templates not rendering, you can change the system/config.php $conf[&#8216;debug&#8217;] value to 2 temporarily which will show PHP errors to everyone.&nbsp; Remember to change this back to 0 or 1 when you&#8217;ve resolved your issues.</p>

<p><a href="http://expressionengine.com/wiki/Category:Troubleshooting/" title="Category:Troubleshooting">Category:Troubleshooting</a> <br />
<a href="http://expressionengine.com/wiki/Category:HowTo/" title="Category:HowTo">Category:HowTo</a>
</p>]]></description>
      <dc:subject>HowTo Turn on Error Reporting</dc:subject>
      <dc:date>2010-03-15T13:05:46-06:00</dc:date>
    </item>

    <item>
      <title>Useful Sites</title>
      <link>http://expressionengine.com/wiki/Useful_Sites/</link>
      <guid>http://expressionengine.com/wiki/Useful_Sites/</guid>
      <description><![CDATA[<p><strong>Table of Contents</strong></p>
<ul id='toc' title='Table of Contents'>
	<li><a href='#Official_Support'>Official Support</a></li>
	<li><a href='#For_Hire'>For Hire</a></li>
	<li><a href='#Tips_Tricks'>Tips &amp; Tricks</a></li>
	<li><a href='#Templates_Design'>Templates &amp; Design</a></li>
	<li><a href='#Plugins_Modules'>Plugins &amp; Modules</a></li>
	<li><a href='#Hacks'>Hacks</a></li>
	<li><a href='#Community'>Community</a></li>
</ul>
<hr />


<h3 id='Official_Support'>Official Support</h3><p> </p>

<p>*<a href="http://expressionengine.com/docs/">User Guide</a> <br />
*<a href="http://expressionengine.com/forums/">Support Forums</a> <br />
*<a href="http://expressionengine.com/knowledge_base/">Knowledge Base</a> </p>

<h3 id='For_Hire'>For Hire</h3>

<p>*<a href="http://expressionengine.com/professionals/">Professionals Network</a></p>

<p>
</p><h3 id='Tips_Tricks'>Tips &amp; Tricks</h3><p> </p>

<p>*<a href="http://www.eehowto.com">EEHowTo</a><br />
*<a href="http://www.soveryposh.com/x/blog/categories/C253/">So Very Posh - ExpressionEngine</a> - Also has some plugins. <br />
*<a href="http://textsnippets.com/tags/expressionengine">EE at TextSnippets</a> <br />
*<a href="http://www.5pieces.com/blog/category/expressionengine/">5pieces.com Tutorials</a><br />
*<a href="http://train-ee.com/">Boyink.com Tutorials</a></p>

<h3 id='Templates_Design'>Templates &amp; Design</h3><p> </p>

<p>*<a href="http://www.eedesign.org">ExpressionEngine Design</a> </p>

<h3 id='Plugins_Modules'>Plugins &amp; Modules</h3><p> </p>

<p>*<a href="http://expressionengine.com/downloads/addons/">EllisLab Addon Library</a> </p>

<p>
*<a href="http://expressionengine.com/wiki/Modules/" title="Modules">Modules</a> </p>

<h3 id='Hacks'>Hacks</h3><p> </p>

<h3 id='Community'>Community</h3><p> <br />
*<a href="http://webspacehosting.com">web hosting</a><br />
*<a href="http://www.schoolofinteriordesign.org/interior-design-online/index.php"> Interior Design Online</a>]<br />
*<a href="http://www.seozip.com">seo services company</a> <br />
*<a href="http://www.traveliota.com">vacations</a><br />
*<a href="http://www.webhostingjack.in/">web hosting india</a><br />
*<a href="http://www.ekjodi.com">matrimony</a>&nbsp; <br />
*<a href="http://www.ebusinesssubmit.com/services/social-bookmarking-submission.html">Social Bookmarking Submission</a>&nbsp; <br />
*<a href="http://www.ebusinesssubmit.com/services/blog-posting-service.html">Blog Posting Service</a>&nbsp; <br />
*<a href="http://www.ebusinesssubmit.com">Link Building Service</a>&nbsp; <br />
*<a href="http://www.accath.com/">ACCESSORIES AND THINGS</a>&nbsp; <br />
<a href="http://expressionengine.com/wiki/Category:Offsite_Help_and_Tutorials/" title="Category:Offsite_Help_and_Tutorials">Category:Offsite Help and Tutorials</a>
</p>]]></description>
      <dc:subject>Useful Sites</dc:subject>
      <dc:date>2010-03-12T12:22:37-06:00</dc:date>
    </item>

    <item>
      <title>Category:Exporting</title>
      <link>http://expressionengine.com/wiki/Category:Exporting/</link>
      <guid>http://expressionengine.com/wiki/Category:Exporting/</guid>
      <description><![CDATA[<p>Information on exporting entries from EE.
</p>]]></description>
      <dc:subject>Category:Exporting</dc:subject>
      <dc:date>2010-03-06T13:12:32-06:00</dc:date>
    </item>

    <item>
      <title>Running Multiple Domains or Subdomains or Subsites</title>
      <link>http://expressionengine.com/wiki/Running_Multiple_Domains_or_Subdomains_or_Subsites/</link>
      <guid>http://expressionengine.com/wiki/Running_Multiple_Domains_or_Subdomains_or_Subsites/</guid>
      <description><![CDATA[<p><span class="alert">Please Note: This is the &#8220;classic&#8221; method for running multiple sites and sub-domains and is community supported. If you want to run the officially support method for multiple Sites from a single installation of ExpressionEnigne, consider <a href="http://expressionengine.com/downloads/details/multiple_site_manager/">the Multiple Site Manager</a> as it has numerous benefits over this technique.<br />
</span></p>

<p>If all you want to do is create <b>a simple &#8220;alternate&#8221; version of your site</b>, this post might interest you:<br />
<a href="http://erskinelabs.com/post/create-an-alternative-version-of-your-expressionengine-website/">http://erskinelabs.com/post/create-an-alternative-version-of-your-expressionengine-website/</a></p>

<p>It is possible to run ExpressionEngine so that content can be accessed from more than one location. This is often desired if you want to put different content on different subdomains or simply otherwise want to access your content through more than one location.<br />
In order to allow this, you simply need to follow a few steps:</p>

<h3 id='Copy_index.php_and_path.php'>Copy index.php and path.php</h3>

<p>You must place a copy of the main site path.php and index.php (the ones from your main directory, not from the system directory) files into the directory from which you wish to access ExpressionEngine.<br />
The directory you specify must be able to have files within it be able to access your main installation system directory. You should ensure you don&#8217;t have any &#8220;open_basedir&#8221; or other restrictions in place which could prevent this.<br />
If you want, you may rename the index.php file as described on the <a href="http://expressionengine.com/docs/installation/renaming_index.html">Renaming Main Site File</a> page.</p>

<h3 id='Edit_path.php'>Edit path.php</h3>

<p>Once you&#8217;ve copied the files, you must open path.php to edit it.</p>

<h4 id='system_path'>$system_path</h4>

<p>First, you must ensure that the $system_path variable is set correctly within the file. The variable should contain a relative path from the current directory (in which the path.php file resides) to your site&#8217;s system directory. For instance:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">$system_path </span><span style="color: #007700">= </span><span style="color: #DD0000">"../system/"</span><span style="color: #007700">; </span>
</span>
</code></div>

<h4 id='Add_New_Variables'>Add New Variables</h4>

<p>Second, you must add several new variables to the file:
</p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">$template_group </span><span style="color: #007700">= </span><span style="color: #DD0000">"template_group_name"</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">$template </span><span style="color: #007700">= </span><span style="color: #DD0000">"template_name"</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">$site_url </span><span style="color: #007700">= </span><span style="color: #DD0000">"http://www.example.com/subdirectory/"</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">$site_index </span><span style="color: #007700">= </span><span style="color: #DD0000">"index.php"</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">$site_404 </span><span style="color: #007700">= </span><span style="color: #DD0000">"template_group_name/template_name"</span><span style="color: #007700">; </span>
</span>
</code></div><p>
The variables are:</p>

<p><b>$template_group</b> The name of the Template Group you want to be shown by default.<br />
<b>$template</b> The name of the Template that you want to be shown by default.<br />
<b>$site_url</b> The full URL to the current directory in which this path.php file resides.<br />
<b>$site_index</b> This is an optional variable that will let you indicate the name of the index file if you change the name of index.php to something else.<br />
<b>$site_404</b> This is an optional variable that will allow you to set a specific Template to display as a 404 page for your subsite. This will override the general site setting for this subsite.</p>

<h3 id='Optional_Variables'>Optional Variables</h3>

<p>You may specify a PHP array containing &#8220;global variables&#8221; that will be available only to Templates accessed through that path.php file.
</p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">$global_vars </span><span style="color: #007700">= array(); </span><span style="color: #FF8000">// This array must be associative </span>
</span>
</code></div><p>
For instance, let&#8217;s say you want to define a weblog name and a Template Group name. You could use this:
</p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">$global_vars </span><span style="color: #007700">= array(<br /></span><span style="color: #DD0000">"my_weblog" </span><span style="color: #007700">=&gt; </span><span style="color: #DD0000">"news"</span><span style="color: #007700">,<br /></span><span style="color: #DD0000">"my_template_group" </span><span style="color: #007700">=&gt; </span><span style="color: #DD0000">"display"<br /></span><span style="color: #007700">); </span><span style="color: #FF8000">// Last entry must not include the comma at the end </span>
</span>
</code></div>

<p>Within your Templates, you would then be able to use the <span style="color:blue;">&#123;my_weblog&#125;</span> and <span style="color:blue;">&#123;my_template_group&#125;</span> variables.</p>

<h3 id='Successful_index.php_hiding'>Successful index.php hiding</h3>

<p>This is a common practice, if not an official one.&nbsp; The result is not seeing &#8216;index.php&#8217; anywhere in your urls, provided you make the arrangements properly.</p>

<p>A warning should be given which respects the official position, that if you make a mistake in the setup for removing index.php, the results can be quite confusing to troubleshoot.&nbsp; If you have that problem using the instructions, simply delete or rename all new .htaccess files you have constructed, and prior operation of your site should resume.&nbsp; </p>

<p>With that caveat and fixup out of the way, let&#8217;s see a way index.php removal can be done, including smooth operation on subdomains.</p>

<p>The actual method you choose for hiding should come from here, as the ins and outs are discussed:&nbsp; <a href="http://expressionengine.com/wiki/Remove_index.php_From_URLs/" title="Remove_index.php_From_URLs">Remove index.php From URLs</a>.&nbsp; </p>

<p>Probably the first method described in the removal article is best, especially if you are concerned about <a href="http://www.seop.com/search-engine-optimization/">search engine optimization</a> (SEO), as discussed with the second.</p>

<p>The result of each of the methods is that you will have an .htaccess file added, or lines added to the one you already have, for a basic EE site.</p>

<p>The trick to make index.php hiding work smoothly with multiple or subdomains is to also have an .htaccess file with the same index.php hiding rules in each of your new multiple or subdomain root folders, where the copied index.php and modified path.php are.</p>

<p>If you already prefer another index.php removal method on your main site, you can try replicating those rules into your new site&#8217;s .htaccess instead, and see if they will do the job as well.</p>

<p>...</p>

<p>&nbsp;</p>

<p>
<a href="http://expressionengine.com/wiki/Category:Tricks/" title="Category:Tricks">Category:Tricks</a>
</p>]]></description>
      <dc:subject>Running Multiple Domains or Subdomains or Subsites</dc:subject>
      <dc:date>2010-03-05T02:42:05-06:00</dc:date>
    </item>

    <item>
      <title>HowTo Use PHPMyAdmin to Change My Password</title>
      <link>http://expressionengine.com/wiki/HowTo_Use_PHPMyAdmin_to_Change_My_Password/</link>
      <guid>http://expressionengine.com/wiki/HowTo_Use_PHPMyAdmin_to_Change_My_Password/</guid>
      <description><![CDATA[<h3 id='Question:'>Question:</h3><p>
I’m unable to get into my ExpressionEngine backend, and I’m not receiving my password reset email. Can I edit my password via PHPMyAdmin?</p>

<h3 id='Answer:'>Answer:</h3><p>
You can, but you need to keep in mind that your password is not stored as ascii text, but as a SHA1 encrypted password. However, you can use the following code which is for the password called “password”:<br />
5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8</p>

<p>
<a href="http://expressionengine.com/wiki/Category:HowTo/" title="Category:HowTo">Category:HowTo</a>
</p>]]></description>
      <dc:subject>HowTo Use PHPMyAdmin to Change My Password</dc:subject>
      <dc:date>2010-03-04T16:24:13-06:00</dc:date>
    </item>

    <item>
      <title>HowTo Install Plugins in EE2</title>
      <link>http://expressionengine.com/wiki/HowTo_Install_Plugins_in_EE2/</link>
      <guid>http://expressionengine.com/wiki/HowTo_Install_Plugins_in_EE2/</guid>
      <description><![CDATA[<h3 id='Question:'>Question:</h3><p>
How do I install plugins in EE 2.0PB? Can I just install them from the Plugins page?</p>

<h3 id='Answer:'>Answer:</h3>

<p>Right now, the items linked in the right column are 1.x addons only. You&#8217;ll need to download first party plugins from <a href="http://expressionengine.com/public_beta/downloads/">EE Public Beta Downloads</a> or the site of third-party developers.</p>

<p>To actually install the plugin(s), upload the whole folder to your /system/expressionengine/third_party folder.</p>

<p><span style="color:red;">NOTE: Don&#8217;t put them in the /system/expressionengine/plugins folder.</span></p>

<p>
<a href="http://expressionengine.com/wiki/Category:HowTo/" title="Category:HowTo">Category:HowTo</a>
</p>]]></description>
      <dc:subject>HowTo Install Plugins in EE2</dc:subject>
      <dc:date>2010-03-04T16:23:02-06:00</dc:date>
    </item>

    <item>
      <title>HowTo Check Which Version of Zend is Installed</title>
      <link>http://expressionengine.com/wiki/HowTo_Check_Which_Version_of_Zend_is_Installed/</link>
      <guid>http://expressionengine.com/wiki/HowTo_Check_Which_Version_of_Zend_is_Installed/</guid>
      <description><![CDATA[<h3 id='Question:'>Question:</h3><p>
How can I check whether or not Zend Optimizer is installed, and which version it is?</p>

<h3 id='Answer:'>Answer:</h3>

<p>Create a zendcheck.php file with the following code in it:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&lt;?php<br /><br /></span><span style="color: #007700">if ( ! </span><span style="color: #0000BB">function_exists</span><span style="color: #007700">(</span><span style="color: #DD0000">'zend_optimizer_version'</span><span style="color: #007700">))<br /></span><span style="color: #0000BB">&#123;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">echo </span><span style="color: #DD0000">'Install Zend Optimizer'</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">&#125;<br /></span><span style="color: #007700">else<br /></span><span style="color: #0000BB">&#123;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">echo </span><span style="color: #DD0000">'Zend Optimizer version: '</span><span style="color: #007700">.</span><span style="color: #0000BB">zend_optimizer_version</span><span style="color: #007700">();<br /></span><span style="color: #0000BB">&#125;<br />?&gt; </span>
</span>
</code></div>

<p>FTP the zendcheck.php file to your server, and open in your browser.</p>

<p>If Zend Optimizer has been installed correctly, it is also mentioned in the output of phpinfo().</p>

<p>
<a href="http://expressionengine.com/wiki/Category:HowTo/" title="Category:HowTo">Category:HowTo</a>
</p>]]></description>
      <dc:subject>HowTo Check Which Version of Zend is Installed</dc:subject>
      <dc:date>2010-03-04T16:21:54-06:00</dc:date>
    </item>

    <item>
      <title>Where Can I Find the Server Wizard for EE2</title>
      <link>http://expressionengine.com/wiki/Where_Can_I_Find_the_Server_Wizard_for_EE2/</link>
      <guid>http://expressionengine.com/wiki/Where_Can_I_Find_the_Server_Wizard_for_EE2/</guid>
      <description><![CDATA[<h3 id='Question:'>Question:</h3><p>
Where can I find the Server Wizard for EE2?</p>

<h3 id='Answer:'>Answer:</h3><p>
You can find the link at: <a href="http://expressionengine.com/public_beta/requirements/">ExpressionEngine 2.0 Public Beta Requirements</a>
</p>]]></description>
      <dc:subject>Where Can I Find the Server Wizard for EE2</dc:subject>
      <dc:date>2010-03-04T16:20:16-06:00</dc:date>
    </item>

    <item>
      <title>Installation of iBrowser</title>
      <link>http://expressionengine.com/wiki/Installation_of_iBrowser/</link>
      <guid>http://expressionengine.com/wiki/Installation_of_iBrowser/</guid>
      <description><![CDATA[<p><a href="http://expressionengine.com/wiki/Category:Extensions::WYSIWYG/" title="Category:Extensions::WYSIWYG">Category:Extensions -&gt; WYSIWYG</a></p>

<p>How to get ibrowser working in tinymce: </p>

<p>#Download the ibrowser plugin from http://j-cons.com/downloads/ <br />
#Place it in your tinymce/jscripts/tiny_mce/plugins/ folder <br />
#Setup an image folder for EE with write permissions 755 and update the config.inc.php file in the config folder of ibrowser to mark the place of your image uploads in line 96 (example contains the standard upload folder from EE):</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">$cfg&#91;</span><span style="color: #DD0000">'ilibs'</span><span style="color: #0000BB">&#93; </span><span style="color: #007700">= array (&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;array (<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #DD0000">'value'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">=&gt; </span><span style="color: #DD0000">'/images/uploads/,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'</span><span style="color: #0000BB">text</span><span style="color: #DD0000">'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&gt; '</span><span style="color: #0000BB">Site Pictures</span><span style="color: #007700">'</span><span style="color: #0000BB">,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;),<br />&nbsp;&nbsp;&nbsp;&nbsp;); </span>
</span>
</code></div>

<p># <a href="http://aplusreports.com/custom-writing-service">custom writing service</a></p>

<p>#Make sure the following directories have <a href="http://www.superiorpapers.com/">paper writing</a> <a href="http://webspacehosting.com">hosting</a> <a href="http://www.easymud.com">auctions</a> <a href="http://www.datelot.com">match making</a> <a href="http://www.seozip.com">seo services</a><br />
&nbsp;  permission (chmod to 0755):</p>

<p>&nbsp;   ibrowser/scripts/phpThumb/cache - should there be any files already, please delete those!!!<br />
&nbsp;   ibrowser/temp</p>

<p>
#Copy the file tinyMCE.editor_plugin.js and tinyMCE.editor_plugin_src.js (or tinyMCE 2.05_editor_plugin.js and tinyMCE2.05_editor_plugin_src.js if you are using v2.05+ of tinyMCE) from the interface folder in the ibrowser folder into the main ibrowser folder and rename it to editor_plugin.js and editor_plugin_src.js</p>

<p>#In the EE control panel go to the extensions manager and select settings for the tinymce plugin.</p>

<p>Append this text to the current configuration you have to add ibrowser to the plugin list and include ibrowser as a button. Make sure the LAST entry you have for you current configuration has a comma (,) at the end or this will not work.</p>

<p>I&#8217;ve also added code to set the relative URL to false in tiny MCE, because Ibrowser will try to set a absolute URL by default (which is better for EE)</p>

<p>Basic version:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">mode </span><span style="color: #007700">: </span><span style="color: #DD0000">"textareas"</span><span style="color: #007700">,<br /></span><span style="color: #0000BB">plugins </span><span style="color: #007700">: </span><span style="color: #DD0000">"ibrowser"</span><span style="color: #007700">,<br /></span><span style="color: #0000BB">theme_advanced_buttons1</span><span style="color: #007700">: </span><span style="color: #DD0000">"pastetext, ibrowser, bold, italic, bullist, numlist, undo,redo, link, unlink, cleanup, removeformat,code"</span><span style="color: #007700">,<br /></span><span style="color: #0000BB">theme_advanced_buttons2</span><span style="color: #007700">: </span><span style="color: #DD0000">""</span><span style="color: #007700">,<br /></span><span style="color: #0000BB">theme_advanced_buttons3</span><span style="color: #007700">: </span><span style="color: #DD0000">""</span><span style="color: #007700">,<br /></span><span style="color: #0000BB">relative_urls </span><span style="color: #007700">: </span><span style="color: #0000BB">false </span>
</span>
</code></div><p> </p>

<p>
Or more advanced:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">mode </span><span style="color: #007700">: </span><span style="color: #DD0000">"textareas"</span><span style="color: #007700">,<br /></span><span style="color: #0000BB">plugins </span><span style="color: #007700">: </span><span style="color: #DD0000">"ibrowser,table,advlink,spellerpages,paste"</span><span style="color: #007700">, <br /></span><span style="color: #0000BB">theme_advanced_buttons1</span><span style="color: #007700">: </span><span style="color: #DD0000">"bold, italic, bullist, numlist, undo,redo, link, unlink, cleanup, removeformat, formatselect"</span><span style="color: #007700">, <br /></span><span style="color: #0000BB">theme_advanced_buttons2</span><span style="color: #007700">: </span><span style="color: #DD0000">"tablecontrols,outdent,indent,hr,justifyleft,justifycenter,justifyright,justifyfull,spellerpages,pastetext,pasteword,code"</span><span style="color: #007700">,<br /></span><span style="color: #0000BB">theme_advanced_buttons3</span><span style="color: #007700">: </span><span style="color: #DD0000">"ibrowser"</span><span style="color: #007700">, <br /></span><span style="color: #0000BB">relative_urls </span><span style="color: #007700">: </span><span style="color: #0000BB">false </span>
</span>
</code></div>

<p>If it doesn&#8217;t work for you make sure the last line of the <a href="http://webspacehosting.com">hosting</a> configuration before you added ibrowser ends with a comma, take the help of <a href="http://www.traveliota.com">travel guide</a>. <a href="http://www.ekjodi.com">matrimony</a>
</p>]]></description>
      <dc:subject>Installation of iBrowser</dc:subject>
      <dc:date>2010-03-04T07:36:15-06:00</dc:date>
    </item>

    
    </channel>
</rss>