Download & Extend

taxonomy when submitted by is not printed

Project:Ubiquity theme
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

Comments

#1

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

#2

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

#3

Status:active» fixed

Cleaning up the issue queue.

#4

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.