Closed (fixed)
Project:
DruBB
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 May 2009 at 10:17 UTC
Updated:
11 Jun 2009 at 10:50 UTC
I added a prefix and suffix to the forum post using hook_form_alter to wrap forum posts in a class of 'forum' so we can target css to only those content types, then added css to hide the teaser splitter, menu selection block, and body label in forum posts.
Comments
Comment #1
karens commentedAnd I added a prefix and suffix to the comment form, too, and hid the body label there.
I also realized I was catching non-forum nodes and fixed that in the hook form alter.
With this 'forum' wrapper we now have a way to do other tweaks in the css that will target only the forum nodes and comments.