Download & Extend

Theme still looks for nitobe_show_datestamp setting

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

Assigned to:Anonymous» Shannon Lucas

Looks like I missed that one; thanks for catching it. It will be addressed in the next release.

#2

Status:active» fixed

The logic in nitobe_show_datestamp has been altered to check for the global setting for that type, and nitobe_preprocess_node now calls it to determine whether or not to display the date.

This code is committed in template.php v 1.21.2.6 on the DRUPAL-6--4 branch.

#3

Status:fixed» closed (fixed)

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