Submit Your Article Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read


Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome.

Share Thread: & Tags

Share Thread:

Tags
drupal, images

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-18-2009, 08:26 AM
WebProWorld Member
 
Join Date: Jul 2008
Posts: 38
jfrizelle RepRank 2
Default Drupal tutorials - insert image on a page

Hi,

I've worked with WP for a little while, like it and find it relatively easy to use.

Now I want to try and get a handle on Drupal, but I'm finding it unbelievable difficult to find up-to-date info on it. Specifically I want to insert images on a page. Nothing too off-the-wall about that, but it doesn't seem to be a standard feature on Drupal - or am I missing something??

I've been asked to create a CMS website that allows a non-techie user to update used machinery for sale - including an image of each piece of machinery. My first thoughts were to create it in WP with the External DB plugin, but I decided to try something new.

Several hair-pulling hours later I'm ready to abandon Drupal, but stubborness prevents me from giving up just yet... so can anyone tell me how to insert images in Drupal / find a good (up-to-date) Drupal tutorial?

Many thanks,
J.
Reply With Quote
  #2 (permalink)  
Old 09-18-2009, 10:14 AM
WebProWorld Veteran
WebProWorld MVP
 
Join Date: Oct 2005
Location: England
Posts: 427
Martinscholes RepRank 4Martinscholes RepRank 4Martinscholes RepRank 4Martinscholes RepRank 4
Default Re: Drupal tutorials - insert image on a page

I use Drupal at work. I sometimes find myself thinking: "I wish they used Blogger!"
Reply With Quote
  #3 (permalink)  
Old 09-18-2009, 05:14 PM
WebProWorld Pro
 
Join Date: Dec 2007
Location: Pullman, WA (from CA)
Posts: 161
a53mp RepRank 2
Default Re: Drupal tutorials - insert image on a page

wordpress is NOT a cms. it is a blog.

Drupal however IS a cms. If you consider wordpress a cms, then Drupal is a real cms meant for real programmers, it is definitely more hands on, and you will most likely need to know coding.

but then again if you were a real programmer you would just create your own cms, especially for a site like you are talking about that seems to be pretty simple
Reply With Quote
  #4 (permalink)  
Old 09-19-2009, 05:59 PM
WebProWorld Member
 
Join Date: Jul 2008
Posts: 38
jfrizelle RepRank 2
Default Re: Drupal tutorials - insert image on a page

Thanks for such a helpful constructive reply, a53mp. I take it then that you don't know how to place images on a page in Drupal?

And as for re-inventing the wheel? No, I don't really see the point.
Reply With Quote
  #5 (permalink)  
Old 09-19-2009, 06:43 PM
WebProWorld Pro
 
Join Date: Dec 2007
Location: Pullman, WA (from CA)
Posts: 161
a53mp RepRank 2
Default Re: Drupal tutorials - insert image on a page

Of course not.. but at least you would know where and how to insert an image.


and yes.. I do. There are several ways to do it.. and it also depends on what version you are using..

but since you can't give proper troubleshooting information how can you receive the answer you are looking for?
Reply With Quote
  #6 (permalink)  
Old 09-21-2009, 12:23 PM
WebProWorld Member
 
Join Date: Jul 2008
Posts: 38
jfrizelle RepRank 2
Default Re: Drupal tutorials - insert image on a page

Gosh a53mp, your whole tone is so welcoming and friendly... I'm using version 6.13-5.

Does anyone know of any Drupal tutorial sites? I can't find anything up-to-date. Part of the reason I picked up WP so easily was because there's such an abundance of 'how to' stuff out there.

Many thanks,
J.
Reply With Quote
  #7 (permalink)  
Old 09-22-2009, 11:08 AM
WebProWorld Member
 
Join Date: Jul 2003
Posts: 38
fizzlesquirt RepRank 0
Default Re: Drupal tutorials - insert image on a page

a53mp - your tone is non-constructive, If you're not going to offer help, don't bother posting.

I have recently started playing with Drupal as well. One of the sites I came across that seems to have some good video tutorials is Getting Started With Drupal | Learn By The Drop

You might start there for some help. If you come across any sites on your own, please post a link.
__________________
i think i brain my damaged...
Reply With Quote
  #8 (permalink)  
Old 09-22-2009, 03:56 PM
WebProWorld Member
 
