Skip to main content

Home/ Drupal for Developers/ Group items matching "drupal_howto" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
2More

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
1More

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

  •  
    No public posts in this group
1More

Views Argument Handling Code | drupal.org - 0 views

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

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;
1More

Views Arguments | drupal.org - 0 views

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