Categories as Menu Items

I am creating a website that is a blog site with multiple authors and multiple categories. How do I set menu items linking to only blog posts of that category. For instance, I want "Politics", "Movies", "T.V." as links, and when you click they link you to only stories in that Topic.

Thanks for the help!

cannot change from myurl/node to myurl/ANYWORD

I've already searched on this forum, drupal pages and google but without luck.

Its seems to be very simple but its not!

I want my site-urls look like "example.com/MYWORD/12345" but not "example.com/node/12345". I have tried to change it under "Home › Administer › Site configuration " (admin/settings/site-information) and I got this error :

The path 'MYWORD' is either invalid or you do not have access to it.

How can I make it possible to drupal use MYWORD instead of node.

Thanks for any help!

Cron has not run.

I have installed Drupal 6 in folder sucessufully and I can't get no administration tool
It is written:
Cron has not run. Please visit the status report for more information. The link don't work. I can't get to administration tool

I don't find some manegement or tutorials. I can create page but how to uopload images. Where is management

Problems: Customized userlogin form doesn't log in my site

Hi everybody!!!

I have a problem with a custom user login form to my site. I made a new block named UserLogin_Block, in this block I wrote this code:

     global $user;
     if ($user->uid) {
        print l("Log out " . $user->name,"logout");
     } else {
        print "<form id='user-login' method='post' action='/index?destination=index'><div><div class='form-item'><label for='edit-name'>Username: <span title='This field is required.' class='form-required'>*</span></label><input type='text' class='form-text required' tabindex='1' value='' size='60' id='edit-name' name='name' maxlength='60'/><div class='description'>Enter your PotentiaWeb username.</div></div><div class='form-item'><label for='edit-pass'>Password: <span title='This field is required.' class='form-required'>*</span></label><input type='password' class='form-text required' tabindex='2' size='60' id='edit-pass' name='pass'/><div class='description'>Enter the password that accompanies your username.</div></div><input type='hidden' value='user_login' id='edit-user-login' name='form_id'/><input type='submit' class='form-submit' tabindex='3' value='Log in' id='edit-submit' name='op'/></div></form>";
     }

Database merge - sequences are not correctly evaluated

I upgraded from 4.5.x to 4.7.11 which worked flawlessly, but I also merged my databases into one single instance (mysql 4.1). I am sharing the following tables:

- sequences
- profile_fields
- profile_values
- users
- users_roles
- role
- authmap
- sessions

All has been successfully imported to the new database, but now when I try to create a new object (article, menu item, or whatever) it tries to use 1 as new id. How is this possible, those values should be taken from the table sequences, or am I wrong (and those are correct)?

microsoft access to drupal

hello,

I am thinking of taking one database with several linked tables, and defined relationships, and convert it to drupal. Is it possible? My first thought is that the CCK module would be the right choice, but I am not sure if Drupal would be the best tool to begin with -

Anyone here who has done anything like this?

I'd appreciate your insight.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.5.x or older