Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hi There, i'm new member to the community. First of all i'd like to say that drupal and her surrounding community are great.
I searched the forums and the developer handbooks for a solution. But i could not find an answer to my question.
my Question:
Is there a simple tutorial or a code example which explains how forms work indside a module ? So how to setup a form an how to pass the variables en how to get the variables and use them.
I know how to do this in normal PHP, but i would like to know how it is done in drupal modules.
Hi,
I have tried sending my mail with the first line as taxonomy: [prices,email,network]
The first command line is actually stripped, but the taxonomy is not assigned to the node.
Any ideas?
It allows people with the appropriate role to post resumes, and/or post jobs.
Normally you would have two roles, employers/recruiters, and job seekers. The former can post jobs and view resumes, the latter can post resumes, and view jobs. You can also have taxonomies by region, or job field or both.
I'm writing my first module that will generate custom content in a themed
context. Since the API documentation seems incomplete and spread out, I was
going to start with page_example.module v1.9 as a starting point since it
is a hello world instance of exactly what I want to do.
The problem is that it won't run in my environment (FC4 / PHP5 / Drupal 4.6.2).
The menu and auth hooks all appear in the proper locations, but the links that
it puts in the menus result in an empty page.