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

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

Single Drupal install not practical

I'm finding that running several virtual sites from a single directory that contains the Drupal files is causing complications. For instance, the banner module doesn't seem to work.

So I'm going to keep a master copy of drupal which I will make my modifications to and then write some kind of script to copy my modifications over to each of the virtual site directories.

Just wondering if someone has done this and might have the script already written or if there might be any complications doing this.

Pages

Subscribe with RSS Subscribe to RSS - General discussion