Topics related to Drupal content types.
4
votes
2answers
82 views
How to color cards (hearts and diamonds) red in Drupal 7 comments?
I run a Drupal 7 website with Forum, Blog, Comment core modules enabled and a custom module (generates a block with Flash game and blocks with player rating) written by me.
The website is dedicated ...
0
votes
0answers
9 views
Multiple records entry using spreadsheet
I have a simple Content type "Contact List" with following fields:
Contact Person
Designation
Company
Email Address
Contact No
I want to create a spreadsheet-like interface for my users to ...
2
votes
3answers
37 views
What is the proper way to uninstall a module that adds a content type
I heard that when uninstalling a module that is a content type, you should not use node_type_delete('my_module') in hook_uninstall(). Instead, you should let it be handled by Drupal that just disables ...
1
vote
1answer
23 views
Search a content type based on certain criteria
I am faced with a challenge for my company's new website. We are using Drupal 7 and here is the situation: We have approximately 250 doctors in our group and I am tasked with creating a custom ...
3
votes
4answers
70 views
Designing different content types with the same fields' name (shared fields)
For my website I need several content types (at least five), but all that have some fields' name in common as title, subtitle, body, teaser, image and so on.
Shall I use the same field (machine name) ...
0
votes
0answers
15 views
Drupal generic data checkboxes
I have a content type 'course'. With fields like name, description and so on.
Then I have course_subcription. Which references to course. Now for the subscriptions I want the following:
for two ...
1
vote
0answers
27 views
How to render-print content type fields in an article?
I am building a Drupal website and came across with an issue.
I have created a content type called "comments" with 4 fields :
-comment1 with machine name: **field_comment_1**
- comment2 ...
0
votes
2answers
37 views
Put footer/signature on every blog post?
I'd like to put a canned footer at the bottom of every blog post which has it's own content type. My blog posts can have comments so I'd like the footer boiler plate to be at the end of the post ...
1
vote
2answers
28 views
Display a block on some pages according to the fields content of that page
I created a content type called people, where I create personal pages using that type. One of the fields is 'area'.
Then, I created a view of block called 'software people', where I list all the ...
0
votes
1answer
15 views
How can I disable the node page for a specific content type? (But still use colorbox-node)
I use colorbox en colorbox-node to show the content of a node but I don't want people to access the node page for that content type.
How can I disable the node's detailpage and still access all the ...
0
votes
0answers
16 views
PHP from an article is running on every page of site [closed]
New to Drupal 7 (and Drupal in general).
I've got 3 articles - one is just a basic page that displays some info and is associated with a menu item, the second is a form where the user inputs a couple ...
0
votes
1answer
20 views
Taxonomy Terms based on already created content
Ok I have a client that builds homes in subdivision. I have created a subdivision and homes content type. What I want to be able to do is attach homes to subdivisions.
What i want to be able to ...
1
vote
2answers
44 views
Filter data from two content types with different criteria in view
I've got these two content types, A and B. It's pretty straightforward to set up and display them in the same view. However, I can't get them filtered. I've added two filters rules, one for each ...
0
votes
1answer
31 views
Auto populate a node add with values of another node
Is there any module that autopopulate the fields of a node/add form with the values of an already existing node of the same type? I would like to pass the nid of the existing module on the url and the ...
0
votes
0answers
21 views
Create, edit and delete own permissions are not working on content type for different users (Drupal 7)
I want to set create own, edit own and delete own permission over content type to personalize it. In content type I have link field, with the help of that I can add link url and title which comes up ...
0
votes
1answer
13 views
How do you display fields created via the File Entity settings configuration?
I have a question about adding fields to the file type field. Someone suggested usingthe file_entity module, and I tried it out and it lets me modify it's configuration settings, adding a few fields, ...
1
vote
1answer
11 views
Add content to a render array in a content type from my custom module
I created a content type that is used to display a list of videos hosted on brightcove. I have a module that is setting a cookie for the anonymous user when they watch one. My end goal is to display a ...
2
votes
1answer
25 views
forcefully / manually remove content type
Is it possible to manually remove a content type?
I've packaged it in a feature and now the content type is no longer needed; it's been deprecated. I'm unable to delete the content type after ...
1
vote
1answer
23 views
How to handle large select lists in content types?
I need to add a city field for a content type in D7. I'm getting it from a federal census table and it's going to be around 35K+ records. Any thoughts on filtering this list down by state and/or ...
0
votes
3answers
49 views
Pulling data into a content type
I'm hoping to get some opinions on the best way to proceed. We are migrating our website from a Microsoft Environment to Drupal 7 and I appear to be having trouble wrapping my head around how to do a ...
0
votes
1answer
30 views
Need Ability to Override Default text field
When the textfield is left blank, a default value populates. But when a value is placed into the text field, that value should show on the front end. It currently does not.
I have admin rights to ...
1
vote
2answers
65 views
Drupal Content Types
Content types that are created recently are not showing up. They are displayed in content type list but not in "Add content" list and navigation menu. I tried few solutions like:
I checked in the ...
1
vote
1answer
27 views
Custom template for content type, How to print a link field as a hyperlinked image
I am making a site for a music festival. I have one content type for attending artists, which includes the following fields of the fields type Link: soundcloud, youtube etc.
I would like to print ...
1
vote
1answer
26 views
How Do I Create a User Role that Can Only CRUD a Single Content-type?
OK, so I know how to create roles and messed around with the People->Permissions->Roles screen. My goal is to create a single user role that will have only one function -- to administer the calendar ...
1
vote
2answers
35 views
Allow authenticated user to create an article
hey im fairly new to D7 and ive noticed that there isn't really a way to create an article without the admin toolbar, but i would like users of my websites to be able to create articles. How would i ...
0
votes
0answers
18 views
Images are not rendering for drupal format fields
I have created a content type which has several text content and images. What I intended to do was showing click button for each package and when the image button is clicked navigate in to details of ...
0
votes
1answer
29 views
Creating a content type that merges fields with its assigned area within the body
I have a requirement to build a content type that has a number of fields and also the body section which is where the html goes. When new content is added using this new content type the user would ...
0
votes
1answer
42 views
How can I join content in Drupal
I'm having a little bit of trouble with joining 2 different content types in a view. I'm am using Entities and View modules.
What I have is about 50 satellite offices and each office has a varying ...
1
vote
1answer
39 views
Error displaying field_view_field content [duplicate]
I have some working but drupal keeps giving me warming errors each time i look at the admin pages.
I am in the process of building a forum using drupal's core forum module. Once you selected a listed ...
0
votes
0answers
9 views
How to represent and edit the status of node relations with per-relationship modifiers or taxonomy?
I have two custom content types, call them Location and Goal. I'd like to use something like "node reference" to link all Locations to all Goals with a status. Ideally a matrix of radio buttons, like ...
1
vote
1answer
32 views
Adding comments to user profiles
I would like users on my site to write "feedback" of other users.
My thought is to have a content type called Feedback, and create a view of it, to preview at the foot of the user page. I can also ...
-2
votes
0answers
30 views
drupal categories structure [closed]
I am trying to build a similar site with Drupal 7 However I want to know how to build the structure.
I am messing with categories and structure, cant getting which modules shall do perfectly.
I need ...
-1
votes
1answer
29 views
Need help to create the structure of a new website [closed]
I want to create a website using Drupal 7. On the website I need to be able to create goals and habits. Besides, I need to relate habits with goals, but a habit may be related to one or more targets.
...
0
votes
1answer
20 views
Users can choose image style on content type?
I want to display image style list in particular content type. Users can choose their image style from the list provided.
Is it possible to achieve this?
0
votes
3answers
32 views
Is there a central document store in Drupal 6 or a module that does?
I have a content type in Drupal 6 that consists of 3 main fields, each allows for the upload of unlimited files, which I have restricted to being PDF or DOC based formats. Lets say there will 100 ...
0
votes
0answers
13 views
Dynamic Upcoming Event Selection on Webform Using Views and Viewfield
What I have is an Events Calendar and an Events Content Type. On the back-end events are added then I am using the Webforms Module to create a Register to Attend page. What I can not seem to figure ...
0
votes
1answer
18 views
multilingual while adding content
I have enabled the i18n module and created a taxonomy vocabulary with translated terms. In addition I have created a CT (content type) in which I've added a term reference field of this taxonomy ...
0
votes
1answer
36 views
Heading at top of node/add or node/edit
In my node/custom_content/edit and/or node/add/custom_content page i want to place a heading at the top of the page as Create New My-Content. Seems simple enough but i am unable to do so...How can ...
0
votes
0answers
31 views
Can't add content?
I have a content type called Video with a node title and a video field where i put the url of the youtube video i want ( Video Embed Field module ) .
Everything goes fine until i installed some ...
2
votes
1answer
33 views
Altering select elements to include data-img-src
I am trying to create a content type with select list options that are replaced by images that you can pick.
Plugin here http://rvera.github.io/image-picker/
How would I go about altering the option ...
0
votes
1answer
55 views
No 'pagination' on Article comments
Ok, I'm on D7 and using the default Bartik theme. I set comments for content type Article to be 10 per page, threaded. I published a test Article and started commenting to test the paging, and when I ...
0
votes
0answers
44 views
Drupal Commerce: Attach product to checkbox node field (Pay-Per-Publish)
I am looking for a way to take a regular content type and then add a boolean checkbox to it.
If checked, add a specific product to the cart, make sure the product is purchased before the content is ...
0
votes
0answers
19 views
How can I build a menu with administration permissions?
I want to build a navigation with different primary links on Drupal 7. At the second level different administrators should be able to add or edit nodes - but only in their own section.
- area 1
- ...
0
votes
2answers
57 views
Need to insert a custom node edit link in the node template
I've removed the tabs 'view and edit' from the node content type display.
I need to provide a custom link to edit the particular node based on user permissions.
I've used node/%/edit in node tpl but ...
1
vote
2answers
40 views
how many taxonomies i should use?
there are different content types and associated with different taxonomies. for example forum content type associated forum taxonomy, article content type is associated with tag taxonomy and gallery ...
2
votes
1answer
27 views
How do you turn off comments, by default, for a module defined content type?
I have a D7 module, which defines a content type, via the appropriate hooks.
By default, comments are turned on for my content type. How do I set the default to off, inside of the code of my module? ...
0
votes
2answers
53 views
Complex Content Type, modules?
I've been trying to figure out how to create a content type "a course" that has title, description, duration, instrucor details and contains video lessons.
I made three different content types - ...
2
votes
0answers
37 views
Videos render issue in drupal
I am rendering videos on my site using youtube video url, video_info.php and video content type theming. Some videos are not getting displayed as per the defined format. is there a way out to sort out ...
0
votes
3answers
38 views
listing all the pages of a custom content type
I would like to know the appropriate way to listing the contents in a single page of type "news". Let me clear it once again, I have a "news" type custom content type.
Now i want to list all the ...
0
votes
1answer
67 views
how to select different colorbox styles for different content types in drupal 7?
i tried to select different colorbox styles for different content types but i couln't. because we can select only one colorbox style for all using.
if onybody know how can select different colorbox ...


