Need help migrating your site to Drupal?

Pre made page

hello,
I had made a static web page, and I want to painlessly make it into a drupal theme. I am wondering if I could just take one of my web pages, add some php scripts to tell it where to put the navigation, and the content, etc.

I been reading some tutorials, but most of the tutorials starts web pages from scratch, and a lot of copying/pasting without explaining what it does.

Thanks,
Kayle L

Going from a static site to Drupal

One of my websites is very static in nature. It is just a 30 page site outlining what we do, how we do it, how to contact us, etc. I would love to convert this to drupal so that I may change it on the fly. However, I am worried about the URL issues. For example, I currently have all my urls structured like domain.com/about/contact_us and I don't want them to look like domain.com/node/23. I know you can manually edit the URLs when posting content, but is there a way to have the URL automatically generate under the parent category?

Multiple Nodes On One Page

I just started drupal today and I love it. I want to have multiple nodes/sections per page. On some pages I want to be able to seperately edit 3 sections of content, each with its own title and body. All of them have the same style. Hope that makes sense.' Thanks

moving users from Joomla

I have a joomla installation that I am going to abandon soon. Originally I wanted to convert the fireboard (formerly joomlaboard) and all the users but it seems a bit problematic.

I want to at least be able to preserve the users. Are there any automated scripts or modules that can do this?

Note: I do not know how to code anything other than basic html and css. I can however follow directions.

Using for parts of Mozdev.org

Mozdev.org is currently evaluating using Drupal for serving portions of its and its supported projects' websites. Specifically, we're looking to add blogging, wikis, and forums immediately, then also work to migrate other content into the system.

Mozdev currently services its projects as subdomains (www.mozdev.org, project1.mozdev.org, project2.mozdev.org, etc). Since we're looking to only add certain functionality to each site right now we'd like to just enable Drupal at certain urls for each site, for example:
www.mozdev.org/blog
www.mozdev.org/forum
www.mozdev.org/wiki
www.mozdev.org/admin

project1.mozdev.org/blog
...

I have multi-site setup and working with clean urls for multiple sites by adding the other projects to the sites/ directory (this may be done from only inside the default site by setting the prefixes through scripting later), but I'm having problems pulling Drupal into an existing site using aliases while leaving the clean urls enabled.

My Apache virtualhost:


ServerName locdrupal
ServerAlias locdrupal locdrupal1 locdrupal2

DocumentRoot "/home/silfreed/src/mozdev/drupal/fakeroot"


Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all

CSV Import into drupal problems

When I try to import my CSV file into drupal using Node Import Module I get some weird errors:
------------------------------------------------------------------------------------------------------------------------------
Import content
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'uc_product_add_to_cart_form_' was given in C:\Apache2\htdocs\drupal\includes\form.inc on line 218.
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'uc_product_add_to_cart_form_' was given in C:\Apache2\htdocs\drupal\includes\form.inc on line 218.
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'uc_product_add_to_cart_form_' was given in C:\Apache2\htdocs\drupal\includes\form.inc on line 218.
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'uc_product_add_to_cart_form_' was given in C:\Apache2\htdocs\drupal\includes\form.inc on line 218.
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'uc_product_add_to_cart_form_' was given in C:\Apache2\htdocs\drupal\includes\form.inc on line 218.

Pages

Subscribe with RSS Subscribe to RSS - Converting to Drupal