The Print Module (http://drupal.org/project/print) has a fieldset that displays on the content types. Can Jammer be made to hide that as well?

Comments

Bastlynn’s picture

Status: Active » Fixed

Jammer can't - but I've added a new submodule to the Jammer suite to do this in the 1.4 release. http://drupal.org/node/977050

Jammer generic can get at the form elements of any form. It allows you to remove elements listed by their element id within forms listed by their form id. Please be cautious with this module as it is powerful, but it will let you jam form elements you cannot get at with regular Jammer such as the Print module fieldset. Be sure you've got the correct defaults set for the fieldset before you remove it from user access, and always test it before you put the change to a production site.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

sphopkins’s picture

Just getting around to this. Thank you!