Drupal 6 dreamweaver extension progress

many comes with aloat of ideas, You can also contribute few,
here is the progress

http://dreamweaverdrupalthemeextension.blogspot.com

sherif

Is there really no form of access control?

I've just started using drupal again, haven't touched it for a long time. I can't help but notice it still seems to have the all or nothing approach to access.

I can't understand why there's no way of providing some element of pick and choose access control for pages (even just to display something on the front page).

dreamweaver extension wish list

Hi friends,
After accouncing ¨dreamweaver extension¨ project response from the drupal community, developers and designers was tremedous.

http://drupal.org/node/188455 ,http://dreamweaverdrupalthemeextension.blogspot.com

I would like invite drupal community to contribute your wishes for the extension.

with best regards

sherif

Drupal 5.x to 6.x Mail changes

Also see the API documentation for drupal_mail() and hook_mail().

Here is a typical code snippet of mail sending before the changes:

system_send_email_action($object, $context) {
  $variables['%site_name'] = variable_get('site_name', 'Drupal');
  $variables = array_merge($variables, array(
    '%term_name' => $object->name,
    '%term_description' => $object->description,
    '%term_id' => $object->tid,
    '%vocabulary_name' => $vocabulary->name,
    '%vocabulary_description' => $vocabulary->description,
    '%vocabulary_id' => $vocabulary->vid,
    )
  );
  $from = variable_get('site_mail', ini_get('sendmail_from'));
  $recipient = $context['recipient'];
  $variables['%username'] = $account->name;

  $subject = strtr($context['subject'], $variables);
  $subject = str_replace(array("\r", "\n"), '', $subject);
  $message = strtr($context['message'], $variables);
  $body = drupal_html_to_text($message);

  drupal_mail('action_send_email', $recipient, $subject, $body, $from );
}

Christian Drupal Expert needed for...

I need a "Christian" Drupal Expert who desires to work with other Christian Drupal users whether they be potential Christian Customers, potential Christian Service Providers, or potential Christian Goods Providers, etc.

Potential Profit Share to successful candidate.

For those of you who are offended... I am sorry to have done this to you. I do not want to offend anyone. I am simply looking for likeminded Drupal Expert to work with.

Thanks for understanding.

Custom "Book" view?

Hi all.

I am in the planning stages of a new Drupal Site for a magazine. I will either use Drupal 6 when it is released (but get everything ready before hand), or use Drupal 5 and then upgrade as soon as Drupal 6 is released. - Some forum features of 6.x are sort of essential to my plans.

What I want is to have each magazine issue as a book, with the articles as book pages. Easy so far.

Two things that I want to also do is:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x