I'm trying to figure out how to change the default workflow settings depending on the user role.
Currently, I allow registered users to submit nodes that are automatically published. I'd like to allow anonymous users to also submit nodes, but I do not want them published by default - there will be a review process for nodes submitted by anonymous users.
Is this possible with the Drupal core or do I need an additional module?
Hi to all the Drupal community :-)
I'm testing Drupal for utilize it in a big project website, but I have a problem :-(
I have created a vocabulary with a set of predefined terms (that is, the various categories of my site).
For example, I have: Book, Film, Videogames, CD.
I maked a personalized menu with all these terms. It's simple :)
Now I want to remove the create content item from my menu (I have found how to do it!), and add a submenu item for each term.
The submenu contains only the New book/film/videogames/cd item.
I thought this would be really easy to find, but could find a reference, so was hoping someone could tell me how I can retrieve the $node obejct if I know the node's id.
Here's what I'm doing: I have the category module installed and want to call one of it's functions from within a block. Here's the function that I will be called, as defined in modules/category/category_display/category_display.module on line 312.