I want to remove the input format page from the form that appears for a node for a authenticated user, Does anyone knw how can i do that ?

Comments

dman’s picture

The option only appears for roles that have a choice.
Change your permissions setting so 'authenticated users' can only use one, safe input format. They don't need a chioce.

If YOU are seeing it, try logging in as another user. Admin user will always see the option (which can be cluttered) but other people do not.

if neither of these are your proble, you mat try advanced_form.module to remove form elements.

.dan.
if you are asking a question you think should be documented, please provide a link to the handbook where you think the answer should be found.
| http://www.coders.co.nz/ |

David.W’s picture

had the same Question.

Removed the priviledges for authenticated users, now theyre not bothered with input formats anymore :)

thanks