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

How to display categories in separate block

How do I get categories listed in a separate block. To see an example visit http://performancing.com/ and look at the side bar on the right. It includes a index page and the main categories.

Thanks
Marcel
http://www.BlogNetworkForum.com
http://Diarists.com

Lost the Primary and Secondary fields in the Admin/settings page

On the settings page there are two fields for primary and secondary links. Not wanting to lose the default values, I bracketed each value with HTML comments and then inserted my own html strings. Having done that, the links display but now the fields are gone from the Settings page. I'm guessing that the html comments some how altered the template for this page. How do I undo my action?

Bob

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.

Pages

Subscribe with RSS Subscribe to RSS - Post installation