Closed (fixed)
Project:
Ubiquity theme
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Aug 2007 at 02:52 UTC
Updated:
20 Mar 2011 at 18:51 UTC
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; ?>
| Comment | File | Size | Author |
|---|---|---|---|
| node.tpl_.php_.patch | 628 bytes | bkat |
Comments
Comment #1
bkat commenteda example of this tweak in action http://womensfooty.com/freedom
Comment #2
melon commentedGreat, thanks, I will include it with the next major revision.
Comment #3
melon commentedCleaning up the issue queue.