I tried using node_import to import my old site's link list into weblinks, and came up against the URL problem. Can anyone suggest another import module or workaround for this? What do people do? Sorry if it's been addressed, but I couldn't find any recent posts on this.
I am really a newbie as far as Drupal is concerned....
Can someone please tell me....how do I link the pages which I have made in PHP, HTML, and Flash, with my Drupal site..?
I want to be able to be redirect from Drupal pages to the pages which I have created and vice versa...
Please help me out....
I created a Ruby on Rails recipe site awhile back, and it uses sha1 encryption for the passwords. Is there a module or simple way of making these passwords work with Drupal? Is it as simple as adding a salt field in the user table and switching all instances of "md5" to "sha1" in the user files?
If it's not possible without a lot of behind-the-scenes work, how would you suggest I go about resetting the passwords of 80+ user accounts? Is there a way for me to bulk reset passwords and have emails sent out with new passwords?
Now, we have mirgated the CMS backend to Drupal, data conversion is ok, however, for the site front-end, we want to keep our existing PHP code, we don't want to complete rewrite.
So we need some sort of drupal class api for us to use data stored in drupal, using the following method..
$drupal = new Drupal();
$nodes = $drupal->getAllNodes();
I have recently installed Drupal 6 and have been learning how to use it. One thing I have discovered is the difficulty of migrating my CSS/PHP website to Drupal without redesigning it. The website is nearly done but I would like my client to be able to update the page contents occasionally without needing me to do it.