Closed (fixed)
Project:
ImageField Tokens
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2009 at 20:21 UTC
Updated:
4 May 2009 at 06:20 UTC
When I use the token [title]: [link] I get the Text of the title followed by "Array" instaed of the proper URL or even a link, although a link in the title attribute wouldn't make sense anyway.
Comments
Comment #1
decipheredHi jurgenhaas,
Can you tell me what module you are using that adds the [link] token?
Cheers,
Deciphered.
Comment #2
jurgenhaasI'm using
- CCK 6.x-2.2
- FileField 6.x-3.0-rc1
- ImageField 6.x-3.0-rc1
- ImageField Token 6.x-1.x-dev (2009-Apr-16)
And I'm pretty sure it is ImageField Token which allows me to use the tokens and replaces [link] with Array.
Comment #3
decipheredHi jurgenhaas,
ImageField Tokens doesn't actually provide any new Tokens, it just allows certain types of tokens to be used.
It's likely that it is one of CCKs sub-modules that is providing the token, I will look further into this issue today and let you know what I find.
Cheers,
Deciphered.
Comment #4
decipheredIssue confirmed, looking further into it now.
Comment #5
decipheredFixed and committed to HEAD and DRUPAL-5.
You will need to update FileField Paths to the latest dev build as well.
Both FileField Paths and ImageField Tokens development builds should be available in the next few hours.
Note: To fix the issue, and another partially related issue, I actually changed the available tokens. The particular token ([link]) was not relevant to this field type, there for the issue no longer exists.
Cheers,
Deciphered.
Comment #6
jurgenhaasThanks.