This forum is for less technical discussions about the Drupal project, not for support questions.

is there a vBulletin importer or intergration

Hello,

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?

thanks a lot
lukas

Resetting default UID and NID after manually entering data into MySQL

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.

How do you split a story into multiple pages?

How do you split a story into multiple pages?

Some of the things I want to post are quite long, is there a way to automatically break them up into more readable sections?

exist a modulese?

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

tnx

zopar

post to top-level of vocabulary?

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?

    Classes    <--- can I post here?
    • Math
    • Science
    • Writing
    • Music

or do I have to create this:

mysql_connect: Why is connection not stored in a variable?

It would be very useful if the db connection were stored in a variable and given as a parameter to all further database functions. For example:

$link = mysql_connect(......);
...
mysql_query($query, $link);

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?

-Robert Douglass

Pages

Subscribe with RSS Subscribe to RSS - General discussion