Posted by dafeder on September 17, 2009 at 6:18pm
Jump to:
| Project: | Nitobe |
| Version: | 6.x-4.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Shannon Lucas |
| Status: | closed (fixed) |
Issue Summary
According to release notes, the theme should be using the global "display post information on setting" to decide weather to display a datestamp on a given node. However, it looks like it is still ignoring this setting and running nitobe_show_datestamp().
Comments
#1
Looks like I missed that one; thanks for catching it. It will be addressed in the next release.
#2
The logic in
nitobe_show_datestamphas been altered to check for the global setting for that type, andnitobe_preprocess_nodenow calls it to determine whether or not to display the date.This code is committed in
template.phpv 1.21.2.6 on the DRUPAL-6--4 branch.#3
Automatically closed -- issue fixed for 2 weeks with no activity.