Posted by bkat on August 24, 2007 at 2:52am
Jump to:
| 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 $termsdisplayed in the node. I modified node.tpl.php to display
Posted in $termsif the submitter info is not displayed:
<?php if (count($taxonomy)): ?>
<div class="taxonomy"><?php print (!$submitted ? t('Posted') : '') . t(' in ') . $terms ?></div>
<?php endif; ?>| Attachment | Size |
|---|---|
| node.tpl_.php_.patch | 628 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
Cleaning up the issue queue.
#4
Automatically closed -- issue fixed for 2 weeks with no activity.