The content-management tag has no wiki summary.
2
votes
2answers
33 views
How to change all hyperlinks in the content
Hi i am new to the drupal and i got problem in my site in the hyperlinks.
I have book copy module by which i have created one copy of the book.
After creating the book i set aliases to content/newbook ...
0
votes
1answer
32 views
How to update all hyperlinks which are in the content
Hello I am using book_copy module for creating a new version of the book so i have copied a book which is having more than 1000 pages with the book copy module.
Now the new book copy has all working ...
1
vote
0answers
26 views
Drupal 6, Locale Module & Language Fallbacks
I have a Drupal 6 website, with 4 different locales, but only 2 different languages.
The 4 locales are setup as follows:
en, site.com, (American English)
en-ca, site.ca, (Canadian English)
fr, ...
0
votes
7answers
114 views
Multiple nodes from a single content type?
I'm trying to create a single content type that displays data across multiple pages for a client. For example:
DOG content type with fields:
List item
Name (Title)
Breed
History (Body)
Age
Weight
...
0
votes
1answer
89 views
How to create restful api for drupal site? [closed]
I am beginner of creating rest api in drupal, can anyone tell how to create rest api for drupal? as a step by step process.
My question is, i am having one drupal cms website for that one, i want to ...
0
votes
2answers
26 views
What could be causing duplicate nodes to be posted?
One of the content editors for our site is encountering a duplication error when she posts calendar events. You can see what's happening on the front end here: https://www.library.drexel.edu/events
...
1
vote
0answers
34 views
Drupal module powered by Wikitext
I am developing a website which basically has the main data source from wikipedia. The website currently needs users to copy paste text from various data sources (like wikipedia). But the problem ...
1
vote
1answer
35 views
What module lets you delete a node after a specific time if its unpublished?
is there a module that can delete or prune nodes that does not get published after a certain amount of time has passed? Currently the node prune module doesnt work with the latest core release. ...
0
votes
0answers
23 views
Workbench Delete or Unpublish Multiple Nodes
I have recently installed work bench, when we view all contents there is no option to select multiple nodes and apply delete or unpublish action on them. I need to edit each node and then delete each ...
0
votes
1answer
16 views
how to edit multiple menu itmes on menu management page
Is there a way to edit multiple menu items on menu management page. I have a site with lots of menu items under one menu, if I want to change the parent of multiple menu items I will need to drag each ...
2
votes
1answer
41 views
I am unable to show the access denied message of the premium content module. How can I do this?
I have 3 view modes (teaser, presentation and full view mode). I have created a node--content-type.tpl.php and created the code for each view mode using a conditional statement
if($teaser) {}
...
2
votes
1answer
73 views
Menu management options in Drupal 7
On node add/edit form, when the navigation menu grows, it becomes harder to find the menu parent in which we want to add the node link. Is there any module through which it becomes little easier?
...
2
votes
1answer
32 views
Manage images manually
For our new Drupal site, it would be ideal if we could manage all images manually. We need to able to resize/crop and put the files where an author decides to put them. The reason is that these images ...
0
votes
0answers
25 views
Custom Contextual Link to admin/content for specefic content type
I have a views slide show block on my website. Using custom contextual links I have added a link to add new banner. But I want to add a link to Edit current banner which seems to be much more ...
2
votes
1answer
32 views
Disappearing Content
I just inherited a Drupal 7 website from another agency. The site was fairing well in our DEV and STAGE environments. The problem started occurring when we switched DNS over to our PRODUCTION site.
...
2
votes
3answers
91 views
Migrating content from older custom CMS
Initial Question
Given an older CMS that kept data in a mysql database, how could we move this into a new D7 install?
It has a mysql database with a content table containing Title and Body (with ...
-2
votes
1answer
35 views
Auto Publish news from Email straight to front-end [closed]
My client, a daily newspaper, has a news portal built on Drupal.
They require a way through which newsmen in the field can send image and news content to an email address, then image and content are ...
2
votes
1answer
31 views
Best approach to set up a collection
I've got a bunch of internet links with the properties "Name", "Description", "URL", "Banner (image)" and "Category".
What is the best approach in Drupal to get these organised? Should I create a ...
1
vote
0answers
45 views
Data migration to new drupal website
I'm planning to migrate a non-Drupal website to a new one based on Drupal 7. The current website is using object oriented model classes. In addition I use Doctrine for database abstraction and object ...
0
votes
1answer
69 views
Content Strategy: Similar but unique content
I am building a Drupal 7 site and need some help with my content strategy. One type of content I regularly work with are workshop/conference pages. Each workshop/conference may have one or more of ...
2
votes
1answer
26 views
how to perform versioning content between users?
I need to create a content type "Project Software". Users can upload source code to their projects as a portfolio editing option. In one project can participate more users. So I need a solution for ...
0
votes
4answers
71 views
Advice concerning lay-out homepage
I'm having a bit of an issue here and I'm hoping for some professional advice.
Here is my situation:
That's my homepage. In the upper part, there is an image slideshow (no issues there), but ...
1
vote
1answer
35 views
Optimal route on creating landing pages
So, time and again I've come across the requirement to create a "custom" or "landing" page which pretty much narrows down to this:
The co-existance of manageable text/content along with predefined ...
0
votes
1answer
241 views
Is there any free LMS or LCMS components / module in drupal that support Scorm standards
I'm starter in Drupal and want to know if there we have strong features for Learning Content management systems continue on Research and deploy a project on it in my company.
If the these features ...
4
votes
1answer
118 views
What is the default behavior of the Drupal 7 cache?
I can't find any specific documentation explaining how the default caching mechanism in Drupal 7 works and when does it clear caches automatically. From my own testing, I can state the following:
...
0
votes
1answer
64 views
Creating static pages on production from a local module
This question could have multiple types of answers, so I'll take anything you guys have to offer.
I have to transform an XML feed into a set of Pages (content-wise). Currently, I have a module I'm ...
1
vote
0answers
45 views
Creating a content type in the CCK with several categories and multiple options
I have to create a content type with multiple options divided into categories.
For example, imagine that you want to create a content type about cars and each car has multiple categories (engine, ...
0
votes
0answers
31 views
Field that is a node reference or a textarea
I was wondering if anyone has ever run into the situation of giving the user the ability to either add text to a single field or give them the option to also select from a node reference list too ...
1
vote
1answer
51 views
Let the site administrator edit content at page
I'm using views (outputing fields) to display the content of a page and that's working fine for the end user (the visitors). I have 2 questions about the administration for this page.
Is it ...
2
votes
0answers
38 views
Please help on comment status
How can I display the comment status (open and close) with radio buttons in the comment submit page? I want it be selectable during comment submission by the user.
Actually, I have a content type ...
1
vote
2answers
83 views
How to restrict creation of content based on unique field values?
I'm not entirely sure how to title this question. I want to restrict the creation of a particular content type to one entry per user per the value of a particular field. So essentially what I'm ...
0
votes
2answers
912 views
Add search to the Drupal 7 find content
By default drupal 7 find content page comes with filter by type and status. I wanted to give one more filter, where user can type the few letters from the title they are looking for so that they can ...
11
votes
1answer
298 views
Sharing content with domain access?
I setup a site with domain access. It has 2 subsites.
I want to publish content from the main site to the subsites. This is already working good with send to affiliates. But I want some local admins ...
1
vote
1answer
53 views
Access to only few fields of a content type for specific user
I am using drupal 6. I have created one content type 'video' in which I have many fields like url,language,locations etc. I have created 1 role, Now I just want to give permissions to that particular ...
0
votes
3answers
58 views
Content management
Is there any way to search and manage content via something more usable than admin/content page? There is no search patterns there, for example. I suppose that if the site will have several hundreds ...
0
votes
1answer
41 views
How to add content to a main page
First Drupal site. I have a custom content type of 'books' which I want to add to the 'books' basic page. I literally have no clue how to do this, or what is the best 'Drupal' way of doing this.
5
votes
2answers
191 views
How to prevent users from uploading the same file (image) multiple times?
I have a content type, Image, which allows users to add an image using Drupal 7's built-in image field. I would like to automatically prevent users from adding the exact same image (same filename, ...
0
votes
2answers
139 views
max number of content types on drupal
i have been handled a drupal site to work on, the problem is its very messy, they were building every single detail as a content type (using CCK), that produce around 150 content type and 560 database ...
1
vote
1answer
52 views
Are there plugins available for an “improved” Find Content admin interface?
One of our clients has a lot of content over a number of languages and has expressed that they don't really like the Filter/Sort options available on the Find Content page.
Are there any plugins ...
0
votes
1answer
116 views
Search for content by title or add edit link to node
I have a Drupal 7 installation with a lot of content and it seems quite limiting that I cannot filter the content in the content administration screen by title. Is there a plugin that will add a ...
0
votes
1answer
33 views
How can I display “new” or “update” in the view that overrides admin/content/node?
I have override the page admin/content/node with Views.
The default page of admin/content/node displays "new" for new contents and "updated" for updated contents. How can I display them in the custom ...
0
votes
1answer
204 views
Is there a way to sort by taxonomy?
On the the main content page: mysite.com/admin/content we are allowed to sort by a few criteria. Sort by content type, published date etc. but is there a way to sort by taxonomy? It seems like ...
2
votes
4answers
172 views
Content and data migration module?
I'm looking for a content and data migration module.
Which are commonly used?
1
vote
2answers
818 views
Domain Access permissions issue
I am having an issue with Domain Access in Drupal 7.
The admin user (and seemingly any user I add to the system) is unable to edit content attached to any child domains on the site. The main domain ...
4
votes
1answer
3k views
Manage Display of Entity Reference Field: How to link to nodes instead of plain-text?
I've got two Content-Types: Releases, and Scenes.
Releases contain Scenes as Entity reference fields. I would like to link to the Scene Nodes rather than what the current options allow. At the ...
1
vote
1answer
59 views
Linking Custom Content Types Together
I'm attempting to create a site that lists my brother's DVD releases.
I've been able to do this with Views, but I would like a more user friendly interface so I don't have to administer the site in ...
0
votes
2answers
160 views
Drupal 7 Storage Limit
Currently have a Video Sharing Site where members can upload and Embed videos however it's lacking in one particular functionality. When members upload videos, Is there a way to limit how much storage ...
0
votes
2answers
60 views
Are there existing modules to group nodes and give sequential access to them in Drupal 7
I want to be able to select a set of nodes, put those in a specific order (or make them dependent on each other) and give a group of users access to the set. However, I want the nodes to be read ...
2
votes
2answers
72 views
Can I use views_bulk_operations with the D7 core toolbar module?
I'm building a site right now where I'd prefer to use views_bulk_operations to administer the standard content overview (admin/content) and user overview pages (admin/people). My trouble is that I ...
0
votes
1answer
398 views
How to add categories to content
I'm still new to Drupal 7. I've read a couple of things on how Drupal works, but I don't quite get some things though.
How do I create articles for different categories? I would like to make ...



