Closed (outdated)
Project:
Drupal core
Version:
6.x-dev
Component:
theme system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2008 at 18:28 UTC
Updated:
2 Mar 2016 at 22:18 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dvessel commentedThis adds the NID suggestion. It also fixes any strings that may underscores for the node type. The comment was already there but it was overlooked. They are so close together, I rolled it into one.
Comment #2
dvessel commentedAnd this one is for Drupal 6!!
Only cleans the node type.
Comment #3
moshe weitzman commentedcurious that we forgot about this.
Comment #4
dries commentedCommitted to DRUPAL-6 and CVS HEAD. Thanks dvessel.
Comment #5
alanburke commentedSorry to re-open this.
Is there any reason why the nid isn't being made available to Drupal 6 as a template suggestion?
Regards
Alan
Comment #6
moshe weitzman commentedDries said he committed it to 6.
Comment #7
dvessel commentedalanburke, even though the nid is a small change, it is nonetheless a feature so it was only added for 7.
Easy enough to supply through your theme for now.
Comment #8
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #9
bleen commentedJust throwin it out there so no one else is confused by this issue: #1 & #2 were never committed to D6... a simple workaround is to put this in your template.php
Comment #10
gpk commentedStrange, #1 was never intended for 6.x, but #2 was. And despite Dries attempting to commit #2 (http://drupalcode.org/project/drupal.git/commit/e14276f9de429fe776d97a18...) the commitdiff only shows minor whitespace cleanup.
Therefore #2 is RTBC still...!