I'm trying to create a page for file uploads, within each Organic Group. I created a content type for files, that works and allows me to add "file" content and upload it. The next thing I did is create a View that shows up with a tab called "files" when you're in a group. I'd like that page to list all files that have been uploaded, as well as show the file upload fields.
The view was created as a Page, and I've added a field for the file Content type I created. I also added a filter based on the fields that are in my file Content type.
When I click on the Files tab within my group, it's just blank. I'm obviously doing something very wrong...which isn't surprising at this point since I've only spent a couple days with Drupal so far.
Does anyone have any ideas for me to get me running in the right direction? If the info I've supplied isn't sufficient, I'd be happy to provide more/better info if it helps you get a better idea of what I've done.
Comments
Is it working in the Views
Is it working in the Views preview at the bottom of the View editing page? If it shows up there then maybe you have not saved the view. If not, check carefully your filters, there's probably something wrong there that returns with no result. To be sure of that you could also open the Advanced tab at the right side, and add some descriptive text to the "no results" behavior.
Find European Hosting
Thanks for the
Thanks for the troubleshooting tips Fred8. I think this shows I clearly don't know what I'm doing. LOL The preview area doesn't sh ow my "no results" text, nor does it show what I want it to. It likely has something to do with my filters and possible other things I don't have set up right. I realized I had them set to "equals" and then nothing on the other side. No wonder it's not finding anything. I guess I am unclear as to what is supposed to be in my filter on the other side of the equals.
I'm going to have to look for some documentation or a tutorial on this. If anyone knows a good place to start off the top of their head, feel free to link me to some docs! Thanks!