I've set up a View (block and page) to list the node title of a particular content type, restricted by a particular term (category). This works quite well, I'll admit. Where things seem to be falling apart is when I set up the same View to display the fivestar rating - in order. You see, it displays the rating admirably (it looks quite sharp), but...
... the sorting criteria I have applied isn't working. I'm trying to sort it by the fivestar rating.
I have just run into an issue with using the tagadelic module and publish / subscribe modules. Actually, I should preface this with the fact that I'm not using an out-of-the-box tagadelic module, but one that allows users to tag a node directly from the view screen without editing the node.
Right, I've started getting this up and running for 2 different domains. I want each site to have it's own database and I want both to share the drupal codebase.
I have installed the Recipe module, now that there is a 4.7 version. I would like to be able to categorize the recipes into things like appetizer, salads, soups, entreés, desserts, drinks, etc. How do I do that? I'm guessing taxonomy comes into play. OH, yes, I want the submittor to be able to do this at the time of submission.
Now, having them categorized, I would like the "Recipes" menu item go to a page that shows the categories and the title and description (from the recipe) as a list. Each entry in the list should be clickable to the recipe itself.