1
vote
1answer
43 views

Node/add and node/edit do not display forms

I am logged in as an admistrator account and all relevant permissions are enabled for admistrators(some rights to delete a few types are disabled). When I attempt to edit or create an event I get a ...
1
vote
1answer
48 views

Views - user/role has access to edit node

I'm trying to set a view that shows only the nodes that current user or role has access to edit. I've tried with contextual filters and relationships but with no luck. Anyone know how to restrict it? ...
0
votes
0answers
70 views

Combining node edit and workflow state change form

I am using Workflow module for article moderation functionality and it is working fine. For article moderation, I have created different states. Author can edit the article and set one of the ...
1
vote
1answer
28 views

Edit nodes from command line

I am looking for a way to manage nodes from command line. I am aware of drush and drush-entity, and it can do the job in a way, but I thought it could be easier having the nodes stored in files ...
3
votes
2answers
86 views

Retain “Last edited by” info

I would like to keep info on the user that last edited a node. From a little search I found that you can easily obtain that info from the node_revisions table. But what if you don't want to enable ...
1
vote
1answer
329 views

How to expose edit link on editable areas for all authorized users?

The ideas is that in Drupal 7, on mouse hover on a node (or block) a edit link appear at top corner of the node (or block), just like the cog that appears for admin when s/he hovers on editable ...
1
vote
1answer
330 views

Improving the “preview” of a node

I know how to override the preview of a node being edited, but for some reason in the "trimmed" portion it displays a node's title and in the "full" version only the body. I'd like to be able to ...
1
vote
2answers
231 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
116 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 ...
3
votes
3answers
2k views

Disable vertical tabs by content type or user role

Some users may only have the ability to edit one of the fieldsets that shows up in vertical tabs on the node edit form. In such a case it looks rather silly to be using vertical tabs since there is ...
0
votes
1answer
143 views

post editor with image upload

I need a module or patch or something for a post editor that lets you upload images into the post any help is appreciated.
1
vote
1answer
2k views

Drupal 7 Views Contextual Links edit Nodes and Fields

I created some Views with Drupal 7 and also installed the module Contextual Links. It helps me to edit Views and Blocks. But for non-admin users like Editors etc. it would be great to even edit Nodes ...
1
vote
2answers
769 views

Using a select form field for the field that selects the groups where a node is posted

The form for creating a node for the content type that has been set as content type for the Organic Groups module has checkboxes for choosing the groups where a node is posted; I want to use a select ...