On a new Drupal 4.7.3 site, installed using Fantastico, am unable to install ANY version of Bad-Behavior .module, even the one specifically for Drupal 4.7
Has anyone succeeded at putting this module up under 4.7.3?
I seem to have a problem with the panels module. This is a new drupal installation of 4.7. After untarring the module, I go to administration, modules to activate it and when I check the box and save the configuration I receive the message:
user warning: Table 'mydatabase.panels_info' doesn't exist query: SELECT * FROM panels_info in /home/jerry/stage/includes/database.mysql.inc on line 120.
I am new to Drupal and MySQL programming and I am wondering if I can get some help from the experienced programmers.
I am working on a custom module that let's users specify their prefrences for the module behavior.
I have a table called userprefs. I have created a uid field in this table to act as a foreign key to the users table. Every time a new Drupal user is created, a new row to store the prefrences of the user has to be created with the same uid as that of the recently added user. I can see two ways to do this:
I wish to create another way to input event calendar items. I would like to basically read in data from a file and insert it into the calendar, thus creating my own front end for the end user.
My question is: where do I find the command(s) to enter a new event calendar item?