Drupal is up and running but how do I ...?

what is a node in Drupal ?

I read some of online document and always mention a term node, what is it ?

How do I give ownership to subset of the site to a user or role?

We are converting our department web site to Drupal. Right now there is a person or group of persons responsible for each part of the site. When we convert to Drupal, what's the easiest way to give a user or role permission to "own" (i.e. only ones who can edit that section) a set of pages without giving them permission to edit all pages or to publish pages outside of that area? Is there a module that is set up to handle this sort of "sandbox" model?

Limit node types to terms

How do I specify that a node type can only belong to certain terms? Currently the user can pick every term in the vocabulary, and I want to limit that.

Bug in Recent Comments

I am getting a minor bug within the recent comments block.

I have my site set up with a ad from party poker above the recent comment (RC) block. When I click on the RC link within the block it takes me to the party poker site.

Does anyone know how to stop this?

You can see the problem at:
http://www.thespeculatingmaverick.com (its on the left sidebar)

Thanks

Upload file size limit: how to change?

I'm using the audio module in Drupal 4.7.0. The text on the submission form is telling me:
"NOTE: the current PHP configuration limits uploads to 2 MB."

How can I change this limit?

---
Peter van Dorp

Can't view or list terms on "categories" page. Caching problem?

When I try to click "list terms" or "add terms" from the categories page, nothing happens, the page just refreshes.

Looking at Taxonomy.module i see:

function taxonomy_menu($may_cache){

if($may_cache){
//add some menu items
....
}
else{
//add other menu items
....
}
}

Pages

Subscribe with RSS Subscribe to RSS - Post installation