1
vote
1answer
38 views

Modifying Field Values for a Custom Content Type?

I have a custom content type that has a field whose values need to be modified. The field in question is a select list and I need to add a new value to the list and re-order the list to satisfy the ...
0
votes
1answer
35 views

Make content type available for anonymous to edit and use front end theme

I have a content type that I have made available for anonymous users to edit. I want that content type when it is in edit mode to use the front end theme. How would I achieve this? Thanks
1
vote
2answers
230 views

Inline Content-type

Is it possible with Drupal to create/edit other nodes of different content-types, when editing a node of one content type? Example: Content-type Survey; has fields title, body and an x amount of ...
1
vote
0answers
115 views

Editing nodes of a particular content type always times out and wipes out field data on the first try

Using Drupal 6.24. So I have 2 custom content types that are almost identical set for making blog posts and news entries (essentially content for separate but similar blogs). Lately every time we ...
4
votes
2answers
2k views

How to change the machine name of the content type in Drupal 7

I found an annoying typo in the machine name of one of the content types, and I'd like to fix it. The only way I know is to delete the content type, and create a fresh one, but there is a plenty of ...