Tunisia
As long term objective of such group is to start by creating a local community of Drupal users and manage to organize usual training sessions and why not planning annual Drupal Camps.
pb affichage de resultat
salut
je vien de debuter sur drupal et je suis entraint de crée mon premier module
et je block sur l affichage de mes resultats
voici ma methode qui recupere un title de mon form quand je submit j aimerai afficher le resultat de la requete sur le content page
merci pour votre aide
function module_test_block_contents_form_submit($form, &$form_state) {
$header = array('Node ID', 'Title', 'Type', 'Terms', 'Created', 'Published', 'Sticky', 'Promoted');
$rows = array();
$noyes = array('No', 'Yes');
