<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">

    <title type="text">ExpressionEngine User Guide &#45; User Contributed Notes</title>
    <link rel="alternate" type="text/html" href="http://expressionengine.com/docs/" />
    <link rel="self" type="application/atom+xml" href="http://expressionengine.com/docs/feed" />
    <updated>2011-01-07T20:16:46Z</updated>
    <rights>Copyright (c) 2011, EE User Guide Bot</rights>
    <generator uri="http://expressionengine.com/" version="2.2.2">ExpressionEngine</generator>
    <id>tag:expressionengine.com,2011:01:07</id>


	
	<entry>
  	<title>/modules/comment/entries.html</title>
	<link rel="alternate" type="text/html" href="/docs/modules/comment/entries.html#13646" />
	<published>2011-12-05T18:57:23Z</published>
	<id>tag:expressionengine.com,2011:/modules/comment/entries.html/22.2013.13646</id>
	<updated>2011-12-05T18:57:23Z</updated>
    <author>
          <name>dominickelly</name>
    </author>
	<content type="html"><![CDATA[
        <p>If you want to get the comment posters username then try this:</p>

<p>&#123;exp:query sql=&#8220;SELECT username AS un FROM exp_members WHERE screen_name = &#8216;&#123;name&#125;&#8217;&#8221;&#125;&#123;un&#125;&#123;/exp:query&#125;</p>

<p>I had a situation where commenters require membership to comment, and have their own member profiles. There seemed to be no tag to generate the user&#8217;s username, only their screenname.</p>
      ]]></content>
	</entry>
	
	<entry>
  	<title>/general/urls.html</title>
	<link rel="alternate" type="text/html" href="/docs/general/urls.html#12825" />
	<published>2011-09-05T16:46:55Z</published>
	<id>tag:expressionengine.com,2011:/general/urls.html/22.2149.12825</id>
	<updated>2011-09-05T16:46:55Z</updated>
    <author>
          <name>At the Gates</name>
    </author>
	<content type="html"><![CDATA[
        <p>You might also be interested in my <a href="http://www.jamessmith.co.uk/articles/expressionengine_url_schematic/" rel="nofollow">ExpressionEngine URL Schematic</a>... handy for the planning stages of new builds.</p>
      ]]></content>
	</entry>
	
	<entry>
  	<title>/installation/update.html</title>
	<link rel="alternate" type="text/html" href="/docs/installation/update.html#11697" />
	<published>2011-06-18T17:47:11Z</published>
	<id>tag:expressionengine.com,2011:/installation/update.html/22.1984.11697</id>
	<updated>2011-06-18T17:47:11Z</updated>
    <author>
          <name>Narthex</name>
    </author>
	<content type="html"><![CDATA[
        <p>Why does the update folder have so many more folders and files than are mentioned above to move?&nbsp; A sentence or two about why they&#8217;re there and what level of optional they are would be helpful.</p>
      ]]></content>
	</entry>
	
	<entry>
  	<title>/modules/weblog/variables.html</title>
	<link rel="alternate" type="text/html" href="/docs/modules/weblog/variables.html#11251" />
	<published>2011-05-03T21:18:15Z</published>
	<id>tag:expressionengine.com,2011:/modules/weblog/variables.html/22.2029.11251</id>
	<updated>2011-05-03T21:18:15Z</updated>
    <author>
          <name>Peter Ripley</name>
    </author>
	<content type="html"><![CDATA[
        <p>Remember:</p>

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

<p>Shows the count only of the comments of status &#8216;open&#8217;.</p>
      ]]></content>
	</entry>
	
	<entry>
  	<title>/development/usage/language.html</title>
	<link rel="alternate" type="text/html" href="/docs/development/usage/language.html#10506" />
	<published>2011-02-12T17:30:43Z</published>
	<id>tag:expressionengine.com,2011:/development/usage/language.html/22.2132.10506</id>
	<updated>2011-02-12T17:30:43Z</updated>
    <author>
          <name>Stephen Lewis</name>
    </author>
	<content type="html"><![CDATA[
        <p>There is an error in the section entitled &#8220;Fetching a Line of Text&#8221;.</p>

<p>This is incorrect:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">$DSP</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">title&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$LANG</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">fetch_language_file&#40;</span><span style="color: #DD0000">'view_moblogs'</span><span style="color: #0000BB">&#41;</span><span style="color: #007700">;&nbsp;</span>
</span>
</code></div>

<p>This is correct:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">$DSP</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">title&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$LANG</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">line</span><span style="color: #007700">(</span><span style="color: #DD0000">'view_moblogs'</span><span style="color: #007700">);&nbsp;</span>
</span>
</code></div>
      ]]></content>
	</entry>
	
	<entry>
  	<title>/cp/admin/members_and_groups/membership_preferences.html</title>
	<link rel="alternate" type="text/html" href="/docs/cp/admin/members_and_groups/membership_preferences.html#9937" />
	<published>2010-11-29T14:23:01Z</published>
	<id>tag:expressionengine.com,2010:/cp/admin/members_and_groups/membership_preferences.html/22.2128.9937</id>
	<updated>2010-11-29T14:23:01Z</updated>
    <author>
          <name>noregt</name>
    </author>
	<content type="html"><![CDATA[
        <p>Please note that changing the profile triggering word causes an error in the member profile templates. The member trigger word is NOT updated in these templates, causing error links.</p>

<p>You can solve it by hacking the file profile_theme.php in line 190-199 (breadcrumb function), replace all “member/” instances by the new member trigger word.</p>
      ]]></content>
	</entry>
	
	<entry>
  	<title>/modules/weblog/categories.html</title>
	<link rel="alternate" type="text/html" href="/docs/modules/weblog/categories.html#9737" />
	<published>2010-10-26T06:19:39Z</published>
	<id>tag:expressionengine.com,2010:/modules/weblog/categories.html/22.1995.9737</id>
	<updated>2010-10-26T06:19:39Z</updated>
    <author>
          <name>stinhambo</name>
    </author>
	<content type="html"><![CDATA[
        <p>The Category Dropdown Menu has bugged me for a while now so please use an unobtrusive method which can be found here -</p>

<p>http://css-tricks.com/unobtrusive-page-changer/</p>
      ]]></content>
	</entry>
	
	<entry>
  	<title>/modules/weblog/conditional_variables.html</title>
	<link rel="alternate" type="text/html" href="/docs/modules/weblog/conditional_variables.html#9727" />
	<published>2010-10-25T19:42:02Z</published>
	<id>tag:expressionengine.com,2010:/modules/weblog/conditional_variables.html/22.1972.9727</id>
	<updated>2010-10-25T19:42:02Z</updated>
    <author>
          <name>Barry Parr</name>
    </author>
	<content type="html"><![CDATA[
        <p>If </p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&#123;if&nbsp;no_results&#125;&nbsp;</span>
</span>
</code></div><p> isn&#8217;t working, be sure you have a  <a href="http://http://expressionengine.com/user_guide/modules/channel/parameters.html/#par_req_entry" rel="nofollow">require_entry=&#8220;yes&#8221;</a>&nbsp; parameter in the enclosing loop.</p>
      ]]></content>
	</entry>
	
	<entry>
  	<title>/cp/templates/templates.html</title>
	<link rel="alternate" type="text/html" href="/docs/cp/templates/templates.html#9560" />
	<published>2010-10-03T23:50:14Z</published>
	<id>tag:expressionengine.com,2010:/cp/templates/templates.html/22.2147.9560</id>
	<updated>2010-10-03T23:50:14Z</updated>
    <author>
          <name>Adam George</name>
    </author>
	<content type="html"><![CDATA[
        <p>c/o <a href="http://expressionengine.com/forums/viewreply/806744/" rel="nofollow">Sue Crocker</a>:</p>

<p>[If you have templates saved as files]:</p>

<p>If you change the name of the template group within the control panel, the resulting backend folder name doesn’t change.</p>

<p>But if you resave the file, EE creates a new folder with the new template name. The old one is still there.</p>
      ]]></content>
	</entry>
	
	<entry>
  	<title>/modules/weblog/category_archive.html</title>
	<link rel="alternate" type="text/html" href="/docs/modules/weblog/category_archive.html#9520" />
	<published>2010-09-29T15:56:03Z</published>
	<id>tag:expressionengine.com,2010:/modules/weblog/category_archive.html/22.2046.9520</id>
	<updated>2010-09-29T15:56:03Z</updated>
    <author>
          <name>Michael C. (KKCJ)</name>
    </author>
	<content type="html"><![CDATA[
        <p>Unlike the exp:weblog:categories tag, when manually/programatically specifying category ID&#8217;s, this one does not require a parent category ID in order to display the children categories. Another way to think of it is that exp:weblog:categories is hierarchical, drilling down from the top, whereas exp:weblog:category_archive can go directly to a specified category.</p>
      ]]></content>
	</entry>
	
	<entry>
  	<title>/modules/weblog/entry_tracking.html</title>
	<link rel="alternate" type="text/html" href="/docs/modules/weblog/entry_tracking.html#9403" />
	<published>2010-09-15T02:29:38Z</published>
	<id>tag:expressionengine.com,2010:/modules/weblog/entry_tracking.html/22.2001.9403</id>
	<updated>2010-09-15T02:29:38Z</updated>
    <author>
          <name>Kurt Deutscher</name>
    </author>
	<content type="html"><![CDATA[
        <p>This configure.php setting may be helpful for you if you&#8217;re having difficulty getting this working.</p>

<p>$conf[&#8216;relaxed_track_views&#8217;] = &#8216;y&#8217;;</p>

<p>Try adding it to you config.php and config_bak.php files within you /system/ folder.</p>
      ]]></content>
	</entry>
	
	<entry>
  	<title>/cp/admin/utilities/movabletype_import_utility.html</title>
	<link rel="alternate" type="text/html" href="/docs/cp/admin/utilities/movabletype_import_utility.html#9124" />
	<published>2010-08-20T16:58:15Z</published>
	<id>tag:expressionengine.com,2010:/cp/admin/utilities/movabletype_import_utility.html/22.2194.9124</id>
	<updated>2010-08-20T16:58:15Z</updated>
    <author>
          <name>siffring</name>
    </author>
	<content type="html"><![CDATA[
        <p>Here are a couple tips in case you run into the same issues I did.</p>

<p>If you get an error, &#8220;Unable to Import Entries&#8221; make sure your config.php and path.php are set to chmod 666.</p>

<p>The import screen only shows fields that are textarea, text or select field types. So, if your Wygwam or other field frame field doesn&#8217;t show up in the list of available fields, switch it to a generic text or textarea field type and you should be all set.</p>
      ]]></content>
	</entry>
	
	<entry>
  	<title>/modules/weblog/parameters.html</title>
	<link rel="alternate" type="text/html" href="/docs/modules/weblog/parameters.html#8710" />
	<published>2010-08-02T22:08:57Z</published>
	<id>tag:expressionengine.com,2010:/modules/weblog/parameters.html/22.1971.8710</id>
	<updated>2010-08-02T22:08:57Z</updated>
    <author>
          <name>Todd D.</name>
    </author>
	<content type="html"><![CDATA[
        <p>For some odd reason in our testing we found that using </p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">status</span><span style="color: #007700">=</span><span style="color: #DD0000">"Not&nbsp;status|names|you|dont|want|to|see|here"&nbsp;</span>
</span>
</code></div> we had less db queries than using <div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">status</span><span style="color: #007700">=</span><span style="color: #DD0000">"status|names|you|do|want|to|see"&nbsp;</span>
</span>
</code></div><p>.<br />
Test this using</p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&#123;if&nbsp;ip_address</span><span style="color: #007700">==</span><span style="color: #DD0000">"123.456.789.101"</span><span style="color: #0000BB">&#125;&#123;total_queries&#125;&nbsp;queries&nbsp;</span><span style="color: #007700">|&nbsp;</span><span style="color: #0000BB">&#123;elapsed_time&#125;&nbsp;seconds&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">if&#125;&nbsp;</span>
</span>
</code></div><p> and enter your own ip adress. Allows for testing the queries on a live site while hiding it from the general public.</p>
      ]]></content>
	</entry>
	
	<entry>
  	<title>/modules/weblog/parameters.html</title>
	<link rel="alternate" type="text/html" href="/docs/modules/weblog/parameters.html#8287" />
	<published>2010-07-11T10:08:15Z</published>
	<id>tag:expressionengine.com,2010:/modules/weblog/parameters.html/22.1971.8287</id>
	<updated>2010-07-11T10:08:15Z</updated>
    <author>
          <name>Matt Weinberg</name>
    </author>
	<content type="html"><![CDATA[
        <p>It looks like the search: parameter can&#8217;t be used with the entry title.</p>
      ]]></content>
	</entry>
	
	<entry>
  	<title>/modules/weblog/parameters.html</title>
	<link rel="alternate" type="text/html" href="/docs/modules/weblog/parameters.html#8176" />
	<published>2010-06-28T20:20:26Z</published>
	<id>tag:expressionengine.com,2010:/modules/weblog/parameters.html/22.1971.8176</id>
	<updated>2010-06-28T20:20:26Z</updated>
    <author>
          <name>Peter Ripley</name>
    </author>
	<content type="html"><![CDATA[
        <p>The category = &#8220;not CAT_IDs&#8221; parameter will exclude entries that have ONLY the excluded categories.</p>

<p>So if an entry is assigned to two categories and your weblog call excludes one of those categories the entry will still be displayed by virtue of the other category.</p>
      ]]></content>
	</entry>
	
</feed>
