Hello, I'm working on setting up a site in drupal. I had originally used typo for the site, and Movabletype for the blogs. It's a website with three blogs. I know each user has their own blog, but is there a way to create new blogs within a drupal site? Then, when a user creates a new blog entry, they can choose which blog that entry goes into? - jody
It is not possible quite as you say. Their entries will always fall under their own blog, but you can set up a taxonomy category (also called vocabularies) from admin/categories called 'Blogs' and then the terms can be the three names you want to categorize the blogs as. Set the category to be used only on blogs. Then when a user creates a blog entry, they can choose which 'Blog' it go under. Now whenever someone goes to that category page, they will see a listing (with most recent on top) of blog entries by all blogs on that topic. If you have the path module installed, you can update the taxonomy/term/?? path to something like ???_Blog. Also, if you install the taxonomy_dhtml module, you can have a block that will display all the topics for your Blogs category. Lots of options. Greg -----Original Message----- From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Jody Cleveland Sent: Monday, August 14, 2006 10:54 AM To: support@drupal.org Subject: [support] How to create new blogs? Hello, I'm working on setting up a site in drupal. I had originally used typo for the site, and Movabletype for the blogs. It's a website with three blogs. I know each user has their own blog, but is there a way to create new blogs within a drupal site? Then, when a user creates a new blog entry, they can choose which blog that entry goes into? - jody -- [ Drupal support list | http://lists.drupal.org/ ]
Hi When you upload files on your drupal web site, where are the pictures forexamples usually stored on the server? Mvh Gina
participants (3)
-
Gina Rydland -
Greg SBC -
Jody Cleveland