I have a multilingual site that is working great with the i18n module. The only awkward part is the logo banner which has English text on it. Is there a workaround to have the logo image replaced for each chosen language?
Actually im developing a site in which the data was interpreted in excel sheet .Entering of all entire data would be a tedious job .so i need to transfer excel data to my content type automatically.Is there any way ?? i installed the import via cron module in which it stopped after step 3.The step 3 is nothing but importing the data to the selected content type but it doesnt happen as mentioned . I dont know why this is happening . Let me know the ways to achieve the ways for the following queries. Im looking forward to get a solution !!!!
Hi, a few months ago i wrote a lot of TAG (about 10) for each blog entry and now i deleted them for each blog entry to keep only 3. Now when i go to taxonomy, list, TAG, i can see all the TAG i deleted and it's create one page of each of them ex : http://www.gratuites-cartes.com/category/tag/1
How to delete them to delete them to keep only the one i use for my blog entries, i must delete more than 5000 of them...
I got the idea of the entity system. Wow. Great idea. After that I decided to start using it, to have a look at it as it sounded so good. After my first experience of Drupal 7 I decided to open this forum here.
My forum topic is about:
starts from my first impressions of entity system and it turns out
to suggest some changes that I do to keep drupal going on it's very original path
It also going to show an idea making it behave so.
Have you ever wondered why:
it's complicated adding fields to Users in drupal 6, or
why hook_form_alter doesn't work the same way with og_groups module as it does normally, or
why conditional fields module doesn't work certain situations, or
why it takes 3 months to learn using Drupal while it takes 3 days to use Wordpress
If you've ever had similar problems or questions than this forum is for you.
We have integrated hints with our Webform module. However, when attempting to update to the latest versions of Webform, the hints break. I have fixed everything on my development server, but I still can't get webform_email fields to work with hints. It seems the $element['#type'] starts off as webform_email, but it is being changed to the "markup" type somewhere before it is rendered in the browser. I think this is what is causing the problem.
I've grepped the code looking to see where it might be changed, but I can't seem to find the relevant code.