[documentation] [Documentation task] Views tutorial #2: Make a page
called "Module News"
drupalec
drupal-docs at drupal.org
Thu Apr 13 15:35:06 UTC 2006
Issue status update for
http://drupal.org/node/58596
Post a follow up:
http://drupal.org/project/comments/add/58596
Project: Documentation
Version: <none>
Component: User Guide
Category: tasks
Priority: normal
Assigned to: Anonymous
Reported by: drupalec
Updated by: drupalec
Status: active
Tutorial #2: Let's make a page of "Module News"
In this tutorial we'll make a page called "Module News" like the one
you see on this site.
1. Make a category called News
4.7
Go to administer -- categories
Click tab called "add vocabulary"
Enter "news" for vocabulary name
Click "blog entry" and "book page" for node types
Click submit
2. Add a vocabulary term called "Module News"
You are sent back to the Categories page
Go to the row called News
Click "list terms"
Click tab "add term"
Type "Module News" for term name
Click submit
Click tab "add term"
Type "General News" for term name
Click submit
3. Make a new page with category "Module News"
Go to "create content"
Pick "story"
For title, put in "Module-Builder Module released"
For the category, pick "Module News"
For body, put in "The module-builder module lets you build modules"
Click submit
4. Make a view called Module News
Go to administer -- views
Make a new view called "Module News"
(See Tutorial 1 for views module if you don't know how.)
Put in "modulenews" for description
Put in "Module News" for title
Choose Page View
Choose List View
Put "modulenews" for the URL
Add a field called Title
Add a field called Date Updated
Delete the existing filter
Under filters, do add filter
Taxonomy: Terms for News
is one of
module news
For sort criteria, delete the current one
Add one called Node, last updated time
Pick descending
click submit
Congratulations. You are done.
The page is at www.yoursite.com/modulenews.
For some unknown reason, the title for
www.drupalecommerce.com/modulenews refuses to be changed, even though
the title for www.drupalecommerce.com/news is correct.
drupalec
More information about the documentation
mailing list