Custom fields from custom content type not showing up

greenerist - January 12, 2009 - 20:37

So in created a Custom Content Type called "Products" and added a custom field called "Price". I wants a user to create and account and be able to create new "Products" only. They can see "create product" but it only shows the "Title" and "Body" field, not the "Price" field. What am I missing? Thanks :)

Check the permissions page

marcvangend - January 12, 2009 - 20:58

Do you have the content_permissions module enabled? If so, check the permissions page (admin/user/permissions) to see if the permissions for that field are correct.

Permissions are set

greenerist - January 13, 2009 - 00:28

Yes, the user is a part of a role called "member" that has permissions to "create product content".

This has to be a permissions issue. When i'm logged in as Admin I can see my added custom fields. So it's just prob a matter of tweaking :)

"Create product content" is

marcvangend - January 13, 2009 - 07:30

"Create product content" is on of the permissions published by the node module. It's important that it's set right, but it may not be the complete story.
I guess I'll just repeat my question: is the content_permissions module enabled? In that case, there are more permissions so set.

content_permissions is enabled

greenerist - January 13, 2009 - 22:20

Thanks marcvangend, i got it working now. Is it possible to add a button to this Content Type? like a "save to wishlist" button?

You can use the flag module

marcvangend - January 14, 2009 - 07:46

You can use the flag module for that, http://drupal.org/project/flag.

 
 

Drupal is a registered trademark of Dries Buytaert.