By rezvani63 on
How can I define a photo content type so I can upload photos and show in site as photo blogs and so on?
I have installed and using CCK module.
How can I define a photo content type so I can upload photos and show in site as photo blogs and so on?
I have installed and using CCK module.
Comments
Imagefield
install imagefield module as well. Then, you can create a new content type that has an imagefield, that's the one that you will upload photo's with and show them on your site. http://drupal.org/project/imagefield
Thanks for helping me, but
Thanks for helping me, but unfortunately this module has not an available version for Drupal 6.x. It is only for Drupal 4 and 5. Do you know any other module to do so?
I strongly suggest to use
I strongly suggest to use 5.7 if you are starting with Drupal.
In this way you can use all available modules and practice with them.
Later you will upgrade.
Ok, Thank you very much,
Ok, Thank you very much, that's a good suggestion.