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.
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.
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
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:
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)?
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 -