Aga Khan pledges support for Zanzibar - 2009-07-31
Forodhani Park Project Brief PDF - 2009-07-29
Forodhani restoration completed - 2009-07-24
US$ 2.4 million Revitalisation of Forodhani Park in Zanzibar’s Historic Stone Town Completed - 2009-07-29
Speech by H.H. the Aga Khan at the Inauguration of the Revitalized Forodhani Park, Stone Town, Zanzibar - 2009-07-30
Yasmin Aga Khan: Le naufrage de ma mère a bouleversé ma vie - 2009-07-22
Creating View Tabs
See:
http://drupal.org/node/87195
Example: see views JK by city and JK by country:
http://ismaili.net/heritage/jk_view
http://ismaili.net/heritage/jk_view/all
http://ismaili.net/heritage/jk_view2
See the Menu section in the Page section of the Views.
JK by city is the default tab, and I needed to add /all to its url for it to be routed properly.
JK by country has JK by CITY as the parent tab
Audience
Displaying Entries in a block with same term as page
Great entry that works:
http://drupal.org/node/70145#comment-1318538
displaying only nodes in a block view with the same term as page
arbel - March 5, 2009 - 00:43
here's something that might help out someone, for views 1 with drupal 5
argument code for displaying only nodes in a block view with the same taxonomy term as page
if ($view->build_type == 'block' && arg(0) == 'node' && is_numeric(arg(1))) {
$node=node_load(arg(1));
$term = taxonomy_node_get_terms_by_vocabulary($node->nid, 1); //change the 1 for the vocab id
$args[0] = key($term);
}
return $args;
Used here in the view "Search_Images_country" to display on place pages, a block of images of JK's from the same country.
Audience
20090727 - Aga Khan Tours Kenya Centre for Heart
Date

