I am a fairly new user of Drupal. I noticed that the og_forum module auto populates the Categories->Forums combobox on the forums page with a list of group related categories when trying to add, or edit a forum. I am trying to have it restrict this combobox to only the name of the category for the current group that is selected. For example if I am in a group named "Test" then I would like this combox to list only the "Test" category when trying to edit, or add forums. I am confused about where, or how to implement this functionality?
I am writing a module and a part of it is a form that allows the user to form a query: He or she can choose from some pop-ups the information she wants to view, and on submitting the form, she is going to see the result of the query AND the form again.
How can I achieve something like this with the Drupal-4.7 Forms-API?
What I do is the following: In my module 'test', I register a menu-item with a callback:
I am currently hosting a site on the Intranet for my projects. I have some status spreadsheets in excel .
I was wondering if there is a way to capture snapshots of data from the spreadsheet and display it on the site ?
Or is there a better way for project management using drupal ?
I've got a silly question. Can you use any $node->customvar directly? 'Cos I've been looking at some modules' code and they seem to do it.
Also, is there any place where I can find answers to questions like this? A place to learn how to programme for drupal? I know I've got the API but it's kind of a mess and with very little details.