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
Hello everyone,
I have this php script that was originally meant to fetch data from a Joomla database and send it back to my application. It is very short, and I am having trouble figuring out the correct Drupal API methods to get it working properly. Would appreciate if someone could take a look, and possibly provide some input. Thank you very much for your time. Here's the script:
Hi to everyone,
i am new to drupal community and i have to tell you that i'm about to rebuild a big website from joomla 3.2 & K2 2.6.7 to drupal 7, but i have some questions to ask you and i hope you could answer them. Unfortunately i realized that joomla has big problems with websites that use many menu items. Modules cannot be saved when you click in the menu assignment "all pages" in the administrator panel.
HI,
I am building an ecommerce website, where I have mostly product marketing related information and need to translate the product content to various languages. Most of them suggested me to go for PIM (PRODUCT INFORMATION MANAGEMENT).
Please help me is it possible to build such a website using DRUPAL or any other CMS.Is CMS good in storing PRODUCT MARKETING INFORMATION.
I recently migrated a large vBulletin site to Drupal 7 using a combination of the vBulletin to Drupal module and the Migrate module. I realized afterwards that the techniques installed user information into the old soon to be completely deprecated core User Profile instead of User Entity Fields.
Can someone please clarify whether the Drupal 8 upgrade will provide some kind of migration for User Profiles? I do not want to get stuck in Drupal 7 because of this issue.