Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am using the Print module in my Drupal 7 site (www.kooknet.be). How can I choose which fields are printed in my custom content type? I already added the "print-page" class to several HTML tags, but I can't get it to work.

Thanks.

share|improve this question
It could be tons of places, you need to elaborate on what the error you're receiving and what you've done to reproduce and/or attempt to resolve the issue. It's probably a simple fix, but based on your question... who knows. – roberthernandez Aug 5 '12 at 17:08

1 Answer

If you have the Print module installed, you can set which fields are displayed for the 'print' view mode easily from the admin interface!

  1. Go to the 'Manage Display' screen for your content type: /admin/structure/types/manage//display
  2. Once you enable the Print module, you should start seeing a 'Print' display option in the collapsed list of display options available enter image description here
  3. Check that display option (and any others that are relevant to your content type) and hit 'Save'
  4. Now you'll see that that display option is added and you can add or hide fields from it as you please!

:-)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.