Skip to main content

Home/ Drupal for Developers/ Group items tagged drupal_howto

Rss Feed Group items tagged

Scott Blackburn

http://vineyardvoice.org/files/how_tos/groups_walkthrough/index.html - 0 views

  • Ted wrote a theme_breadcrumb() override and called it vv_fix_breadcrumb(). The code is well commented and should be self-explanatory, even to non-phpers.
    • Scott Blackburn
       
      Finally, a breadcrumb solution for group calendars
Scott Blackburn

Useful posts for configuring OG | drupal.org - 0 views

  •  
    No public posts in this group
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;
Scott Blackburn

Views Arguments | drupal.org - 0 views

  •  
    Views Arguments
‹ Previous 21 - 40 of 56 Next ›
Showing 20 items per page