I have a Drupal 5.1 site. I installed cck module version cck 5.x-1.8. Then went to modules and activated all checkboxes : content, etc. Then created a new Content Type, Added a new field, text integer for age. Then went ahead and created new content, named say news. The new cck field displayed when editing, but when I go to the created node, only the title and body show up, the new field: age does not appear. The age should be displayed with the title and body but it doesn't. In the database I see the table content_type_news_content has the value I entered.
shows editing
doesn't show view
Related
I have added two new fields (named country and tags) in a custom content type in drupal 7, when we create new content then the newly added field appears in the admin section to fill up the content but when we edit already published content under same content type the newly added fields does not appear in that case in any of existing/old content, I have no idea what could be the issue, any help or suggestion would be appreciated.
New field show when adding new content
New field do not show when editing old content
Thanks
I've just started learning Drupal 7 and while I was creating a blog I wanted to give it a relation but it must be related to multiple articles through taxonomy terms.
In the Blog content type, I created a relation field, set the Field Type to Term Reference and Widget to Check boxes/radio buttons.
Here is a snapshot http://varunsharmak2.com/blog-content-type.png
Now when I create a blog entry, it shows all the Taxonomy terms as radio buttons in Relation section.
Here is a snapshot of it. http://varunsharmak2.com/relation.png
I want checkboxes in place of radio buttons.
How can I get check boxes?
When you edit that field there should be an option to select how many tags can be selected? Default is one, but you can select 2,3... and finally unlimited. That field is drop-down field. Select unlimited.
Your second screenshot is not working btw.
I am newbie in drupal I learned how to create content types, but I need do it:
I have the content type project with fields location, arquitect, images, contact, saler, etc each field is text with google maps reference, the profile of arquitect responsable, imageg of project, info of contact, saler profile respectively I need to show this info in this way. How Can I do this? I am usin Drupal 8
You can achieve this by installing and setting 'Views' module:
https://www.drupal.org/project/views, then to create new view with block display that will show fields only for current node ID of your specific node type by using contextual filter in advanced section when editing views:
You can setup your view block like this:
Add in contextual filters node nid:
For this contextual filter, select provide default value of type PHP code and set to retrieve it through arg(1):
When you finish setup your view, your block will appear under blocks, so you can assign it to region you want to, i.e. sidebar.
If you want to, you can restrict visibility for specific content type.
For drupal 8 it is content -> ID, then select "Provide Default Value" when the filter value is not available, and under type select "Content ID from URL"
Under section advanced, add new contextual filter
Choose Content: ID
Choose provide default value and Content ID from url
I am Newbie to Drupal. I want to create a plant taxonomy website to my college. Here I add a image field with description field inside field collection. It displays inside a new page. But I want to display field collection data in the same page in place of the link(field_parts_of_plant 0).
Here the image for your reference
Help me to do this!!!
It works fine after adding "reference table formatter" module. Drupal 8 is awesome]1
I am working with CCK/Views for the first time, and I am stuck on a detail...
I have created a custom type called Outlet (as in Retail Outlet).
I added 5 new fields to my new custom type.
I created some content in my new Content Type.
Then I went to Views to Add a new "Node" type View for my New Content Type.
I click on Fields to select Fields.
There is a option/select box to select which fields to choose...
But alas, my new Content Type and related fields does not show up here.
What am I doing wrong?
It should be under Content in the dropdown.
It will be called field_whatever_you_named