<?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>2009-09-05T15:20:11Z</updated>
    <rights>Copyright (c) 2009, EE User Guide Bot</rights>
    <generator uri="http://expressionengine.com/" version="1.6.6">ExpressionEngine</generator>
    <id>tag:expressionengine.com,2009:09:05</id>


	
	<entry>
  	<title>/modules/forum/forum_installation.html</title>
	<link rel="alternate" type="text/html" href="/docs/modules/forum/forum_installation.html#7049" />
	<published>2010-03-19T22:37:06Z</published>
	<id>tag:expressionengine.com,2010:/modules/forum/forum_installation.html/22.2054.7049</id>
	<updated>2010-03-19T22:37:06Z</updated>
    <author>
          <name>Factory Interactive</name>
    </author>
	<content type="html"><![CDATA[
        <p>Be sure that the member trigger word is set in Admin -&gt; Members &amp; Groups -&gt; Membership Preferences before trying to visit your forums after installation.
</p>
      ]]></content>
	</entry>
	
	<entry>
  	<title>/modules/member/login_form.html</title>
	<link rel="alternate" type="text/html" href="/docs/modules/member/login_form.html#7040" />
	<published>2010-03-18T18:56:41Z</published>
	<id>tag:expressionengine.com,2010:/modules/member/login_form.html/22.2038.7040</id>
	<updated>2010-03-18T18:56:41Z</updated>
    <author>
          <name>Ian Beck</name>
    </author>
	<content type="html"><![CDATA[
        <p>If you need to set a custom action (for instance, if you want to force logins to use https while the rest of the site sticks to http), you can add an action parameter to this tag by adding the following code around line 1800 of the mod.member.php file &#40;if there&#8217;s an update the line numbers change, it should immediately precede the $res = $FNS-&gt;form_declaration($data&#41;; line in the login_form function):</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #007700">if (</span><span style="color: #0000BB">$TMPL</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">fetch_param</span><span style="color: #007700">(</span><span style="color: #DD0000">'action'</span><span style="color: #007700">) !== </span><span style="color: #0000BB">FALSE</span><span style="color: #007700">)<br /></span><span style="color: #0000BB">&#123;<br />&nbsp;&nbsp;&nbsp;&nbsp;$data&#91;</span><span style="color: #DD0000">'action'</span><span style="color: #0000BB">&#93; </span><span style="color: #007700">= </span><span style="color: #0000BB">$TMPL</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">fetch_param</span><span style="color: #007700">(</span><span style="color: #DD0000">'action'</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">&#125; </span>
</span>
</code></div>

<p>After hacking that into the core file, you&#8217;ll be able to use the action parameter like this:</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">member</span><span style="color: #007700">:</span><span style="color: #0000BB">login_form action</span><span style="color: #007700">=</span><span style="color: #DD0000">"https://mydomain.com/" </span><span style="color: #007700">return=</span><span style="color: #DD0000">"&#123;segment_1&#125;/&#123;segment_2&#125;/&#123;segment_3&#125;"</span><span style="color: #0000BB">&#125; </span>
</span>
</code></div>
      ]]></content>
	</entry>
	
	<entry>
  	<title>/modules/comment/form.html</title>
	<link rel="alternate" type="text/html" href="/docs/modules/comment/form.html#7032" />
	<published>2010-03-17T20:42:42Z</published>
	<id>tag:expressionengine.com,2010:/modules/comment/form.html/22.2114.7032</id>
	<updated>2010-03-17T20:42:42Z</updated>
    <author>
          <name>Richard Frank</name>
    </author>
	<content type="html"><![CDATA[
        <p>Remember to use the site=&#8221;&#8221; parameter on the form if the associated weblog is from a different site.
</p>
      ]]></content>
	</entry>
	
	<entry>
  	<title>/modules/weblog/categories.html</title>
	<link rel="alternate" type="text/html" href="/docs/modules/weblog/categories.html#6778" />
	<published>2010-02-20T08:40:24Z</published>
	<id>tag:expressionengine.com,2010:/modules/weblog/categories.html/22.1995.6778</id>
	<updated>2010-02-20T08:40:24Z</updated>
    <author>
          <name>Hop Studios</name>
    </author>
	<content type="html"><![CDATA[
        <p>If you want the show_empty attribute to work as you expect (i.e. to show only the categories with items for the blogs you specify), you need to limit the tag to the active categories of just that one blog.&nbsp; You can do that with this code:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&#123;embed</span><span style="color: #007700">=</span><span style="color: #DD0000">"includes/cat_list" </span><span style="color: #0000BB">cat_list</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;exp:query sql="</span><span style="color: #0000BB">SELECT distinct</span><span style="color: #007700">(</span><span style="color: #0000BB">cat_id</span><span style="color: #007700">) </span><span style="color: #0000BB">FROM exp_category_posts LEFT JOIN exp_weblog_titles ON exp_category_posts</span><span style="color: #007700">.</span><span style="color: #0000BB">entry_id </span><span style="color: #007700">= </span><span style="color: #0000BB">exp_weblog_titles</span><span style="color: #007700">.</span><span style="color: #0000BB">entry_id LEFT JOIN exp_weblogs ON exp_weblog_titles</span><span style="color: #007700">.</span><span style="color: #0000BB">weblog_id </span><span style="color: #007700">= </span><span style="color: #0000BB">exp_weblogs</span><span style="color: #007700">.</span><span style="color: #0000BB">weblog_id WHERE exp_weblogs</span><span style="color: #007700">.</span><span style="color: #0000BB">blog_name </span><span style="color: #007700">= </span><span style="color: #DD0000">'news' " backspace="</span><span style="color: #0000BB">1</span><span style="color: #DD0000">"&#125;&#123;cat_id&#125;|&#123;/exp:query&#125;"</span><span style="color: #0000BB">&#125; </span>
</span>
</code></div>

<p>Inside the embed, use this 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">weblog</span><span style="color: #007700">:</span><span style="color: #0000BB">categories weblog</span><span style="color: #007700">=</span><span style="color: #DD0000">"news" </span><span style="color: #0000BB">show_empty</span><span style="color: #007700">=</span><span style="color: #DD0000">"no" </span><span style="color: #0000BB">show</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;embed:cat_list&#125;"</span><span style="color: #0000BB">&#125;<br />&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;path="</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;category_name&#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">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">weblog</span><span style="color: #007700">:</span><span style="color: #0000BB">categories&#125; </span>
</span>
</code></div>
      ]]></content>
	</entry>
	
	<entry>
  	<title>/modules/weblog/category_archive.html</title>
	<link rel="alternate" type="text/html" href="/docs/modules/weblog/category_archive.html#6754" />
	<published>2010-02-17T20:06:06Z</published>
	<id>tag:expressionengine.com,2010:/modules/weblog/category_archive.html/22.2046.6754</id>
	<updated>2010-02-17T20:06:06Z</updated>
    <author>
          <name>Ian Beck</name>
    </author>
	<content type="html"><![CDATA[
        <p>As per <a href="http://expressionengine.com/docs/modules/weblog/category_archive.html#2977" rel="nofollow">Hop Studios&#8217; comment</a>, here&#8217;s an example query for displaying all categories based on a given category ID from a MySQL database:</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 sql</span><span style="color: #007700">=</span><span style="color: #DD0000">"SELECT GROUP_CONCAT(cat_id SEPARATOR '|') as category_ids FROM exp_categories WHERE group_id = '1'"</span><span style="color: #0000BB">&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">weblog</span><span style="color: #007700">:</span><span style="color: #0000BB">category_archive weblog</span><span style="color: #007700">=</span><span style="color: #DD0000">"blog" </span><span style="color: #0000BB">show</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;category_ids&#125;" </span><span style="color: #0000BB">style</span><span style="color: #007700">=</span><span style="color: #DD0000">"nested"</span><span style="color: #0000BB">&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#123;categories&#125;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;path='weblog/template'&#125;"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;category_name&#125;</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">categories&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#123;entry_titles&#125;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;path='weblog/template'&#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;</span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">entry_titles&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">weblog</span><span style="color: #007700">:</span><span style="color: #0000BB">category_archive&#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; </span>
</span>
</code></div>

<p>Make sure to customize the group ID number in the SQL and the actual category_archive parameters and variables.
</p>
      ]]></content>
	</entry>
	
	<entry>
  	<title>/modules/weblog/category_archive.html</title>
	<link rel="alternate" type="text/html" href="/docs/modules/weblog/category_archive.html#6677" />
	<published>2010-02-10T21:04:17Z</published>
	<id>tag:expressionengine.com,2010:/modules/weblog/category_archive.html/22.2046.6677</id>
	<updated>2010-02-10T21:04:17Z</updated>
    <author>
          <name>D-Rock</name>
    </author>
	<content type="html"><![CDATA[
        <p>A more efficient approach to <a href="http://expressionengine.com/docs/modules/weblog/category_archive.html#3791" rel="nofollow">Grant&#8217;s solution</a> for grouping entries by category yet still having access to all custom field data, is to use the <a href="http://expressionengine.com/docs/modules/weblog/categories.html" rel="nofollow">weblog:categories tag</a> instead, as it doesn&#8217;t have the overhead of pulling all the entry data from exp_weblog_titles that you&#8217;re not going to use anyway (since you&#8217;re running the query for it again).</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">weblog</span><span style="color: #007700">:</span><span style="color: #0000BB">categories weblog</span><span style="color: #007700">=</span><span style="color: #DD0000">"my_weblog" </span><span style="color: #0000BB">style</span><span style="color: #007700">=</span><span style="color: #DD0000">"linear" </span><span style="color: #0000BB">show_empty</span><span style="color: #007700">=</span><span style="color: #DD0000">"no" </span><span style="color: #0000BB">disable</span><span style="color: #007700">=</span><span style="color: #DD0000">"category_fields"</span><span style="color: #0000BB">&#125;<br /></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">h1</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;category_name&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">h1</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">ul</span><span style="color: #007700">&gt;<br /></span><span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">weblog</span><span style="color: #007700">:</span><span style="color: #0000BB">entries weblog</span><span style="color: #007700">=</span><span style="color: #DD0000">"my_weblog" </span><span style="color: #0000BB">category</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;category_id&#125;" </span><span style="color: #0000BB">disable</span><span style="color: #007700">=</span><span style="color: #DD0000">"trackbacks|member_data|pagination|categories"</span><span style="color: #0000BB">&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">h2</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;permalink=blog/entry&#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">h2</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#123;my_custom_field&#125;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">li</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">weblog</span><span style="color: #007700">:</span><span style="color: #0000BB">entries&#125;<br /></span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">ul</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">weblog</span><span style="color: #007700">:</span><span style="color: #0000BB">categories&#125; </span>
</span>
</code></div>

<p>Use this method judiciously though, as it&#8217;s query-heavy, especially as your category count increases. Use <b>disable</b> wherever you can, along with <a href="http://expressionengine.com/docs/general/caching.html#tag_caching" rel="nofollow">tag caching</a>.
</p>
      ]]></content>
	</entry>
	
	<entry>
  	<title>/modules/search/advanced.html</title>
	<link rel="alternate" type="text/html" href="/docs/modules/search/advanced.html#6669" />
	<published>2010-02-10T14:18:05Z</published>
	<id>tag:expressionengine.com,2010:/modules/search/advanced.html/22.2116.6669</id>
	<updated>2010-02-10T14:18:05Z</updated>
    <author>
          <name>ProImage</name>
    </author>
	<content type="html"><![CDATA[
        <p>If you want to change the &#8220;weblog&#8221; text in the Weblog multi-select menu to something else, such as &#8220;Section&#8221; or &#8220;Channel&#8221;, you will need to do so in <a href="http://expressionengine.com/docs/cp/admin/system_preferences/general_configuration.html" rel="nofollow">Control Panel &gt; Admin &gt; System Preferences &gt; General Configuration</a>, in the &#8220;Section Designation Word&#8221; field.
</p>
      ]]></content>
	</entry>
	
	<entry>
  	<title>/cp/admin/system_preferences/general_configuration.html</title>
	<link rel="alternate" type="text/html" href="/docs/cp/admin/system_preferences/general_configuration.html#6668" />
	<published>2010-02-10T14:13:59Z</published>
	<id>tag:expressionengine.com,2010:/cp/admin/system_preferences/general_configuration.html/22.2129.6668</id>
	<updated>2010-02-10T14:13:59Z</updated>
    <author>
          <name>ProImage</name>
    </author>
	<content type="html"><![CDATA[
        <p>The &#8220;Section Designation Word&#8221; actually can affect frontend output, if you use language tags such as &#123;lang:weblogs&#125; in your templates. The example code provided for the <a href="http://expressionengine.com/docs/modules/search/advanced.html" rel="nofollow">Advanced Search Form Tag</a> includes such tags.
</p>
      ]]></content>
	</entry>
	
	<entry>
  	<title>/modules/weblog/entry_form.html</title>
	<link rel="alternate" type="text/html" href="/docs/modules/weblog/entry_form.html#6467" />
	<published>2010-01-29T06:38:00Z</published>
	<id>tag:expressionengine.com,2010:/modules/weblog/entry_form.html/22.1997.6467</id>
	<updated>2010-01-29T06:38:00Z</updated>
    <author>
          <name>Hop Studios</name>
    </author>
	<content type="html"><![CDATA[
        <p>If you&#8217;re trying to get the preview to work, and you&#8217;re using your own field layout, you&#8217;ll need to do some extra work to get the values of each field added back into the proper field.</p>

<p>In other words, when the user does a preview, if you aren&#8217;t using EE&#8217;s own custom_fields loop, you&#8217;ll need this code:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&#123;if textarea </span><span style="color: #007700">((</span><span style="color: #0000BB">NOTE</span><span style="color: #007700">: OR </span><span style="color: #0000BB">textinput </span><span style="color: #007700">OR </span><span style="color: #0000BB">date </span><span style="color: #007700">OR...)) </span><span style="color: #0000BB">&#125;<br /></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">div style</span><span style="color: #007700">=</span><span style="color: #DD0000">"display:none" </span><span style="color: #0000BB">id</span><span style="color: #007700">=</span><span style="color: #DD0000">"store_&#123;field_name&#125;"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;field_data&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br /></span><span style="color: #0000BB">&#91;removed&#93;&nbsp;&nbsp;</span><span style="color: #007700">$(</span><span style="color: #0000BB">document</span><span style="color: #007700">).</span><span style="color: #0000BB">ready</span><span style="color: #007700">(function () </span><span style="color: #0000BB">&#123;<br />&nbsp;&nbsp;</span><span style="color: #FF8000">// take the html of the above DIV, and put it in the field below<br />&nbsp;&nbsp;</span><span style="color: #007700">$(</span><span style="color: #DD0000">"#&#123;field_name&#125;"</span><span style="color: #007700">).</span><span style="color: #0000BB">val</span><span style="color: #007700">(&nbsp;&nbsp;$(</span><span style="color: #DD0000">"#store_&#123;field_name&#125;"</span><span style="color: #007700">).</span><span style="color: #0000BB">html</span><span style="color: #007700">()&nbsp;&nbsp;);<br /></span><span style="color: #0000BB">&#125;</span><span style="color: #007700">); </span><span style="color: #0000BB">&#91;removed&#93;<br />&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">if&#125; </span>
</span>
</code></div>

<p>This assumes you have jQuery on the page.&nbsp; Basically, it outputs the contents of the field into a hidden div, then copies that value into the proper field.
</p>
      ]]></content>
	</entry>
	
	<entry>
  	<title>/modules/weblog/reverse_related_entries.html</title>
	<link rel="alternate" type="text/html" href="/docs/modules/weblog/reverse_related_entries.html#6466" />
	<published>2010-01-28T22:02:49Z</published>
	<id>tag:expressionengine.com,2010:/modules/weblog/reverse_related_entries.html/22.2108.6466</id>
	<updated>2010-01-28T22:02:49Z</updated>
    <author>
          <name>iain</name>
    </author>
	<content type="html"><![CDATA[
        <p>If you are getting strange results with the orderby=&#8221;&#8221; parameter, try clearing the EE cache!
</p>
      ]]></content>
	</entry>
	
	<entry>
  	<title>/templates/globals/url_segments.html</title>
	<link rel="alternate" type="text/html" href="/docs/templates/globals/url_segments.html#6308" />
	<published>2010-01-22T01:40:01Z</published>
	<id>tag:expressionengine.com,2010:/templates/globals/url_segments.html/22.2122.6308</id>
	<updated>2010-01-22T01:40:01Z</updated>
    <author>
          <name>Shane Robinson</name>
    </author>
	<content type="html"><![CDATA[
        <p>I also found <a href="http://expressionengine.com/forums/viewthread/114470/" rel="nofollow">this forum thread</a> helpful when I went looking for a way to use a SEGMENT value as a way to display content from a specific field that had the same Short Name. </p>

<p>For example, given a field with the short name <b>&#8220;yaddayadda&#8221;</b>, and a URL such as <b>www.domain.com/whatever/yaddayadda/howzit/</b>, you can use &#123;&#123;segment_2&#125;&#125; in the Weblog Entry loop to display the contents of the field &#8220;yaddayadda&#8221;. </p>

<p>This is very helpful for when you&#8217;re building dynamic elements such as sidebars, footers, subnavs, etc., based on URLs, and where you want to be able to reuse Templates  across many different Sections of a site without requiring the client to create a separate entry for each custom URL or Section.
</p>
      ]]></content>
	</entry>
	
	<entry>
  	<title>/templates/globals/conditionals.html</title>
	<link rel="alternate" type="text/html" href="/docs/templates/globals/conditionals.html#5544" />
	<published>2009-12-10T01:03:59Z</published>
	<id>tag:expressionengine.com,2009:/templates/globals/conditionals.html/22.1999.5544</id>
	<updated>2009-12-10T01:03:59Z</updated>
    <author>
          <name>Hop Studios</name>
    </author>
	<content type="html"><![CDATA[
        <p>It&#8217;s stated above, but for clarity: </p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">logged_in_group_id </span><span style="color: #007700">== </span><span style="color: #0000BB">member_group </span><span style="color: #007700">== </span><span style="color: #0000BB">group_id </span>
</span>
</code></div>

<p>except inside a weblog:entries loop, where group_id refers to the author of an entry, not the logged_in viewer
</p>
      ]]></content>
	</entry>
	
	<entry>
  	<title>/cp/edit/index.html</title>
	<link rel="alternate" type="text/html" href="/docs/cp/edit/index.html#4758" />
	<published>2009-11-26T18:17:03Z</published>
	<id>tag:expressionengine.com,2009:/cp/edit/index.html/22.2113.4758</id>
	<updated>2009-11-26T18:17:03Z</updated>
    <author>
          <name>BridgingUnit</name>
    </author>
	<content type="html"><![CDATA[
        <p>And for extra bonus points when using Live Look, you may want to restrict the ability to view your Live Look template to just authorised members or groups, in case people otherwise stumble upon things. You can do this using a redirect in your Live Look template, e.g.</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&#123;if logged_in_member_id </span><span style="color: #007700">!= </span><span style="color: #0000BB">1&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#123;redirect</span><span style="color: #007700">=</span><span style="color: #DD0000">'some_other_template'</span><span style="color: #0000BB">&#125;<br />&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">if&#125; </span>
</span>
</code></div>

<p>Or you could do this for member groups using a template&#8217;s <a href="http://expressionengine.com/docs/cp/templates/template_access.html" rel="nofollow">access restriction permissions</a>
</p>
      ]]></content>
	</entry>
	
	<entry>
  	<title>/templates/date_variable_formatting.html</title>
	<link rel="alternate" type="text/html" href="/docs/templates/date_variable_formatting.html#4722" />
	<published>2009-11-25T19:47:55Z</published>
	<id>tag:expressionengine.com,2009:/templates/date_variable_formatting.html/22.2086.4722</id>
	<updated>2009-11-25T19:47:55Z</updated>
    <author>
          <name>Adrienne L. Travis</name>
    </author>
	<content type="html"><![CDATA[
        <p>Michael Boyink did a great page with these all rearranged in a more logical order. It&#8217;s here: </p>

<p>http://www.train-ee.com/courseware/free-tutorials/comments/reorganized-date-formatting-options/
</p>
      ]]></content>
	</entry>
	
	<entry>
  	<title>/development/usage/template.html</title>
	<link rel="alternate" type="text/html" href="/docs/development/usage/template.html#4465" />
	<published>2009-11-09T02:36:29Z</published>
	<id>tag:expressionengine.com,2009:/development/usage/template.html/22.2255.4465</id>
	<updated>2009-11-09T02:36:29Z</updated>
    <author>
          <name>Leevi Graham</name>
    </author>
	<content type="html"><![CDATA[
        <p>@bkuberek I actually used that in LG Better Meta for setting default tag params: <a href="http://gist.github.com/204612" rel="nofollow">http://gist.github.com/204612</a>. Pretty sweet to cut down on template code and make things &#8220;magic&#8221;
</p>
      ]]></content>
	</entry>
	
</feed>