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
Comment #1
Anonymous (not verified) commentedLooks like I missed that one; thanks for catching it. It will be addressed in the next release.
Comment #2
Anonymous (not verified) commentedThe 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.