Editing content in one way or the other.
0
votes
1answer
28 views
layout content in columns
I'm trying to figure out someway to allow end-users to format page content into columns. Right now if they edit a page they get a title field and a body field which is fine a lot of the time but what ...
3
votes
1answer
227 views
Cannot edit existing content
I've unfortunately run into a rather major issue on an existing Drupal site. I recently applied the updated from Core 7.12 to Core 7.14. Since then, I can create new content in the admin panel, yet ...
0
votes
1answer
31 views
Edit tab available to anonymous user on some but not all pages?
On a Drupal 6 site that I've inherited, there is a custom content type for staff profiles. Editing should be limited to two user roles "content creator" and "careers." This has worked fine for the ...
0
votes
1answer
52 views
In editing content, can I show source formatted HTML
Might there be a way to show properly formatted HTML when in CKeditor's source view? Is there a way to color code the HTML and Javascript source for my more advanced content editors?
I have turned on ...
1
vote
1answer
327 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 ...
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 ...
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 ...
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 ...
1
vote
1answer
42 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 ...
0
votes
2answers
55 views
Simplest way to let writers edit Views headers/titles without Views UI access?
What's the simplest* way to enable non-technical writers, editors etc to edit the text in Views headers, titles, footers etc, without needing to enable Views UI on a production site, train these ...
1
vote
1answer
47 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
2answers
33 views
Can't click admin menu options, they extend beyond the window edge with Panels [closed]
This is the problem.
I really want to use Panels, but this is the sort of issue that is going to make using it really difficult. Is there a fix? I've tried a variety of themes (Stark, Omega, Seven, ...
1
vote
1answer
24 views
Prevent clicking on view tab when editing a node
I was wondering anyone knew of a module that would warn people when clicking on the view tab if they have made changes to a node, but didn't save it. For example, I've seen a few times where people ...
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 ...
1
vote
1answer
27 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 ...
0
votes
2answers
103 views
Redirect User to their Profile Page After Saving
Each user has a "Edit" tab/button on their profile. They click it, edit their profile, and when it is saved, they are kept on that page. I want the user to be taken back to his/her "View" or profile ...
0
votes
2answers
50 views
“Edit This Page” functionality
I've searched around for quite a bit but can't find the anwer. I'm trying to add a "Edit this page" functionality to my admin menu. Is there an existing feature or module that I'm missing which allows ...
1
vote
0answers
51 views
Workbench access - how to limit which which menus user can add to
I have a workbench workflow system that's setup using a taxonomy to manage the sections. Is it possible to restrict which menu items a node can be added to, depending on a user's section.
Even ...
0
votes
1answer
24 views
add arbitrary descriptions div in a node edit or add form
the need seems simple but I don't find anything about this.
I'd like to add descriptions (div class="description"), non related to specific cck fields. I though I could use these to compute ...
-1
votes
1answer
113 views
Wysiwyg editor with image upload [closed]
Our customer wants us to make a Wysiwyg editor with integrated image upload.
As for now, I found CKEditor, licensed version ($59). I haven't yet asked the customer whether he is OK with this paid ...
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 ...
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
0answers
93 views
Best Practice to make edit-able programmatically custom made content
SHORT VERSION
Is there a Best Practice to make edit-able a programmatically custom made content in the same way the My Account node can be editated?
LONG VERSION
When i create new content through the ...
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")
{
...
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 ...
0
votes
1answer
43 views
Why can't I edit Views in Drupal 6 since moving the site?
I moved a Drup-al 6 site from one hosting server to another, exporting and re-importing the DB. Everything works well but for some reason I can't edit anything in the views. Each time it says page not ...
4
votes
1answer
85 views
How can I grant users permissions to edit certain views (add/remove fields in a view) in drupal?
We offer a Drupal site to our client with a set of views. The client wants to edit a (predefined) set of views. So, say for example the application got 3 views. The client is allowed to edit one of ...
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 ...
0
votes
0answers
54 views
How to add URL in Custom Contextual Links to edit current block?
I am trying to make use of the CCL module in Drupal 7, however I could not figure out what URL pattern should be added to pick up the current block. I appreciate your hints.
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
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
0
votes
0answers
61 views
How to get a rendered, themed taxonomy term via Panels keywords / in a Panels pane title?
By loading a taxonomy term as context and using the keyword %taxonomy_term:original, it's possible to get something resembling a rendered taxonomy term into a pane title. However, unlike adding it as ...
2
votes
4answers
1k views
Bullets and numbers not visible in CKeditor
When I edit something in CKeditor and insert a list, the bullets or numbers are not rendered in the result.
Is it possible to correct it?
1
vote
4answers
65 views
Is it possible to make a second “edit account” page that only allows users to edit some profile fields?
So here is my situation: users on my site have to fill out a rather large number of fields upon registration. However, after they register, only four (out of about ten) of these fields need to be ...
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 ...
0
votes
0answers
69 views
Cannot edit existing user or newly created user
PDOException: SQLSTATE[HY000]: General error: 1 Can't create/write to file '/tmp/#sql_683_0.MYI' (Errcode: 2): SELECT DISTINCT b.* FROM {block} b LEFT JOIN {block_role} r ON b.module = r.module AND ...
0
votes
0answers
22 views
What kind of editor is the most stable and robust? [closed]
I have a problem to display a text in my article as a code, I'v been throug many of the editors like WYSIWYG and etc. but all of them have some bugs. Do you have any suggestions?
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 ...
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 ...
0
votes
0answers
182 views
cannot add or edit content or settings
I am logged in as admin on my drupal site but I cannot change anything. I try to add a new article, click Save, nothing happens, the browser returns to the "add article" page with the empty wysiwyg ...
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?
1
vote
1answer
538 views
Trouble aligning text with WYSIWYG
I have added TinyMCE to work with one of my text formats, and I added the different alignment buttons. When I try to center some text it adds "text-align: center" to the p... but when I save it, it ...
1
vote
1answer
440 views
Missing edit tabs on only one content type
I have a custom node template for a particular content type, and it seems that the "view" and "edit" tabs are missing on nodes of that type. However, it doesn't appear that the node templates ...
0
votes
1answer
94 views
node/[nid]/edit does nothing. how to troubleshoot?
I'm trying to edit a node in Drupal 6. The edit tab is visible and clickable and everything, and directs to the proper path (/node/[nid]/edit) but... nothing happens. How do I troubleshoot this? I ...
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
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 ...
4
votes
1answer
1k views
How to add in-place edit links in Drupal 7?
I need to put in-place links to edit nodes and blocks in panels. I see that there are some modules in D6, like EazyEdit and Block edit, but found nothing for D7 yet. So appreciate your hints, whether ...
0
votes
1answer
809 views
What conditions may cause “The content on this page has either been modified by another user…”?
I'm working on a website which has multiple admins, some creating contents, some editing and some tagging...
I know editing one node at the same time will cause this error, is there anything else ...
-1
votes
1answer
90 views
Drupal 7 text boxes on my site are inserting unwanted characters [closed]
I am novice at this but managed to create a website for my daughter that worked reasonably well until recently. There are several fields where plain text is to be inserted and this was fine but ...




