Hi,
I'm using the Drupal Moodle module and have a few questions:
http://download.moodle.org/download.php/modules/drupal_moodle.zip
The module opens Moodle in an "iframe" inside Drupal. I don't really know php, but I think the code from the module that opens Moodle is in lines 66-82. (I'd put the code here, but this forum thinks it looks suspicious and won't let me post it...)
And, if we change this, will it offend some pop-up blockers?
As the second question, when this module is set up, one needs to set Moodle to get its user authentication from the Drupal database. Moodle, unfortunately, requires a few fields for each user that I don't think that Drupal has. Am I wrong on this? Moodle wants Username, Password, email, First Name, Last Name, City, and a Description. AFAIK, Drupal only has Username, Password, and email.
I looked at the Profiles module for Drupal, to see if this would help. But, I have a problem with this, I think. Moodle allows me to set one table to get the user info from. The profiles module stores this info in 2 of its own tables. Moreover, one needs both tables to get the info because it references a user id for each value.
So, is there:
A way around requiring this info in Moodle?
A way to get this info into Drupal's "users" table automatically when a new user is created? (I create the users directly as the Admin, I don't allow users to register themselves.)