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

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.

Drupal vs. ( Dasblog and/or .Text.ASP.Net Weblogs)

Will Drupal ever have the ability to look as good as these two .Net enabled offerings?:
DasBlog
.Text.ASP.Net Weblogs

Pages

Subscribe with RSS Subscribe to RSS - General discussion