taxonomy when submitted by is not printed

bkat - August 24, 2007 - 02:52
Project:Ubiquity
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

I have my site configured to not display the submitter info for Page type. If the pages have taxonomy, I get

  in $terms

displayed in the node. I modified node.tpl.php to display

   Posted in $terms

if the submitter info is not displayed:

  <?php if (count($taxonomy)): ?>
    <div class="taxonomy"><?php print (!$submitted ? t('Posted') : '') . t(' in ') . $terms ?></div>
  <?php endif; ?>

AttachmentSize
node.tpl_.php_.patch628 bytes

#1

bkat - August 24, 2007 - 02:53

a example of this tweak in action http://womensfooty.com/freedom

#2

melon - August 26, 2007 - 19:08

Great, thanks, I will include it with the next major revision.

 
 

Drupal is a registered trademark of Dries Buytaert.