Skip to main content

Home/ Groups/ Drupal for Developers
Scott Blackburn

How to get user's custom content in blocks | drupal.org - 0 views

  •  
    if ( ($type=='block') && is_numeric(arg(1)) ){ $args[0] = arg(1); } return $args;
Scott Blackburn

Views Argument Handling Code | drupal.org - 0 views

  •  
    if (arg(0) == 'user' && is_numeric(arg(1))) { return array(arg(1)); }
Scott Blackburn

Contextual View Blocks | drupal.org - 0 views

  •  
    $args[0] = arg(1);
Scott Blackburn

Example: My Recent Posts Block | drupal.org - 0 views

Scott Blackburn

US Congress | drupal.org - 0 views

  •  
    Application Module that imports and manages Bills from the U.S. Library of Congress website as CCK nodes. It imports Representatives, Committees, Bills, and Bill Actions.
Scott Blackburn

Allow nodeprofile to take over view tab of user | drupal.org - 0 views

  •  
    I spent a little time looking at the bio module last night. I was impressed with it as compared to the previous nodeprofile version. This morning, I looked at the new nodeprofile version and it looks like it's nearly as good.
Scott Blackburn

Editview | drupal.org - 0 views

  •  
    ds, save your changes, delete pages (with confirmation), and create new pages which are then added to the view.
Scott Blackburn

Insert Subscribed Organic Groups List | drupal.org - 0 views

  •  
    You can add a list of groups that the user has subscribed to with the following snippet.
« First ‹ Previous 221 - 240 Next › Last »
Showing 20 items per page