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

    <title type="text">ExpressionEngine Community Forums</title>
    <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/" />
    <link rel="self" type="application/atom+xml" href="http://expressionengine.com/forums/atom/" />
    <updated>2010-03-21T18:37:04Z</updated>
    <rights>Copyright (c) 2010</rights>
    <generator uri="http://www.pmachine.com/" version="1.6.6">ExpressionEngine</generator>
    <id>tag:expressionengine.com,2010:03:21</id>


    <entry>
      <title>Mini&#45;cal link never selects the article</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/150051/" />      
      <id>tag:expressionengine.com,2010:forums/viewthread/.150051</id>
      <published>2010-03-21T18:33:27Z</published>
      <updated>2010-03-21T18:37:04Z</updated>
      <author><name>HilversumJim</name></author>
      <content type="html">
      <![CDATA[
        <p>I&#8217;m having trouble getting the mini-cal to link to the appropriate article. I should note that </p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">show_future_entries</span><span style="color: #007700">=</span><span style="color: #DD0000">"yes" </span>
</span>
</code></div><p> is set.&nbsp;  When I have this:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&#123;entries limit</span><span style="color: #007700">=</span><span style="color: #DD0000">"1"</span><span style="color: #0000BB">&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;base_url&#125;site/workshop/&#123;url_title&#125;"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;day_number&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">a</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br /></span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">entries&#125; </span>
</span>
</code></div>

<p>I get a link that points to the last entry, no matter what. </p>

<blockquote><p><a href="http://www.sitename.com/site/overview/">http://www.sitename.com/site/overview/</a></p></blockquote><p>
It&#8217;s clearly missing the &#123;url_title&#125; element. Yet, if I format it correctly (according to the docs) with day_path, like this:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&#123;entries limit</span><span style="color: #007700">=</span><span style="color: #DD0000">"1"</span><span style="color: #0000BB">&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;day_path='&#123;base_url&#125;site/workshop/&#123;url_title&#125;'&#125;"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;day_number&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">a</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br /></span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">entries&#125; </span>
</span>
</code></div>

<p>The link end oddly, with a &#8216;&#125;, as if the quotes are closed</p>

<blockquote><p><a href="http://www.sitename.com/site/overview/&amp;#125">http://www.sitename.com/site/overview/&#8217;&#125;</a></p></blockquote><p>
Yet the documentation suggests that a set of &#8216;&#8217; inside &#8220;&#8221; should work, for example: </p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #007700">&lt;</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;day_path='weblog/index'&#125;"</span><span style="color: #007700">&gt; </span>
</span>
</code></div>

<p>Okay, I&#8217;m cross-eyed now. Could someone please point out what I&#8217;m not seeing?</p>

<p>thanks
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>create a category listing</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/150008/" />      
      <id>tag:expressionengine.com,2010:forums/viewthread/.150008</id>
      <published>2010-03-21T02:23:09Z</published>
      <updated>2010-03-21T04:33:01Z</updated>
      <author><name>Dipsacus</name></author>
      <content type="html">
      <![CDATA[
        <p>I am trying to create a list of events for a particular category. So far I have creted a list of events in all categories using 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">weblog</span><span style="color: #007700">:</span><span style="color: #0000BB">entries weblog</span><span style="color: #007700">=</span><span style="color: #DD0000">"courses" </span><span style="color: #0000BB">require_entry</span><span style="color: #007700">=</span><span style="color: #DD0000">"yes" </span><span style="color: #0000BB">show_future_entries</span><span style="color: #007700">=</span><span style="color: #DD0000">"yes"<br /></span><span style="color: #0000BB">sort</span><span style="color: #007700">=</span><span style="color: #DD0000">"asc" </span><span style="color: #0000BB">dynamic</span><span style="color: #007700">=</span><span style="color: #DD0000">"off"<br /></span><span style="color: #0000BB">start_on</span><span style="color: #DD0000">"&#123;current_time format="</span><span style="color: #007700">%</span><span style="color: #0000BB">Y</span><span style="color: #007700">-%</span><span style="color: #0000BB">m</span><span style="color: #007700">-%</span><span style="color: #0000BB">d </span><span style="color: #007700">%</span><span style="color: #0000BB">g</span><span style="color: #007700">:%</span><span style="color: #0000BB">i </span><span style="color: #007700">%</span><span style="color: #0000BB">A</span><span style="color: #DD0000">"&#125;"</span><span style="color: #0000BB">&#125; <br />&#123;if no_results&#125;<br /></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">h4</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">No Upcoming Events</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">h4</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;<br /></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"inset_box2"</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">p</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;url_title_path=eventsandcourses/event&#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">p</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"post_facts"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;edu_dates&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">strong</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;edu_location&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">strong</span><span style="color: #007700">&gt;<br />&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">br </span><span style="color: #007700">/&gt;<br /><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; </span>
</span>
</code></div>

<p>How do I get to display events from just 1 category. What tags do I need to insert and where?
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Subscribe several mailing lists at once</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/92966/" />      
      <id>tag:expressionengine.com,2008:forums/viewthread/.92966</id>
      <published>2008-10-05T11:31:53Z</published>
      <updated></updated>
      <author><name>Yuriy Salimovskiy</name></author>
      <content type="html">
      <![CDATA[
        <p>Hello everyone,</p>

<p>Please help me<br />
I would like to give my site&#8217;s visitors the ability to subscribe for several mailing lists &#8220;with one click&#8221;<br />
I.e. I would like to have one page several chackboxes with names of mailing lists, e-mail input fields and &#8220;sunscribe&#8221; button.<br />
So the user does not have to enter his/her email every time, he justs checkes the boxes needed and enters his email only one time.</p>

<p>But as far as I understand, exp:mailinglist:form works as &#8220;one form - one mailing list&#8221;</p>

<p>So I would like to know if there is a hack (or maybe another solution) that would allow me to do what described.</p>

<p>Thank you in advance.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>A newbie quesion: create .html pages with EE</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/149897/" />      
      <id>tag:expressionengine.com,2010:forums/viewthread/.149897</id>
      <published>2010-03-19T10:08:18Z</published>
      <updated></updated>
      <author><name>Ramya108</name></author>
      <content type="html">
      <![CDATA[
        <p>Probably this is a very silly question, but I am a newbie, so please don&#8217;t laugh.&nbsp; <img src="http://ellislab.com/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;" /> </p>

<p>Right now, my pages look like this: <a href="http://www.my-domain/index.php/site/about">http://www.my-domain/index.php/site/about</a><br />
But I would like it to be <b>about.html</b></p>

<p>Is that possible?
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>pages module</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/150007/" />      
      <id>tag:expressionengine.com,2010:forums/viewthread/.150007</id>
      <published>2010-03-21T01:53:50Z</published>
      <updated></updated>
      <author><name>sudhakararaog</name></author>
      <content type="html">
      <![CDATA[
        <p>i have watched a video on using pages module episode 5 which i purchased from <a href="http://www.pragprog.com/screencasts/v-riexp/building-a-dynamic-website-with-expressionengine">http://www.pragprog.com/screencasts/v-riexp/building-a-dynamic-website-with-expressionengine</a></p>

<p>the instructions in the video are very straight forward to implement the pages module</p>

<p>my question is after setting up the pages module, creating a new section, creating a new template and writting weblog entries tag in this new template, as per the video it is mentioned that in order to provide a link on the page so that the user can click on the link to see the static content which was set up using the pages module,<br />
we have to manually write the &lt;a &gt;About&lt;/a&gt; anchor tag</p>

<p>from a client point of view they would not write this anchor tag correct so without the client adding an anchor tag themselves in the new template how can the link appear on the website so that the static page content can be viewed.</p>

<p>please advice</p>

<p>thanks
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Simple &#8216;related&#8217; entries</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/149977/" />      
      <id>tag:expressionengine.com,2010:forums/viewthread/.149977</id>
      <published>2010-03-20T11:58:02Z</published>
      <updated></updated>
      <author><name>mwconforti</name></author>
      <content type="html">
      <![CDATA[
        <p>I am a long time Textpattern user who just recently made the switch over to EE. I&#8217;ve just begun giving v2 a shot and am loving just about every aspect of it (while I still love Textpattern, I&#8217;m wondering why I didn&#8217;t try EE sooner!). The one issue I&#8217;m having a lot of difficulty with is have a simple list of related entries on my permalink page. Searching the forums I have seen this topic brought up before but all the solutions seem much more complicated that I imagine they need to be.</p>

<p>Here is my scenario&#8230;</p>

<p>For my &#8216;test&#8217; project I&#8217;m creating a site for a bike company. Acme Bikes have a few road bikes, a few track bikes, and a few mountain bikes. On the bikes landing page, I have 3 ul&#8217;s, one for each bike type (the bike type is declared with a custom select field on the publish page. My bikes index template has this:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #007700">&lt;</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"bike-category"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">h2</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Road</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">h2</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">ul</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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 channel</span><span style="color: #007700">=</span><span style="color: #DD0000">"bikes"</span><span style="color: #0000BB">&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#123;if bike</span><span style="color: #007700">-</span><span style="color: #0000BB">type</span><span style="color: #007700">==</span><span style="color: #DD0000">'Road'</span><span style="color: #0000BB">&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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;&lt;</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;title_permalink='bikes/view'&#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">li</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;</span><span style="color: #007700">/</span><span style="color: #0000BB">if&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;&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">channel</span><span style="color: #007700">:</span><span style="color: #0000BB">entries&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">ul</span><span style="color: #007700">&gt;<br />&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"bike-category"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">h2</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Track</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">h2</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">ul</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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 channel</span><span style="color: #007700">=</span><span style="color: #DD0000">"bikes"</span><span style="color: #0000BB">&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#123;if bike</span><span style="color: #007700">-</span><span style="color: #0000BB">type</span><span style="color: #007700">==</span><span style="color: #DD0000">'Track'</span><span style="color: #0000BB">&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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;&lt;</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;title_permalink='bikes/view'&#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">li</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;</span><span style="color: #007700">/</span><span style="color: #0000BB">if&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;&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">channel</span><span style="color: #007700">:</span><span style="color: #0000BB">entries&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">ul</span><span style="color: #007700">&gt;<br />&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt; <br />&lt;</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"bike-category"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">h2</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Mountain</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">h2</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">ul</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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 channel</span><span style="color: #007700">=</span><span style="color: #DD0000">"bikes"</span><span style="color: #0000BB">&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#123;if bike</span><span style="color: #007700">-</span><span style="color: #0000BB">type</span><span style="color: #007700">==</span><span style="color: #DD0000">'Mountain'</span><span style="color: #0000BB">&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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;&lt;</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;title_permalink='bikes/view'&#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">li</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;</span><span style="color: #007700">/</span><span style="color: #0000BB">if&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;&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">channel</span><span style="color: #007700">:</span><span style="color: #0000BB">entries&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">ul</span><span style="color: #007700">&gt;<br />&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt; </span>
</span>
</code></div>

<p>Basically, all I want to do is display the same information on the bike permalink page but nothing I&#8217;m doing will allow me to bring in all other entries in the Bikes channel since the limit is automatically set to 1. Is there a way to bring all the other bike titles in without using a relationship field (because the list of bikes could grow to an unknown number).</p>

<p>Thanks for any help, and great forum. I&#8217;m loving the EE community so far.</p>

<p>-Mark
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>weblog entry in several categories &#45; possible to limit the number shown&#63;</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/150024/" />      
      <id>tag:expressionengine.com,2010:forums/viewthread/.150024</id>
      <published>2010-03-21T10:11:33Z</published>
      <updated>2010-03-21T16:23:30Z</updated>
      <author><name>Ross1988</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi</p>

<p>I have a directory system set up using EE. It seems to work well, with the only exception that if an entry appears in two categories, It shows up twice when using </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">entries weblog</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;embed:listing_weblog&#125;"&nbsp;&nbsp;</span><span style="color: #0000BB">limit</span><span style="color: #007700">=</span><span style="color: #DD0000">"1"</span><span style="color: #0000BB">&#125;<br /></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"breadcrumbs"</span><span style="color: #007700">&gt;<br /></span><span style="color: #0000BB">&#123;categories&#125;<br />You are here</span><span style="color: #007700">: &lt;</span><span style="color: #0000BB">b</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;blog_url&#125;"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;blog_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">b</span><span style="color: #007700">&gt; &amp;</span><span style="color: #0000BB">raquo</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=&#123;segment_1&#125;/listings/&#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; &amp;</span><span style="color: #0000BB">raquo</span><span style="color: #007700">; </span><span style="color: #0000BB">&#123;title&#125;<br />&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">categories&#125;<br /></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">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">weblog</span><span style="color: #007700">:</span><span style="color: #0000BB">entries&#125; </span>
</span>
</code></div>

<p>this code essentially creates a breadcrumb navigation, which works fine, except when an entry has two or more categories, rightly so, the &#8220;breadcrumb&#8221; is repeated X amount of times. </p>

<p>this means that if a user is viewing Entry A on Category A, they see bread crumbs to Category A and Category B, so visually it&#8217;s annoying.</p>

<p>is it possible to show categories dynamically in this manner - the URL contains the category of the entry it was access through if that makes sense. </p>

<p>thanks</p>

<p><span style="font-size:11px;"><i>[<b>Mod Edit:</b> Moved to the How to forum]</i></span>
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>How to List Recent Additions or Changes to the Wiki in a Channel / Weblog</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/150022/" />      
      <id>tag:expressionengine.com,2010:forums/viewthread/.150022</id>
      <published>2010-03-21T08:56:38Z</published>
      <updated></updated>
      <author><name>wikitect</name></author>
      <content type="html">
      <![CDATA[
        <p>Another in the wish list for better integration/interoperability between the EE modules:</p>

<p>- I&#8217;d like to list the recent additions and changes to the wiki in a weblog</p>

<p>I&#8217;m sort of assuming that this is possible since the EE wiki itself has a &#8216;Recently Added&#8217; section (although this is in the wiki itself it does suggest that these might be able to be extracted)</p>

<p>Anyone know how this might be done?</p>

<p>Would be really nice to be able to select them by the [[Category]] wiki tag.</p>

<p>Ta
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Serving HTML instead of XHTML</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/149993/" />      
      <id>tag:expressionengine.com,2010:forums/viewthread/.149993</id>
      <published>2010-03-20T18:41:02Z</published>
      <updated>2010-03-20T18:41:37Z</updated>
      <author><name>ralph.m</name></author>
      <content type="html">
      <![CDATA[
        <p>Does anyone know if there&#8217;s a straightforward way to set EE2 to serve HTML instead of XHTML?</p>

<p>(I appreciate the strictness of XHTML, but as I apply these rules to HTML anyway, I&#8217;d rather serve valid code. XHTML served as text/html is not valid HTML code.)
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>How to temporarily disable or switch off &#8216;required&#8217; for custom fields</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/150011/" />      
      <id>tag:expressionengine.com,2010:forums/viewthread/.150011</id>
      <published>2010-03-21T04:38:19Z</published>
      <updated></updated>
      <author><name>Sam Sullivan</name></author>
      <content type="html">
      <![CDATA[
        <p>I am using a saef page for a user to create their own forms using weblog (channel) entries. They can enter text and save, but don&#8217;t need to have required custom fields as they can leave some fields blank and come back at a later time to complete. When they have finished their forms they send a final submit which needs to be required using a regular post method.</p>

<p>Is it possible to have the custom fields &#8216;required&#8217; disabled on forms of my choice?</p>

<p>I have looked at conditionals == &#8216;&#8217; and search IS_EMPTY but I can&#8217;t make work as I am listing more than one weblog (channel) entry, so there is data in one entry field even if blank in another.
</p>
      ]]>
      </content>
    </entry>


</feed>