You are here

README.txt in Image URL Formatter 7

Same filename and directory in other branches
  1. 8 README.txt
This module add a url formatter for image field. 
Then you can output image url directly.

Most of the code, maybe more 90%, is just copy from the drupal core.
I think it is stable enough.

Usage
(1)After install this module,then you add an image field,
then you can goto this bundle's manage display page,here at format column,
you can choose "Image URL" instead of "Image".

(2)When you add an image field in your views,
then you config the Formatter for this field,
 here you can choose "Image URL" instead of "Image".

Then you can output image's URL instead of Image itself.

File

README.txt
View source
  1. This module add a url formatter for image field.
  2. Then you can output image url directly.
  3. Most of the code, maybe more 90%, is just copy from the drupal core.
  4. I think it is stable enough.
  5. Usage
  6. (1)After install this module,then you add an image field,
  7. then you can goto this bundle's manage display page,here at format column,
  8. you can choose "Image URL" instead of "Image".
  9. (2)When you add an image field in your views,
  10. then you config the Formatter for this field,
  11. here you can choose "Image URL" instead of "Image".
  12. Then you can output image's URL instead of Image itself.