Skip to main content

Home/ Drupal for Developers/ Contents contributed and discussions participated by Scott Blackburn

Contents contributed and discussions participated by Scott Blackburn

Scott Blackburn

Views Arguments | drupal.org - 0 views

  •  
    Views Arguments
Scott Blackburn

Views Argument Handling Code | drupal.org - 0 views

  •  
    if (arg(0) == 'user' && is_numeric(arg(1))) { return array(arg(1)); }
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;
« First ‹ Previous 241 - 260 of 328 Next › Last »
Showing 20 items per page