Hi,
I would like to be able to use the tokens in the node-body instead of the nodetitle.
Could this be possible please?
Thanks in advance for your reply!
Greetings,
Martijn
Hi,
I would like to be able to use the tokens in the node-body instead of the nodetitle.
Could this be possible please?
Thanks in advance for your reply!
Greetings,
Martijn
Comments
Comment #1
fagoHm, it's possible but I not plan to implement this. Doesn't seem to be required often either.
Comment #2
summit commentedHi,
I still need this requirement, anyone else interested in this?
greetings,
Martijn
Comment #3
fagoI don't plan to add this to the module.
Comment #4
pkej commentedTry out http://drupal.org/project/reptag and if it doesn't support tokens, ask them to add token support
I read through some log messages (searched for "token") and it seems the module reptag has token support.
Let me know if it solves your problems.
Comment #5
giorgoskA solution can be achieved with http://drupal.org/project/computed_field
but it needs a little custom coding
Comment #6
summit commentedHi Giorgos,
Could you display here the custom coding please?
Thanks a lot in advance!
greetings,
Martijn
Comment #7
giorgoskI have not done it
but I know it can be done
look for snippets/example code here
http://drupal.org/node/149228
Comment #8
kendouglass commentedHere is what I use to get a 10 word title:
Check "Evaluate PHP in pattern"
Works for me in Drupal 6.20.
This is from: http://drupal.org/node/283830