I'm trying to remove the filter tip ("More information about formatting options"). Unfortunately, putting the following code inside my theme template.php doesn't work.

[code]function phptemplate_filter_tips_more_info() {
return '';
}[/code]

Any idea how to override this function, without hacking module or using css (display:none)?

Thanks

Comments

basicmagic.net’s picture

subscribe

Drupal samurai for hire, based in Buffalo, New York, USA.
15+ years Drupal, 20+ years web.
http://basicmagic.net

davegan’s picture

had the same problem - clearing cache seemed to fix it.