public marks

PUBLIC MARKS from claire_ with tag taxonomy

2009

2006

Taxonomy Tree with feed links | drupal.org

<?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

claire_'s TAGS related to tag taxonomy

clevermarks +   cms +   drupal +   for:@twitter +   import +   snippets +