Related Links
-
Recent Posts
Archives
- August 2010
- July 2010
- May 2010
- April 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- October 2008
- September 2008
- August 2008
- December 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- September 2006
- August 2006
- July 2006
- May 2006
- April 2006
- December 2005
- November 2005
Tags
adhere application birmingham blocks blog blogging book carphone warehouse cck clients cms code comparison content management crushhouse design development drupal e-commerce ecommerce fazeley film filming flash flv help javascript mediadog mobiles mysql office online video open source photos php snippet software streaming studio swf template video web web design website
snippet Archive
-
Count total number of Drupal Nodes of a specific type
This little snippet below is handy for getting the total number of nodes on the site of a specific type.... -
Drupal - manually creating graphs with View variables
This PHP snippet is pretty customised but shows how you can use variables passed in a view to created more... -
Block visibility based on TERM: Site Sections
<?php // This snippet returns TRUE if the node we are // currently viewing is tagged with a term which is // the... -
Foreach on CCK Field in Drupal
The following PHP snippet can be used to display a list of variables in an array from a Drupal CCK... -
Display Drupal’s Node Vote in a TPL
Simple thing but worth noting down for future reference. When using the NodeVote Module for Drupal 6, to manually display...