Skip to main content

Home/ Drupal for Developers/ Group items matching "for" 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
1More

Quick Tip: SVN Filtering | GotDrupal.com | Drupal Tutorials - 0 views

  •  
    A fairly advanced screencast on SVN filtering. Matt Petrowsky has been doing such a great job putting together some of the best drupal related screencasts that are really helpful for my work environment and maybe yours too.
1More

Panels 3 / CTools TODO list: | groups.drupal.org - 0 views

  •  
    Merlinofchaos's TODO list: This is a rough TODO list generated from my personal notes regarding tasks that remain to be done for Panels 3 to complete the alpha stage. This does not include the obvious tasks of find/fix bugs/trim the issue queue.
1More

Litenode | Development Seed - 0 views

  •  
    Litenode is a new module that uses Views to replace multiple node_loads() on a page. The concept is simple: Views already knows how to grab any of the fields in a single go that many modules load independently in their hook_nodeapi('load'). Why not have Views grab them all at once (as you would do in a table view, for example) and then have a style plugin map the Views fields to all the places where modules expect them to be on a loaded node?
1More

Getting node path for theming list view | drupal.org - 0 views

  •  
    I recently need to theme a node path in a list view. Comment #1 did the trick: $node = node_load($nid); $path = drupal_get_path_alias('node/'.$node->nid);
1More

Form Builder | drupal.org - 0 views

  •  
    Wow! This Lullabot contribution has serious potential for developers.
1More

Improving Drupal's Performance with the Boost Module for the UN's Millennium Campaign |... - 0 views

  •  
    A good overview of the Boost module.
1More

Introducing Spaces for Drupal | Development Seed - 0 views

  •  
    This looks like a module to watch if you develop intranets and use Organic Groups heavily.
1More

Specific content types for a specific og content type | drupal.org - 0 views

  •  
    Remove content types in OG Block $exempt['page']='page'; //new code
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
« First ‹ Previous 101 - 120 of 161 Next › Last »
Showing 20 items per page