Categorizing Content On Your Site
Lesson Six of my special Getting Started With Drupal series of instructional videos.
This video tutorial provides instruction on categorizing blog content using the core taxonomy module. This preview version focuses on adding categories that you select from a drop down list. The premium version contains additional content as indicated below.
Premium Content:
- Free tagging your content
- Adding tagadelic module
- Displaying tags in a sidebar block
- learnbythedrop's blog
- 8899 reads


Comments
At 8:27 in the video when you
At 8:27 in the video when you are clicking display vocabulary: post category, I do not have that option. On mine it says "Hide vocabulary: Post Category" and I left it unchecked and my categories don't show up in my blog posts (like in the example you used)? Do you know why? Thanks a lot and great videos.
nice video. one question, for
nice video.
one question, for a multi-user blog, is there some form of permission control that will restrict which blog type a user can select/create based on role/permission?
an example would be a guest blogger and a employee blogger where the employee blogger can select "official news," but the guest blogger cannot.
thanks
Content Type Restrictions
The best way to approach that is by having two content types and two roles. So first you would create your "official news" content type then set the permissions for that type to edit and view for employees and view for guests. Your "unofficial" content type would be set to edit and view for guests. So you would be creating two roles at /admin/user/roles and then setting the permissions for your content types in the "node module" section at /admin/user/permissions.
Post new comment