<!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 bgcolor="#ffffff" text="#000000">
Hi Jody,<br>
<br>
Just want to make sure that you realize the "Submitted by cleveland on
Tue, 2006-09-19 14:50." stuff is not part of the taxonomy display.&nbsp;
That is the node submission information that comes from <br>
<br>
&lt;?php print $submitted?&gt;<br>
<br>
in node.tpl.php.&nbsp; If this is what you are referring to as different,
then you should be able to just add that code to your multiflex
node.tpl.php where you want it to show up.<br>
<br>
If I'm on the wrong path, let me know.<br>
<br>
- Addi<br>
<br>
Jody Cleveland wrote:
<blockquote
 cite="mid9720CA43F755A148BF65B6618B90CB94AE45A6@magneto.wals.local"
 type="cite">
  <pre wrap="">Hello,

  </pre>
  <blockquote type="cite">
    <pre wrap="">In a phptemplate theme, the position of the default variable $terms 
determines where the terms will actually appear. $terms is 
shorthand for 
"pipe-delimited set of all terms assigned to this node". If 
you'd like 
an entirely different display, you don't HAVE to use $terms. 
$terms is 
just shorthand for:

  theme('links', $taxonomy, array('class' =&gt; 'links inline')),

but you have access to the entire raw data of a taxonomy, to 
display it 
however you'd like (presuming you know the PHP to do so). You can see 
this raw gobbledygook data by adding the following to your 
node.tpl.php:

  &lt;?php print_r($taxonomy); ?&gt;
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I looked at the node.tpl.php for both bluemarine, and multiflex. But,
they both say exactly the same thing:
&lt;span class="taxonomy"&gt;&lt;?php print $terms?&gt;&lt;/span&gt;

If they both have the same thing in node.tpl.php, why would they display
different things? Ideally, I'd like multiflex to display the taxonomy
the same as bluemarine does.

- jody
_______________________________________________
themes mailing list
<a class="moz-txt-link-abbreviated" href="mailto:themes@drupal.org">themes@drupal.org</a>
<a class="moz-txt-link-freetext" href="http://lists.drupal.org/mailman/listinfo/themes">http://lists.drupal.org/mailman/listinfo/themes</a>




  </pre>
</blockquote>
<br>
</body>
</html>