In the node output, I get alt="[title-raw]" and title="[title-raw]"

CommentFileSizeAuthor
#7 title.jpg41.1 KBk74
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Deciphered’s picture

What version of FileField Paths where you using?

This will only work with the latest dev build at the moment.

k74’s picture

In the new nodes the node output is ok, but the nodes already created: alt="[title]" title="[title]"

With "Enable custom alternate text" enable or disabled, same result

jdanthinne’s picture

I was using Filefield beta3. Now I'm using the dev version, but still not replacing the tokens. Even on new nodes.

Deciphered’s picture

Status: Active » Postponed (maintainer needs more info)

@jdanthinne

FileField Paths, not FileField.
Get the latest version of FileField Paths and let me know how it goes.

jdanthinne’s picture

Status: Postponed (maintainer needs more info) » Fixed

Stupid me... it's working now with the dev version of FileField Path. Thanx.

Deciphered’s picture

Status: Fixed » Closed (fixed)

That's fantastic news :)

k74’s picture

FileSize
41.1 KB

I have:

FileField 6.x-3.0-beta3
FileField Paths 6.x-1.x-dev (2009-Mar-19)
ImageField 6.x-3.0-beta3
ImageField Tokens 6.x-1.x-dev (2009-Mar-23)

the code node output in the nodes already created is: alt="[title]" title="[title]"

Deciphered’s picture

@k74

That particular issue is different to the original issue, it will be fixed shortly, but can I ask you to create a new issue with the details you reported above?

Cheers,
Deciphered.

k74’s picture

Ah ok, thought it was the same, wait for the new version

Deciphered’s picture

thelostboy’s picture

Which versions of FileField, FileField Paths, ImageField and ImageField Tokens is this fixed in?
I have tried both current and dev releases of all, and cannot get this to work - always get alt="[title]" and title="[title]" for new nodes

thelostboy’s picture

Status: Closed (fixed) » Active

I've now rolled back to:

filefield 6.x-3.0
filefield_paths 6.x-1.2
imagefield 6.x-3.0
imagefield_tokens 6.x-1.0

and all works fine, but not in current releases

Deciphered’s picture

@thelostboy,

I can't confirm your issue.

Using:
FileField 6.x-3.1
FileField Paths 6.x-1.3
ImageField 6.x-3.1
ImageField Tokens 6.x-1.0

Cheers,
Deciphered.

thelostboy’s picture

thanks, trying to re-test but for some reason i am unable to update to FileField Paths 6.x-1.3 using CVS.

thelostboy’s picture

Status: Active » Closed (fixed)

ok, now managed to update to:
FileField 6.x-3.1
FileField Paths 6.x-1.3
ImageField 6.x-3.1
ImageField Tokens 6.x-1.0
and all working fine, not sure what was going on there.
Thanks Deciphered

heyyo’s picture

Status: Closed (fixed) » Active

With these modules, i don't have any token processed.

FileField 6.x-3.9
FileField Paths 6.x-1.4
ImageField 6.x-3.9
ImageField Tokens 6.x-1.x-dev

panigrc’s picture

Neither do my imagefield tokens. I've set the token [title] and all I get is alt="[title]"

FileField 6.x-3.10
FileField Paths 6.x-1.4
ImageField 6.x-3.10
ImageField Tokens 6.x-1.0

13rac1’s picture

Status: Active » Closed (cannot reproduce)

Closing old issue. Re-open if problems continue.