<!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">> </span>I have Taxonomy Vocabulary: Location. and Terms set up to display as a
<span class="moz-txt-citetags">> </span>view in a block, clickong on a Region term shows the details in the
<span class="moz-txt-citetags">> </span>Content Block. But I get error message "There is currently no content
<span class="moz-txt-citetags">> </span>classified with this term."
<span class="moz-txt-citetags">> </span>What does this mean, what am I missing?
<span class="moz-txt-citetags">> </span>thanks
<span class="moz-txt-citetags">> </span>Roger
<span class="moz-txt-citetags">></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>
<quote><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></quote><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: <Content type>
<Region> with <Fields Address, City, Phone, other
info> no longer exists.<br>
It is instead content in taxonomy fields.<br>
For example:<br>
Vocabulary <Where> contains <terms> 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 <Content in a dedicated Content Type> in
this case.<br>
</code></p>
<p><code>What I probably need is a switch to turn off
<Content> if data is in Taxonomy.<br>
</code></p>
<p><code>I have a Content Type <Contact> 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 <Where> 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 <Taxonomy>
<Where> 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 <Content Type>
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>