Need help migrating your site to Drupal?

relational database

I have successfully imported a (MySql) database table to Drupal by feeds import. How can I get another table that was in a relational bind with the already imported table so that the relation is available also in Drupal?

(Sorry for my bad english.)

Migrate from Esyndicat Directory to Drupal

Hi everyone
I am using Esyndicat Directory.
But it is not responsive to my needs.
Given the power and flexibility of Drupal I made the decision to migrate.

Databases are large differences between the two systems together.
I just need one of the database tables (listings) and data must be converted to Drupal.
This table includes information on:
INSERT INTO `listings` (`id`, `account_id`, `category_id`,`domain`, `url`, `description`, `email`,`status`) VALUES

Drupal is specific to each field in a table.

Migrating a website into drupal

Hi Everyone,
am new to drupal and i would like to migrate this site http://www.solarvignette.ch to drupal.
How do i go about it?

Problem with content types and views. Please help

Hello guys,
I've discovered Drupal a couple of months ago and from now on I'm developing ONLY in Drupal.

I have a problem that is going me crazy.

I'm converting my company's static website to Drupal.

The website is www [dot] bandbw [dot] co [dot] uk .

I'm stucked at the properties point:

we have a page, called /properties with a list of our properties. Each title must link to the page of the property itself (i.e. /properties/france).

Every property is composed by pieces of contents that can be different for each property, plus a header.

I have created a Content Type named "Property" with the following field:
Name (1, req) - Place (1, req) - Flag (1, req) - Thumb pic (1, req) - Main bullet points (4, req) - Intro text (1, req)

Then I have create another Content Type called "Property piece" with the following field:
Title (1, req) - 1st paragraph (1, req) - Picture (unl, opt) - 2nd paragraph (1, opt) - the Entity Reference for the Name of the Property and so on.

I have created the first view: a list of field of the content type "Property" to be shown in /properties . So far so good :D

I want the title (so the Name of Property), to link to the property itself page (so /properties/title-of-property).

Simple PSD to drupal 7.

Hello,

I have made an PSD i want to convert to a drupal theme.

The only simple things the theme needs is a left sidebar and a content area.

Anyone who can do this for me? I think it shouldnt be much work word someone who has the knowledge to do this??

Thanks!!

Views - Adding row id instead of row class

I am using jquery tabs which displays the active list item <li> based on its ID.

I would like to use Views to produce the content.

In the Views UI, FORMAT > SETTINGS there is an option, ROW CLASS that gives the option of adding class to each row. With the help of the Replace patterns there is the possibility to name the class based in each row based on its Node ID i.e:

Row class:
somedandyclassname-[nid]

This would give the HTML list item output of:

Pages

Subscribe with RSS Subscribe to RSS - Converting to Drupal