I am using hook_form_alter() to modify the form to create/edit/delete a form. I wish to modify the taxonomy select boxes that appear on this form in the "Categories" section. Specifically, I want to either hide 1 or more of the select boxes or add a link next to certain select boxes.
The trouble is that none of these taxonomy form elements appears in the $form variable that is passed to mymodule_form_alter().
How can I modify the taxonomy form elements in the node form?
Using Drupal 4.7b2, I used the node_example.module template as the base of my own module. When I upload this file to the ./modules directory, and navigate to admin/modules, once the page is done loading I see the code of my module in a run-on fashion at the top of the screen.
Is this a common problem? I couldn't find anything similar listed on the forums. Perhaps it was introduced with 4.7.
I just installed "drupal 4.7.0 beta-2" and civicrm-drupal-php4-v1.3BETA-rev4263 on my server having php4.4.1 and mysql 4.0.25.
I setup and put all the database mysql. But when i click civicrm in menu bar, the civicrm page comes but with a repeatation. I mean the civicrm page is showing itself 2 times one below another in same page. Is it a bug or i am doing anything wrong?
I just perfromed an update of 4.6 to 4.7 beta 2 and I got the following errors
Unknown column 'access' in 'field list' query: UPDATE users SET access = 1135766101 WHERE uid = 1 in /home/therapie/public_html/includes/database.mysql.inc on line 108.
Unknown column 'access' in 'field list' query: UPDATE users SET access = 1135766076 WHERE uid = 1 in /home/therapie/public_html/includes/database.mysql.inc on line 108
i've installed apache, php, mysql and drupal but I'm unable to display the first page. I'm really new at this so i'm wondering if there's a beginner's installation/setup guide.
I followed the INSTALL.txt instrutions to the best of my knowledge. my settings.php file has the following:
$db_url = 'mysql://root:xxxxxxxx@localhost/clm'; (where clm is the database name)
$base_url = 'http://localhost/drupal-4.7.0-beta2';