Tagged Questions
0
votes
0answers
28 views
Using edit module for users profile picture
Was not able to find much on this, but anyone have any luck using Edit for the users profile picture on the user profile page?
Goal is to make user avatar updating a simple single click and edit ...
1
vote
1answer
39 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
0answers
69 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 ...
0
votes
1answer
40 views
Making sure edits work as intended before publishing
I just wanted to pre-empt a situation that is highly likely to occur at some point in the future. I am going to be hosting a small online business using shared hosting. Obviously, once the website ...
0
votes
1answer
74 views
How can i remove title requirement for content type
For example i have content type article i need to remove requirement for title, right now its a Node module element and i can not edit it. I found module title but when i installed id and tried to ...
10
votes
1answer
216 views
Is there a way to do concurrent editing in Drupal 7?
Is there a MediaWiki-like method for supporting concurrent editing of text bodies in Drupal 7? If no feature currently exists, what are some decent PHP diff libraries that could be wrapped up by a ...
1
vote
1answer
47 views
Implement Field API Pane Editor into Views
I have a View which shows nodes from a content type. I need user to be able to edit only one field from these nodes. I installed FAPE module and read its instructions but cat figure out how to ...
0
votes
1answer
255 views
How to edit personal contact form e-mail content - Drupal 7
I looked everywhere in my admin for this. Can it be achieved via the admin panel or do I have to make a custom module?
I can't seem to find an adequate code snippet on Drupal Answers. Help would be ...
2
votes
1answer
313 views
Locking nodes or entities to prevent concurrent editing
I have not had a need for this, but another (home built PEAR) CMS I support for a client uses locking to prevent two users from being able to edit a piece of content at the same time. It can be ...
-1
votes
2answers
529 views
CKeditor - Edit form doesn't show anything in a <code> tag
Using ckeditor module + ckeditor 3.6.
I am using the 'full' text format as a admin role and when I initially fill out a text area and use the 'font styles' dropbar to make the text into 'code' html ...
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
3answers
349 views
Is there a simple way to alter core node/add/my_node_type to adding/my_node_type?
I don't want to show "node/add" in my url "node/add/my_node_type", instead I want to have "adding/my_node_type". Is there a simple way to hide "node/add" but not loose those args?
I want to have ...
3
votes
3answers
1k 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 ...
2
votes
2answers
1k views
User Edit Path in Drupal 7
I want to create a menu with title "Edit" and path "user edit path". I tried to put user/%user/edit; user/%id/edit but no success.
Any ideea?
Thank you.
0
votes
2answers
782 views
Showing the date of the latest edit, instead of node's posting date
I have some nodes I update frequently, but in content pane I can see the posting date of node.
How can I make Drupal 7 show the date of the latest edit, instead of the posting date?
4
votes
2answers
1k views
How to change a node add form without changing the node edit form
I'm using drupal 7
I'm writing a custom hook_form_alter something like this
function mymodule_form_alter(&$form, &$form_state, $form_id){
if($form_id == "rating_node_form")
{
...
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 ...
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.
4
votes
2answers
4k views
Is there a way to edit views fields in place?
I haven't tried the Editview or editablefields modules for Drupal 6, but neither is available yet for Drupal 7 anyway.
I'd like to provide a way for my users to edit lots of nodes and node fields on ...
5
votes
1answer
5k views
Changing the registration form
I would like to revise the default new user registration form in Drupal 7.
Rather than to requst "username", I want to request "full name" with helper instructions to enter the text "username is your ...
1
vote
4answers
930 views
How do I redirect anonymous users?
I let anonymous users publish content on my site, but the content must be reviewed before to be published. The following is my ways to do that:
Using CCK, I created a content type and unchecked the ...
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 ...
