<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body text="#000000" bgcolor="#ffffff">
    <br>
    <blockquote
      cite="mid:mailman.2369.1318089618.9048.support@drupal.org"
      type="cite">
      <blockquote type="cite" style="color: rgb(0, 0, 0);">
        <pre wrap=""><span class="moz-txt-citetags">&gt; </span>I have Taxonomy Vocabulary: Location. and Terms set up to display as a
<span class="moz-txt-citetags">&gt; </span>view in a block, clickong on a Region term shows the details in the
<span class="moz-txt-citetags">&gt; </span>Content Block. But I get error message "There is currently no content
<span class="moz-txt-citetags">&gt; </span>classified with this term."
<span class="moz-txt-citetags">&gt; </span>What does this mean, what am I missing?
<span class="moz-txt-citetags">&gt; </span>thanks
<span class="moz-txt-citetags">&gt; </span>Roger
<span class="moz-txt-citetags">&gt;</span>
</pre>
      </blockquote>
    </blockquote>
    <div class="moz-txt-sig">See this conversation URL.: <a
        class="moz-txt-link-freetext"
        href="http://drupal.org/node/1121760">http://drupal.org/node/1121760</a></div>
    <br>
    Yep I read that, thank you.<br>
    It says<br>
    &lt;quote&gt;<br>
    Thanks for the reply, I've made this in theme_preprocess():<br>
    <div class="codeblock">
      <p><code>
          if(isset($variables['page']['content']['system_main']['no_content']))<br>
          {<br>
unset($variables['page']['content']['system_main']['no_content']);<br>
          }</code></p>
      <p><code>&lt;/quote&gt;<br>
        </code></p>
      <p><code>Easy enough, but typically with most helpful suggestions
          written by expert for expert, neglects to say where the code
          should be entered and how it can be used.<br>
        </code></p>
      <p><code>I looked through the theme and core for </code>theme_preprocess()<br>
      </p>
      <p><code>The problem is that if I use taxonomy as I should, to
          full classify and store related data then that which normally
          would be content for example: &lt;Content type&gt;
          &lt;Region&gt; with &lt;Fields Address, City, Phone, other
          info&gt; no longer exists.<br>
          It is instead content in taxonomy fields.<br>
          For example:<br>
          Vocabulary &lt;Where&gt; contains &lt;terms&gt; Region, City
          and in City has fields address, phone, street.<br>
          City is a child of Region.<br>
          All good so far but then the error message, because there's no
          reason to have &lt;Content in a dedicated Content Type&gt; in
          this case.<br>
        </code></p>
      <p><code>What I probably need is a switch to turn off
          &lt;Content&gt; if data is in Taxonomy.<br>
        </code></p>
      <p><code>I have a Content Type &lt;Contact&gt; which takes name
          and other contact details from Taxonomy which provides select
          lists of the other data. All good.<br>
          But I need to use that &lt;Where&gt; Taxonomy for more than
          just Contact's personal data, it also needs to work with
          venues and other Content Types.<br>
        </code></p>
      <p><code>I'm thinking that it may be a Views problem because I'm
          using a View which calls all of the &lt;Taxonomy&gt;
          &lt;Where&gt; data but with irrelevant fields excluded, to
          provide a menu:<br>
          Region: somewhere<br>
          Region: somewhere else<br>
        </code><code>and so on,</code><br>
      </p>
      <p><code>This View is displayed in a Block. Clicking on each
          displays the Taxonomy content, not a &lt;Content Type&gt;
          content</code></p>
      <p><code>I don't know if I'm looking at the the correct way or if
          I've got it all wrong.</code></p>
      <p><code>thanks<br>
          Roger<br>
        </code></p>
      <p><code><br>
        </code></p>
      <p><code><br>
        </code></p>
      <p><code><br>
        </code></p>
    </div>
  </body>
</html>