Join Date: Jul 2003
Posts: 38
fizzlesquirt RepRank 0
Default Re: Drupal tutorials - insert image on a page

There is a WYSIWYG module that you can install to make adding content easier.

FCKeditor - WYSIWYG HTML editor | drupal.org

Instructions on adding modules/themes: Adding Modules and Themes | drupal.org

Hopefully this will get you going in the right direction.

-Fizz
__________________
i think i brain my damaged...
Reply With Quote
  #9 (permalink)  
Old 09-22-2009, 06:34 PM
WebProWorld Member
 
Join Date: Jul 2008
Posts: 38
jfrizelle RepRank 2
Default Re: Drupal tutorials - insert image on a page

Many thanks Fizz, I'll get reading and hopefully start getting places!

I downloaded the FCKeditor tar.gz file, but when I tried to upload the module to my hosting server I got a message: "The selected file FCKeditor_2.6.5.tar.gz could not be uploaded. Incorrect module package for module=fckeditor." I'll look into it more in the next day or two anyway. It's heading for midnight here now and I've a horrible cold... I'm feeling kinda sorry for myself. *Sigh!*

Thanks again for your help, it's much appreciated!
Reply With Quote
  #10 (permalink)  
Old 09-23-2009, 11:29 AM
WebProWorld Member
 
Join Date: Jul 2003
Posts: 38
fizzlesquirt RepRank 0
Default Re: Drupal tutorials - insert image on a page

jfrizelle,

Sorry to hear about your cold. I came across the same error the first time I attempted to install a module. You have to uncompress the file first. From the drupal website:

Code:
Note for Windows users
A number of compression programs, such as 7-Zip, allow you to extract .tar.gz files.
To use 7-Zip, right-click on the .tar.gz file and, in the menu that appears, 
select 7-Zip -> Extract Here. A .tar file will appear. 
Right-click on the .tar file and again select 7-Zip -> Extract Here. 
In a few moments, the final Drupal folder will appear.
7-Zip can be downloaded at 7-Zip

Once the file in uncompressed, then you should be able to upload. The fckeditor wysiwyg shows that fckeditor is a required item to be able to use the WYSIWYG editor. Download FCKEditor Since I haven't installed this item, I don't know much about it. I just hope it gets you going in the right direction.

Fizz
__________________
i think i brain my damaged...
Reply With Quote
  #11 (permalink)  
Old 09-23-2009, 03:00 PM
WebProWorld New Member
 
Join Date: Oct 2006
Location: Hamilton, ON, CA
Posts: 14
mohsho RepRank 0
Default Re: Drupal tutorials - insert image on a page

I have read that Joomla is much easier to work with than Drupal. I am in the beginning stages of converting all of my work to Joomla.
Reply With Quote
  #12 (permalink)  
Old 09-23-2009, 04:09 PM
kgun's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2005
Location: Norway
Posts: 6,100
kgun RepRank 10kgun RepRank 10kgun RepRank 10kgun RepRank 10kgun RepRank 10kgun RepRank 10kgun RepRank 10kgun RepRank 10kgun RepRank 10kgun RepRank 10kgun RepRank 10
Default Re: Drupal tutorials - insert image on a page

No problem installing these:

  1. NorwegianMarketing
  2. ScandinavianAd

I can recommend this Drupal 6 JavaScript and jQuery and other Drupal related books that you may find at Amazon.

Time is also money and reading about the software before you start, can save you much trouble and headache.
__________________
Mini Network:: Financial information at your fingertips
Learn object oriented programming where it started

I will use a search engine before I ask dumb questions.

Last edited by kgun; 09-23-2009 at 04:12 PM.
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
javascript with drupal CMS delnaaz Search Engine Optimization Forum 0 02-19-2009 04:06 AM
Insert image url from database edhan Web Programming Discussion Forum 0 02-21-2008 03:41 AM
Yahoo Search Services: "Can't insert page '/acctStatus.do'" WPW_Feedbot Search Engine Optimization Forum 0 08-25-2005 06:00 PM
Image Uploads - INSERT works, UPDATE doesn't bodgekaloopie Database Discussion Forum 8 05-24-2005 11:16 AM
drupal disciple Web Programming Discussion Forum 3 04-23-2004 11:24 AM


All times are GMT -4. The time now is 05:16 AM.



Search Engine Optimization by vBSEO 3.3.0