Posts tagged as:

archives

So the National Film Board of Canada has flung open the vault to make many national treasures freely available online. Wow. This is such an amazing set of resources, covering the entire range of Canadian culture. Films that helped define who we are.
Documentaries like Being Caribou. Churchill’s Island. Short films like 23 Skidoo. Art films [...]

{ 3 comments }

Archives

May 22, 2006 · 3 comments

in Uncategorized

$node_count = db_result(db_query('SELECT COUNT(nid) FROM {node} WHERE status = 1 AND moderate = 0'));

$comment_count = db_result(db_query('SELECT COUNT(*) FROM {comments} WHERE status = 0'));

$tag_count = db_result(db_query('select count(*) from term_data where vid = 3;'));

printf('There are currently %d pieces of content published here, and %d comments, tagged by %d keywords.',$node_count,$comment_count,$tag_count);

?>

Posts by Tags/Keywords

$vocs[] = 3; // id of the vocabulary of which you want to display a tag cloud
$output = theme('tagadelic_weighted',tagadelic_get_weighted_tags($vocs, 6, 5000));
print $output;
?>

{ 3 comments }