I'd like to hide the formatting guidelines when posting. I'd like to keep only the link saying "Formatting guidelines". Which template shall I edit? I'm using phptemplate. Thanks!

Comments

Aran Deltac’s picture

> grep -r "Input format" .

./modules/filter.module: input formats define a way of processing user-supplied text in Drupal. Every input format has its own settings of which filters to apply. Possible filters include stripping out malicious HTML and making URLs clickable.
./modules/filter.module: return theme('form_element', t('Input format'), $output, $extra, NULL, _form_get_error($name));
./modules/filter.module: $output = t('Input formats') .':';

Looks like somewhere in the filter module is what you are looking for.

I'm unsure if there is a way to modify this from a template. Make sure you backup filter.module before you start modifying.