Question about category?

jetbrains - February 11, 2007 - 14:41

I'm a newbie of drupal.
I had created a new category and added its link in menu . My aim is after clicking it visitors can see all contents of this category and create new contents. I want to know if it is possible? Then how to do it?
I had tried to do it,please see below link
http://www.javadevelopment.org/node/5
When I don't login , it appears "Access denied"

How to set the proper premission?

After I login, it appears "Add child category"," Add child container", "Add new commen"

Why not "Add new content"?

Thanks in advance

No 'create content' links

Jaza - February 11, 2007 - 15:12

The category module provides 'add child category' and 'add child container' links on category pages, but not 'add new abc content in this category' and 'add new xyz content in this category' links. In order to create new content that is assigned to a category, your users will need to navigate to the 'create content -> abc' on your site (where 'abc' is the name of the content type). They will then be able to assign categories to the new content that they create.

It would be fairly easy to write an add-on module that provided these links on category pages, using hook_link(). Alternatively, you could just put a link to 'node/add/content_xyz' in the body text of your categor(ies).

Jeremy Epstein - GreenAsh

That was a great tip, Any

H3rnand3z - February 11, 2007 - 18:47

That was a great tip, Any way to set a default category? I will post back if I find anything.

Thanks a lot java

jetbrains - February 12, 2007 - 10:57

Thanks a lot

java development

 
 

Drupal is a registered trademark of Dries Buytaert.