Tons of questions ?

Hi all

I have recently picked up Drupal as my main CMS and i do like it. I have done some courses from lynda.com and have been searching the forums but i am stuck with a few problems.

Let start with two simple once.

In views you can when you create a page you cab give a path. My path is http://aa2go:8082/?q=products. That is not very nice i would like a path like aa2go:8082/products. Is that possible with views ?

Creating a Multi-User Blog

I'm looking for a "Download & Extend" that will allow me to create a multi-user blogging system for a community of people (Max 10). I'd like anyone to be able to sign up for an account, and create their own blog.<---

I'd like registered users to be able to write comments on the blogs, and to rate the blog and the blog article itself.

Does anyone know of a way to do this?

Insert taxonomy into node object

I have a script which successfully creates new nodes. But I'm having trouble setting the taxonomy before saving.

I believe in Drupal 6 I would use this method.

$cat1_tid = taxonomy_get_term_by_name($data[$i]['cat1']);
$cat2_tid = taxonomy_get_term_by_name($data[$i]['cat2']);
$cat3_tid = taxonomy_get_term_by_name($data[$i]['cat3']);
$node->taxonomy = array($cat1_tid, $cat2_tid, $cat3_tid);

This doesn't work in Drupal 7 and I'm not sure how to go about it.

Thanks

Need best example in creating multi page form drupal 7

Dear all,

What is best code example in creating multipage form drupal 7?

I found this article:
http://growingventuresolutions.com/blog/drupal-7-multistep-forms-using-v...

but the comments are not that good.

Any ideas? Please help.

Sincerely,
Darryl

Can it be done with Drupal?

Hello,
I have just started using drupal and have been trying to figure out how it works. I have installed Drupal 7 on wampserver. I need to know whether I can do the following things with drupal:

1. Can I assign different templates/themes to different pages of the same site build using drupal 7?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x