Sorry I have two different questions here while I am setting up my site:

1. How to allow my users to "Save as draft" when they edit new nodes? Perhaps one may suggest to let them choose not "published" in the checkbox area in the edit page, but I don't want to do this otherwise they will have to much choices to tick on other boxes like "sticky on top". Are there any methods so that I can do the equivalent?

How can I let my users that are without "Adminisiter nodes" privilage to view a list of their own nodes, so that they can update their nodes conveniently?

2. My second question is concerning with the help text generated by the input filters (those formatting guidelines saying which tags are supported, etc). After I enabled quite some filters the text become extremely lengthy that it really annoys my users. How can I suppress the help text?

Many thanks!!

Comments

tostinni’s picture

1/ Draft: maybe the workflow module can help you and create a draft status, I never tested it, have a look at it.
http://drupal.org/project/workspace
To let your users see their nodes, have a look at workspace.

2/ A simple and a little rough way : open filter module and comment the them_filter_tips return $output; function