I'm looking at Drupal for a CMS/eCommerce project. One of the requirement is that this can integrate with my clients Sage accountancy S/W. This was Sage Line 50 but now been renamed Sage 50 accounts.
I've searched for this information and I can see a few others have asked a similar question to this but I cannot see any real responses to this.
Does anyone know a way to run a Drupal site behind a Moodle login?
The idea is to set the Drupal login default to anonymous so we don't have to keep two user databases synched. But, to ensure that the Drupal info is safe and only Moodle users can access it, we want to place the Drupal within a Moodle directory. Does anyone know if this would be doable, given Drupal's sturcture?
How would one go about doing this? Can I just simply install a Drupal instance in a Moodle directory?
I have the Organic groups and organic groups UI enabled. I have a handful of staff members whose user accounts are set as a group type, and thus they are the group manager. On the user registration page, they must select which staff member (group) to join. The new user gets an email notification that their account needs to be approved, but neither the Drupal admin account nor the group manager gets a notification email that a new user exists. What do I need to do to enable this?
HI.
I want to print this
-------------------------------------------------------------------------------------
function commerce_cart_block_view($delta) {
global $user;
if ($delta == 'cart') {
$order = commerce_cart_order_load($user->uid);
Hi, I have just uploaded and attempted to install Drupal v7, but, I get the following error towards the end of the install process:
"An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: http://kawfeeshawp.com/drupal/install.php?profile=standard&locale=en&id=... StatusText: Internal Server Error ResponseText: "
I have no idea what this means. Can anyone help me please?
Thanks