public marks

PUBLIC MARKS with tags drupal & taxonomy

2010

2009

2006

Taxonomy Tree with feed links | drupal.org

by claire_
<?php function getNodeCount($tid) { $sql = "select count(1) as num" . " from term_node" . " where tid = $tid"; return ($acount = db_fetch_object(db_query($sql)))? $acount->num : 0; } function getChildTerms($parent, $vid) { $sql = "select td.tid, td.vid, t

PUBLIC TAGS related to tag drupal

clevermarks +   cms +   for:@twitter +   import +   module +   snippets +   taxonomy +  

Active users

mfaure
last mark : 23/08/2010 17:49

claire_
last mark : 02/10/2009 13:31