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
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 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
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.
I'm not sure this is the right place to ask the question but I tried everywhere (drupal.exchange drupal etc ... nobodies seems to have seen it)
So I'm trying here. Not I'm happy to investigate myself but as I'm new to drupal I have no idea whatsover, how to 'debug' or find a problem so any hint would be appreciated.
I created a new product display content type and then a new product of this type.
This new item shows up in the category list but not in the product list.
Repeatable : Always
Steps to reproduce :
install KC without demo store, no option selected
create a new content type : structure/content type/add new content type
save it : save and edit fields
add a product reference to this content type: add existing field / select product reference
save (this generate an error, I raised issue about it).
save settings
add a product category to this content type
save settings
save content type
Create a product : store/product/add product/
select the later display
fill the name, sky and price
save product
select a product category
save (bottom of the page) Now the product and its display should be created
click on the corresponding category on the main menu (top right) => the new item is listed
clik on all product (main menu) => the new item is not listed.
Is it a bug or am i missing something ?
Ok I found the answer. My new product wasn't displayed not because it was filtered but because the indexes used by the search API hasn't been updated. Seems obvious once you know that the view is not using a query but the result of search.
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