Hi can someone help me with my problem, I need table with dynamic rows, this table will be simple nod but I cant understand how to create it, I try Field Collection but not work.
Hi, My name Is pham vansu
i am working out a website marketing
I started using drupal 1 months ago
I live in hochiminh City, vietnam.
i think i will be needing some helpful tips from the others here
I install drupal 7 Quiz Dependency for but not used. Can you help me with.
I'm trying to migrate an old phpbb database to a Drupal environment. The test migrations have worked fine, so I went on to a more recent snapshot of the production database to test it there.
After having installed Migrate including Migrate UI and phpbb2drupal, enabling access to them and setting up phpbb2drupal, I tried to go to the Migrate pane under Content in order to start the migration - and I'm greeted with an error page.
Hi,
in drupal 6 there is a filed in add term in taxonomy voice where i can insert a synonym, in D7 there is no more, i have following this patch https://drupal.org/files/issues/synonyms_0.patch but this give me a issue in line
$form['advanced']['synonyms'] = array(
'#type' => 'textarea',
'#title' => t('Synonyms'),
'#default_value' => implode("\n", taxonomy_get_synonyms($edit['tid'])), ----->here