Early Bird Registration for DrupalCon Atlanta is now open! By registering during our Early Bird Registration window, you’ll save $100. This window ends on 19 January 2025 and will go by quickly, so don’t wait!
I am running a vBulletin based website and I do not want all 12,000 members to register again. So is there a intergration so I can use vBulletin and Drupal with the same user Login (or maby phpBB and Drupal?). Or is there an Importer for the threads and users into a drupal installation?
I'm moving data from an website to a Drupal site.I've recently uploaded my list of users to the Drupal "users" table, and added one set of stories (about 250 of them) to the "nodes" table.
Things seem to work ok, except when I try to use the Drupal admin interface to add a new story or a new user. Drupal seems to have the last UID and NID stored somewhere so that when it goes to submit a story, it increments the stored UID or NID by one, then tries to insert a row in the "user" or "node" table. But it can't because the UID or NID already exists and the entry is discarded.
Hi
I ave a request
exist a module for simple creating page for memebert can't know html code?
A module for administrator for creating preimposted page for user
Is it possible to post to the top of a vocabulary?
For example, if my vocabulary is "Classes" with terms "Math", "Science", "Writing" and "Music," can make a post directly to "Classes"? Or do I have to create a term "All Classes" and place "Math", "Science", etc. one level underneath that?
This is a prerequisite for integrating other projects into Drupal. If the other project (PhpDig in my case) also opens a db connection, Drupal very rudely tries to use it. Is there a reason why the $link variable is not used?