You are here: Devel > ImcDrupalDev > ImcDrupalConfig
Drupal configuration for Indymedia
intro: what and why?
drupal has many features, but needs some special configuration to be suitable for an imc
Cities list
use the cities list module see
http://drupal.org/project/indymedia_cities
or you need to create a new block:
Admin ==> Block ==> add
<?php include("http://www.indymedia.org/cities.inc");
?>
Publish button
this was done by creating a new menu:
Admin ==> Menus ==> Add menu
and then:
Admin ==> Menus ==> Add menu item
--
GarconDuMonde - 26 Mar 2005
to top