Download manager

Dear community,

I am looking for a download manager module, such as Downloads II (http://www.vbulletin.org/forum/showthread.php?t=231427). It's currently running (a bit modified) at http://www.kexts.com. Is there a plugin that works like this anywhere? I couldn't find it...

Regards, John

Some error messages

Hi there! I've installed drupal 7.x (just upgraded to 7.2 and that went just fine) and I've got some errors when I'm logged in as admin and in the "module" section. These errors has been showed since the first time I've installed drupal and they were also there when I made the upgrade today. Anyway here they are:
Warning. opendir(sites/all/themes/reallyblue) [function.opendir]:failed to open dir: No such file or directory in file_scan_directory()line 1973 of c.\wwwroot\www.mydomain.com\drupal\includes | file.inc).
Warning. opendir(sites/all/themes/simply_modern) [function.opendir]: failed to open dir: No such file or directory in files_scan_directory()(line 1973 of c:\wwwroot\www.mydomain.com\drupal\includes\file.inc).

Now, I'm using windows 2003 server with php 5.x and mysql databes. The drupal directory is installed in the directory /drupal under an domainname (which I called www.mydomain.com in the text above) that is fully operational and online on the internet) but I still use drupal as a testsite. So far drupal rocks :) but I really want to get rid of these errors.

Callback ignored from hook_rules_action_info - help needed

Hello,

I am new to Drupal and have started developing an e-commerce site with Drupal. I have a huge problem with an implementation of hook_rules_action_info where the callback function is not called!

I am desperate and after searching the forums unsuccessfully, I decided to post my question here:

Basically, I have the following implementation in my module:


function MYMODULE_rules_action_info()
{
$actions = array();

// Assign a coupon to a user.
$actions['MYMODULE_assign'] = array(
'label' => t('Assign a coupon to referring user.'),
'group' => t('Coupon'),
'provides' => array('coupon' => array('type' => 'uc_coupon','label' => t('Coupon'),),
),
'parameter' => array(
'cid' => array(
'type' => 'integer',
'label' => t('Coupon'),
'description' => t('Select the base coupon to be assigned.
The new user will be added to the user restrictions for the selected coupon,
and the code will be sent to them by email.'),
'options list' => 'MYMODULE_cid_options',
'restriction' => 'input',
),
),
);

// mail a newsletter
$actions['MYMODULE_mail_newsletter'] = array(
'label' => t('Sends a newsletter'),
'group' => t('MYMODULE'),
'parameter' => array(
'newsletter_id' => array(

annoying message

i've installed drupal 7.2 on my new webhosting, but there's somethin annoying. It displays some warnings on my website and i don't know what they are for.
what are these for?


Warning: ini_set() has been disabled for security reasons in drupal_environment_initialize() (line 515 of /home/sslde/public_html/drupal-7.2/includes/bootstrap.inc).
Warning: ini_set() has been disabled for security reasons in drupal_environment_initialize() (line 518 of /home/sslde/public_html/drupal-7.2/includes/bootstrap.inc).
Warning: ini_set() has been disabled for security reasons in drupal_environment_initialize() (line 519 of /home/sslde/public_html/drupal-7.2/includes/bootstrap.inc).
Warning: ini_set() has been disabled for security reasons in drupal_environment_initialize() (line 520 of /home/sslde/public_html/drupal-7.2/includes/bootstrap.inc).
Warning: ini_set() has been disabled for security reasons in drupal_environment_initialize() (line 522 of /home/sslde/public_html/drupal-7.2/includes/bootstrap.inc).
Warning: ini_set() has been disabled for security reasons in drupal_environment_initialize() (line 524 of /home/sslde/public_html/drupal-7.2/includes/bootstrap.inc).
Warning: ini_set() has been disabled for security reasons in include_once() (line 267 of /home/sslde/public_html/drupal-7.2/sites/default/settings.php).

Facebook comments, different comments/different page

I think the title should could say it all. I'm working with a facebook addon on my Drupal site and now I'm working on the comment system, as you can see in these 2 posts on my site;

http://no-illusions.nl/re-creatie_v2/node/10
http://no-illusions.nl/re-creatie_v2/node/8

Limiting user contributions to their own sections of the site

I'm creating a site for a radio station. The hierarchy is simple - there are different categories (Music, Culture, Sports, etc.) and inside them are specific shows (e.g. Music -> Long John's Rock Bomb).

At first, I wanted to create a content type for every show there is. This would allow me to create user roles for "Sports journalist" and "Sports main editor" and then assing specific content types to specific people. A sports journalist could only create a few sports shows and edit his own, while a sports main editor could edit all sports shows. Music would be out of their scope.

But since it's not reasonable to have nearly identical content types (not what they are for), I solved my hierarchy using a taxonomy. I created a tree where radio topics (Music, Culture, ...) are top level terms and shows are child terms, categorised under them. This is also very reasonable for presentation to the page users, as they simply navigate through the taxonomy to find shows they want.

The problem I have now is I cannot limit my journalists to only be allowed to add (or editors to only edit) posts under certain topics. There are some modules (Taxonomy Access Control) that allow you to limit users to specific taxonomy, but none or very little available for D7 (so far, I only found TAC Lite, it's a dev version, only used on a couple of sites).

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x