Drupal 7 - Newly added field not showing in old post - drupal

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

Related

Display Field Collection items inplace of field_links? Drupal 8.1.3

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

Drupal 7 how to add views

m create one vocabularity locations(like delhi,bangalore,kerala) and im creates two content types one for user content(fields name,locations,map) type another for admin content(fields like locatoins,no of atms) type , these two contain one specific field that is locations field (vocabularity) now i have to display all details in one view means as table . ,columns are locations,name,no of atms. how to display in these all details in one view please help me im new to drupal thanks in advance. already im creating view no of atms values not displayingenter image description here
First you need to create a new view to show content and type as all
In create page give display format as Table
Then click continue and edit
Add new filter criterea Content: Type
On add you can select your required content types Choose is one of option and check your required content types
Then click Apply
After that you can add your required fields from the add in fields section of your view.
you can add contextual filters for filter according to taxonomy name.

Drupal 5 CCK fields are not being displayed in node

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

Changing order of fields in Drupal's content type

I am using Drigg on Drupal 6.17. Drigg has a content type called as "Scoop". I try to change the labels and order of fields. Normally, this is done in Content Management > Content Types > Manage Fields . But some fields that are shown in Create Content screen are not shown in Manage Fields screen.
The screenshot of Manage Fields is here:
The screenshot of Create Content view is here:
The first three fields (Submit the scoop as.., Scoop's URL, Scoop) in Create Content form are not shown in Manage Fields view.
I would like to ask the reason for this. They must be defined somewhere else. Where is it?
Manage fields is for editing CCK fields that you have added. Other fields from different modules often have a weight setting that you can change to move the field up and down, which you would get to from the main content type editing page.

Drupal CC/Views - new fields not showing up in CCK

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

Resources