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

book query MySQL

Hi guys I'm trying to get the book navigation to display on a page and I'm using the following code but I seem to be missing something


$result = db_query(db_rewrite_sql('SELECT n.nid, n.title, b.parent FROM {node} n INNER JOIN {book} b ON n.nid = b.nid WHERE n.nid = %d'), arg(1));
   
$node = db_fetch_object($result);
echo theme_book_navigation($node)

The result I'm getting is a

Object id #8

Any sugestion on what im missing
cheers

Patch files

How can I patch a file on windows systems?

Customize Navigation Menu

My webdesigner and I have been trying to figure this out for a month now...

How do I customize the navigation menu?

For instance I would like to replace the word "navigation" with "community",
the word "my account" with "my profile", and so on.

You'd think it'd be easy to figure out, but we've been having the worst luck.

Thank you in advance!

Each user different category

I recently installed Drupal, v. 4.6.3, and I'm quite pleased with it.
But I was wondering if it was possible for me to let each user edit only 1 certain node.
I am running a site for different groups, and I want each group to get access to their own page, where they can edit their content.
Is this possible? I want to limit the users to only edit their page. Nothing more. How can this be done? Should I create user groups or something?
Thanks for any answers.

personal home pages

Hello,

I would like to use Drupal to run a sort of client admin site. The idea is that it will be a site for my clients to log in and view thing like passwords for a hosting account, progress of projects, and files (images etc) to do with them etc etc.

What I want to have is some way of each user having a home page that only they can see after logging in. Can I do this? I know I can do it with roles, but having a role for each client is very messy.

Any help?

Thanks

How to limit access for groups to content by category

I have been using mambo but was drawn to Drupal because it was supposed to have good security. Based on documentation and the user interface, I can only limit access by content type (page, story), and not by content category (different roles/groups in the community) or other item specific way. I could not believe my eyes.

What is it that I have not understood about Drupal security?

Pages

Subscribe with RSS Subscribe to RSS - Post installation