I've been trying to figure this out for hours. With Drupal 6.17, I could utilize the Taxonomy module to make vocabularies. I could then add new content and provide myself a nice little menu to pick terms from. I could even pick which kind of menu I got: multiple selection, etc.
In Drupal 7, I've made a bunch of taxonomy terms under Games, and I can't find a way to tag content to them. I managed to tag articles to the terms I put under the pre-existing 'Tags' vocabulary, but even then it was a comma-separated textbox, which is far from ideal.
I struggle with this problem: I can create simple entity, and save it to database, however I cannot display it. It seems that drupal doesn't render the content of the entity. So my question is: If I have simple entity which contains variable : note, which can be represented as simple textfield
It seems like this is the forum for confused newbies, but I'm sorry if I'm posting in the wrong place.
What I would like to do is to let users create a simple multiple choice quiz, store all of the quizzes in the mysql db, and then let users take any of the created quizzes. I have done this w/o drupal using simple html/javascript/php, but I am a little overwhelmed with drupal (I'm a beginner at php) and don't really understand how to do this in drupal.
I've got a new D7 install using Bartik. When I install the Examples module and enable Forms Examples it places links on my Navigation menu. In fact whenever any of the examples are enabled links appear on my navigation menu. I can't figure out how this happens. What is the mechanism for directing links to a menu in a module. If it's hook_menu(), I just can't see anything in form_example.module that references the navigation menu. Any explanation or pointer toward further reading would be greatly appreciated.
During the installation of Drupal-7 a Site Name and Site Email Address is required. My site is on a home network behind a router which connects to my ISP wirelessly and isn't in a "domain".
Can I make up a name for the Site Name and use anything for a Domain Name?
For example: Site Name = mygateway and Email Address = xxx@mygateway.org
Or can I use any thing for the Site Name and an existing email address I have e.g., xxx@gmail.com, for the Site Email Address?