Content Submission - getting rid of headings

calebm12 - June 30, 2009 - 01:41

Wondering if on the content creation pages there is a way to get rid of the little headings that fold up. For instance....all the taxonomy fields are under vocab....and they got that little triangle with the heading...wanna get rid of that...is there a setting i can change?

There is no setting that you

eojthebrave - June 30, 2009 - 16:13

There is no setting that you can use to remove the fieldsets as far as I am aware. You could potentially use a hook_form_alter() and loop over the $form array and move everything out of the fieldsets and into the top level and then unset() the fieldsets. I've not tried this though and am not sure what sort of ramifications this might have.

so if i enable users to post

calebm12 - June 30, 2009 - 17:29

so if i enable users to post that is the format they will have to see? it seems like there are tons of sites out there built on drupal that allow user content submission that dont ahve that sort of formatting. not very attractive if you ask me!

_

WorldFallz - June 30, 2009 - 18:05

It would all depend on the permissions in use-- users won't see fieldsets when they don't have permissions to change the settings contained therein.

Alternatively, you can theme the form any way you like.

_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.

yea....i only seem to run

calebm12 - June 30, 2009 - 21:45

yea....i only seem to run into this problem on fieldsets that are made from taxonomy...cause all the fieldsets get put under a vocabularies heading. it is like this no matter what permissions i set.

there has got to be a way to get rid of this...and just have an input content form that has all of the fields going down it. i saw a web tutorial about making a template but it required a template.php and my theme doesnt have this file.

_

WorldFallz - July 1, 2009 - 14:34

I like to use the content_taxonomy module so that taxonomy fields behave/look exactly like any other cck field.

_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.

that was what i had been

calebm12 - July 1, 2009 - 22:46

that was what i had been searching for for the last days.
I assume that using this module the taxonomy terms selected will still be able to be filtered in views?

I checked the "Save values additionally to the core taxonomy system (into the 'term_node' table)."

_

WorldFallz - July 2, 2009 - 00:29

Yep-- it works great.

_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.

 
 

Drupal is a registered trademark of Dries Buytaert.