token
Dynamic image path with token for drupal
Currently I use FCKEditor and IMCE for online article writing. It is good for article writing with both text and image content. But When I upload image in the IMCE browser interface. I can only upload the image into an existing diretory, A directory need to be created with the IMCE administration interface before the upload.Read more
Use the php filter to understand drupal token
It is useful if we could place each user's image into their own directories, this handling is usually implmented with dynamic path using the drupal token module.
We could use some macro like [user-name] in the directory and it will be replaced at the time of execution by the real name of the login user.
In order to understand the token module, might be the best way is to use it and see for yourself.Read more
