Closed (fixed)
Project:
Taxonomy Title
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Nov 2011 at 03:23 UTC
Updated:
22 Jun 2012 at 07:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
jenlamptonHi Andrew,
Thanks for the feedback. This is not a critical issue, since the module is still in 'dev' that means we're still working out issues like this. I'll look over your code and try to incorporate it when I have time, but please see http://drupal.org/patch/submit on submitting patches. You'll find that changes will get in to modules much faster if you can provide patches, since that makes it much easier for us to make the same change on the working branch. :)
Comment #2
jenlamptonThanks for the code sample. This has proven very helpful in cleaning up the tokens and getting them working for D7 :)
You should check out Drupal's coding standards for Drupal syntax relating especially to including closing php tags (don't use them) and soft tabs (two spaces).
Attached is a patch that updates this module's use of tokens.
Comment #3
jenlamptonI'm committing these tokens. Please re-open if they don't work for you.