Need help migrating your site to Drupal?

Joomla -> Drupal and split content

Hello community! :)

This is my first post here and let me introduce. I am 32 years, a programmer, hamburg, Germany. I wrote my own cms. Than figured that this is quiet stupid to do alone and ended up with joomla.

Now i know joomla quiet well and why i want to quit. I looked at a lot cms systems and think drupal has an wide and active community, a clean core, sef, html compliance etc. and i want to join.

But i still don't understand some basic concepts about drupal. And i need a more complex conent structure than just one content element but content split up in many elements.

Graphic Menu Items

I have done a lot of projects with Typo3, but now beginning to switch to Drupal. One key feature that I'm looking for is similar to Typo3's capability to use ImageMagick to dynamically combine menu text and menu image background to generate very nice looking graphic menu items. Seems like most Drupal site don't have this capability. How can this be done in Drupal?

Importing CSV...Need an SQL trick to remove quotation marks from beginning and end of node.body

I imported a CSV file using node_import and worked on the data, then realized that the body fields all have a superfluous quotation mark at the beginning and end. Anybody have a tip on how I can do a check (if the first or last character in the body field is a " then remove it?) I'd prefer not to have to modify the CSV and reimport since I already worked on the data in Drupal and would lose it all if I did that.

Thanks for any and all suggestions!

Peace,
lpkb

From Joomla+Simple Board to Drupal+UIE Forum

Here is a simple Mysql code to import contents and forum posts from a joomla+simpleboard to drupal+UIE Forum. Here is a simple guide to migrate from joomla to drupal. I have chosen UIE Forum due to similarity between UIE and simple board tables.

1- Backup your drupal database !!!!!!!!!!!
2- Copy jos_categories, jos_content, jos_sb_categories, jos_sb_messages, jos_sb_messages_text, jos_users tables to drupal database
3- Modify this script according to your needs
4- Run it.
5- Reset forum counters

############################ CONTENT MIGRATION ############################
# Get all records from joomla table and add to drupal tables
# Clear content of node table put comment mark inorder to disable
TRUNCATE TABLE node;
# generate content of node table put your table names and content type inorder to customize
INSERT INTO node SELECT id, id, 'story', title, created_by, state, UNIX_TIMESTAMP(created), UNIX_TIMESTAMP(created), 0, 0, 0, 0 FROM jos_content;
UPDATE sequences SET id = (SELECT MAX(nid) FROM node ) WHERE name='node_nid';
# Clear content of nodrevisions table put comment mark inorder to disable
TRUNCATE TABLE node_revisions;
#generate node_revisions table from jos_content table
#you need to put name of joomla table before fulltext otherwise script gives error

Simple migration of Drupal? Is it possible to ....

Hi everyone.

First of all a Happy New Year for all!

Now I will go straight to subject. I have a little problem, if I can call it like that. The thing is the following:

I have a website based on Drupal and Ubercart. How can I clone the site without to make again all settings and everything (what the first site contains)? I want to be exact the same only under new hosting and domain name. Again, how can I clone/migrate a complete Drupal with Ubercart website to a newly installed Drupal with Ubercart?

Menu Visibility

Yo Drupal Knights!

In the e107 there is an option for menu visibility (for example visible only to ADMIN level)

How do you do it in drupal

Thanks a bunch! :)

Pages

Subscribe with RSS Subscribe to RSS - Converting to Drupal