How to Add Pictures to Drupal sites?

Discussion in 'Drupal' started by Digital_Akumar, Jul 19, 2009.

  1. #1
    Hi,

    I have agreed for a project where i need to add pictures to drupal site for hundreds of articles.

    But My client is busy with a long tour.

    I want to complete the work,when he return back from the tour with out wasting time.

    He would have suggested me,how to do but he is too busy right now.

    I have searched in google for how to add pictures to drupal sites but i am really confused to understand :confused:

    Can any one who has experience with the drupal sites suggest me how to add the pictures easily?

    Thanks in advance.
     
    Digital_Akumar, Jul 19, 2009 IP
  2. Norled

    Norled Guest

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Norled, Jul 19, 2009 IP
  3. anishvinoj

    anishvinoj Guest

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Please try it with any of the WYSIWYG Editor module(Fck Editor or Tiny Mce)

    Thus you shall add contents as images also , if you need to display the images like albums or gallery then chose Gallery module or photo album module

    Hope this will help you:)

    Regards,
    Anish

    Have A Nice Day!
     
    anishvinoj, Oct 15, 2009 IP
  4. stanlogin

    stanlogin Active Member

    Messages:
    97
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #4
    stanlogin, Oct 15, 2009 IP
  5. averyz

    averyz Well-Known Member

    Messages:
    1,228
    Likes Received:
    167
    Best Answers:
    2
    Trophy Points:
    115
    #5
    or you can just set the page node for "full html" and put them in the content with a plain html img tag.
     
    averyz, Oct 16, 2009 IP
    bogart likes this.
  6. gustic

    gustic Peon

    Messages:
    97
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I think this way is simple
     
    gustic, Nov 20, 2009 IP
  7. alimosavi

    alimosavi Banned

    Messages:
    906
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #7
    image and nodeimage modules is good choice
     
    alimosavi, Nov 22, 2009 IP
  8. bogart

    bogart Notable Member

    Messages:
    10,911
    Likes Received:
    509
    Best Answers:
    0
    Trophy Points:
    235
    #8
    This works well but the disadvantage is that you are defeating the purpose of using a content management system.
     
    bogart, Nov 30, 2009 IP
  9. duckz

    duckz Active Member

    Messages:
    245
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    68
    #9
    if you want it to add thousand of image, better do it programmatically, by learning drupal node_save api.

    if you can put the image in a php loop combine with node_save in a custom drupal module then I think you will save lots of time
     
    duckz, Jan 19, 2010 IP