ASU Web Community

Using Dreamweaver to format pages within Drupal

Tuesday, December 4th, 2007 - 3:04 pm
  • aoblt

We are attempting to set up our ASU UTO-hosted Drupal site as a site within Dreamweaver, in order to take advantage of Dreamweaver's editing and formatting options, but have been unable to do so.  We've chosen the following options:

  • Server Technology: PHP MySQL
  • Mode of working with files during development:  Edit locally, then upload to the remote testing server
  • Connect to testing server through FTP

A test of the connection at this stage produces an error message; stating that no connection to the host could be made -- Yet connecting to the FTP site through a web or Windows browser can be carried out with no problems.

Should it be possible to set up our site for editing within Dreamweaver?  If so, what might be the cause of our issues in connecting?

Wednesday, December 5th, 2007 - 9:01 am
  • bbailey1
  • bbailey1's picture

Connecting Dreamweaver to the space where your Drupal installation resides is possible, however you cannot format the content of a page through Dreamweaver. Drupal is a web-based Content Management System (CMS), and unlike traditional Dreamweaver sites, the content and formatting for that content is stored in a database.

There is a great tool, TinyMCE, that I use to edit content for all of my Drupal sites. This is a two-part installation process, so make sure you read the directions on the page. I also recommend using IMCE for uploading and handling images and files directly.

As for connecting Dreamweaver to the webserver:

  1. In Dreamweaver,  go to Site > New Site
  2. Click on the Advanced tab
  3. Enter in the following information for Local Info:
    1. Site Name: The name of your site
    2. Local root folder: choose the folder where you site will reside locally
  4. Enter the following information for Rmote Info:
    1. Access: FTP
    2. FTP host: yoursite.asu.edu
    3. Host directory: public_html
    4. Login: your username
    5. Passowrd: your password
    6. Save: checked
    7. Use passive FTP: checked

At this point you can click on the "Test" button, if all of the info is correct, then you should connect successfully.

Wednesday, December 5th, 2007 - 1:25 pm
  • ngudmuns
  • ngudmuns's picture

Thanks for posting this, Bill. I think a lot of folks are interested in trying to use Dreamweaver to edit content, but that is one of the benefits of Drupal; you don't need to have any software installed save a browser.  The inclusion of the TinyMCE module (which I personally use for editing content) in a site makes it much more accessible to folks who may not have lots of CSS/HTML experience.

Monday, June 23rd, 2008 - 3:09 am
  • ssherifm

Now it is very easy to create theme in dupal using our dreamweaver extension

Dreamweaver Drupal