1
votes

I am building a website using drupal which allows users to create projects and then invite other users to join their projects.

I have created a content type- "project" for the main task. I can successfully edit this content type and publish it, however, when I get to the screen pictured here: http://imgur.com/t49pl the "view" tab is always empty. Any ideas?

1
Check out Structure > Content Types > manage display, maybe all your fields are set to hidden. - tulvit

1 Answers

0
votes

what tulvit said, however...

I would recommend creating a View to display this content anyway. anything generated by the node is always difficult to present as you want, so to solve this issue, just create a View to output the content.