User login

Need

Save as draft

Add a “Save as Draft” function to the blog, similar to other blogging programs.

If client doesn't have administer nodes privileges-- but she does, right?)

http://drupal.org/project/save_as_draft
dan hak 12:18
she does
benjamin melançon 12:19
ok, then they can just use 'unpublished' -- that's the only clean way without a lot of Drupal pain i think-- the heaviness of an access control module.

Agaric wants a way to decide who sees what status messages

Agaric wants a way to hide certain status messages -- such as the one produced by the update status module! -- from certain users.

http://api.drupal.org/api/function/drupal_set_message/6
and
http://api.drupal.org/api/function/theme_status_messages/6

Business phone system and plan

Posted question regarding our needs here in followup to PingVision musings:

The phone system question
http://rarepattern.com/node/211#comment-327

Resolution

Drupal Salesforce-integrated Contact Form: Specific Use Case

As discussed, for the contact page, I want the following fields automatically submitted through to the LEADS tab in Salesforce:

1. Company Name

2. Contact Name (First Name and Last Name – 2 fields)

3. E-mail Address

4. Phone Number

5. Address (Address, City, State, Postal/Zip code, Country)

6. Additional comments box (optional)

I can add any field to Salesforce so let me know if you need me to do that.

Agaric Wants to automatically set Node: Published filter for new Views

Every view should be filtered by the node being published by default. It should probably sort by sticky first and then created descending too. Most of your views are going to want these, so why not set them this way automatically?

How could this be done with a helper module? I don't think form_alter will do it for us (given all the AJAX used on the add view form), but I hope I'm wrong.

Only lead we have is Creating views programmatically and the rest of the Views 1 API documentation, and it looks... complicated.

How to share a screen capture view

You or you could get someone to look into screen capture meeting software
Clients ike they sort of expected last time?

One client used:
http://www.webex.com
"We've got to start meeting like this(TM)"
Sign up for a free trial of WebEx
http://www.webex.com/go/mcemfreetrial

Ask Agaric: Drupal Site Building Question

Hey Ben,

Thanks for your website.Plenty to read good stuff.I have a
question about drupal implementation.I have installed it already
but i'm still confused where to start building the site.I am only needing the site for uploading/download PPT/Doc and Video
materials.What theme and modules should fit to my needs.

Thanks,
Jack

Hello Jack,

We have a very short summary of resources and recommended first steps here:

Load a node for a template file- in exactly the same way a node object is presented to a theme

Motivation for this function: sure, we could use a plain node_load($nid) and wrap every $node->field['0']['value'] in a check_plain or the function for rendering with the proper input format (check_plain). The proper format is available to be grabbed from the data provided by a regular node_load. But that's a lot of work and not the way we're used to theming things in .tpl.php

Filter a view on the existence of an image for an imagefield field

No this won't work, I do not think filtering per-result row can be done through arguments:

<?php
if (!$field_user_picture) {
  $view->filter[0]['value'] = TRUE;
}
return $args;  // not that this will do anything!
?>

Begin the journey in #drupal-support

ben-agaric:
how can one filter a view based on the value (given or empty) of a CCK field -- CCK image in this case -- ?

Escalating directly to #drupal-views:

Syndicate content