Need help migrating your site to Drupal?

Help me about migrating my web site to drupal cms

Hi, I have one web site in xhtml/css which I need to migrate to drupal, because of easy maintain of content.

Here is the link of my web page:

http://bokizmaj.net63.net/

I just need to add some parts editable, just articles, pictures... because of clients, because it is hard to expect that they will be interested to learn html tags.

I don't want to use Drupal theme, just use it possibilities as CMS.

is there a way to import xhtml?

Hi everyone,
I have a bunch of xhtml (generated from DITA OT) and I'm looking for a way to import them ( and the embedded images) into Drupal. is there an easy way to do that?

Connecting a view to Microsoft SQL Server Database

So I am trying to build a new drupal site to replace their old Silverlight site. The customer has a pre-existing SQL Server database that is being used to store all of their data. The website we are building needs to incorporate some of this data. Right now I have the drupal 7 site running a MySQL db.

My question is, Do we have the ability to connect up to a SQL Server database and then build a View off of that database? I have tried searching the forums and haven't really had much success finding what I am looking for.

Listing needed content types

Hey everyone

I'm very new to drupal. I've been coding an entire website with html & css only and now I want to move it to drupal to make it editable by anyone who isn't really into geeky stuff.

So, originally, this is how I work to ease editing :
- I separate as much as I can layout parts in files (header.php, footer.php, menu.php...) as well as related css files (header.css, footer.css, ...)
- and then I create unique templates files : like article.php that would call the layout elements and css files, and then include in a simple php file that contains simple content with basic markups.
So basically, my template file for article looks like this

<?php
   include(header.php);
   include(menu.php);
   include(left-sidebar.php);
   include(right-sidebar.php);
   include(my-article-name.php); // 'my-article-name' is provided by GET url parameter
   include(footer.php);
?>

Now, this how a page like this looks like : http://best.grandcercle.org/events.php?id=le0

So this fits pretty much the content type concept as I understood it in drupal. So when I found that I thought to myself : "Yep, drupal is exactly what I need :)"
So before I start any cosmetic work, I wanted to create content type.

Captcha is not working for form block module

Hi,

When I am using captcha module in my drupal site, Its working very well in all section (Admin & anonymous ) excepts Form block node which I using for getting content from user (Guestbook).

I am using form block module using getting content from user thorough content type as a block. captcha is enabled for both content type and block. Also enabled the check box "Add CAPTCHA administration links to forms".

Why captcha not showing that content type? Its great appreciable if anybody have any idea for fix the issue?

Thanks,
Jaison

Creating a complete educational media database

Hey people,

I am researching possibilities on creating a media catalog to store cd/dvd/pdf/url/ for a school.
The cd's and dvd will most likeley be a refference and not the actual content itself.

Important is that the teachers need to be able to add media to this catalog very easily.

Can anyone tell me what modules could be used to build this?

I have bee looking into media, ubercart,creating new content types in drupal itself.

Maybe cck is a good idea? altough the module says most has been moved into the core of d7.

Pages

Subscribe with RSS Subscribe to RSS - Converting to Drupal