My organization runs a site for about 5 years on the Drupal 6 version. I've made a complete new site in Drupal 7, and I want to add some content from the old site to the new one. In the Drupal 6 website there is a content type called 'items' which contains the default fields (title, body, date creation, ..) and a lot of other specific fields. However, it is only necessary to transfer the title, body and creation date fields. All the other fields can be ignored.
This is a very strange problem and not sure how it has happened. I am adding packages to my website and a duplicate page & almost identical URL is being picked up by Google.
I am on Drupal 6.2 and I am trying to attach uploaded file as an attachment in the webform email. After research I found this module mimemail(6.x0-1.2). I was able to install it. However when it is configured the body of my email gets messed up. It seems like there is an error in the tag
This is what I get:
----------------------------------
Submitted by user: nitadambekodi
We gave a rather extensive site (25K+ Products) running Drupal 6 with Ubercart. We need a developer or development company that will work with us for the long term betterment of our site. There will be somewhat constant modules to be added, bugs to be fixed, etc. In the near future, we would like to make the site mobile-friendly. This is not a task for a new Drupal developer. Extensive experience is required. Please contact me privately to find out more information on this job.
Hi
Iam developing on a website using drupal 6.26. In my home page i displayed thumbnail image within anchor tag. On click on the same, it will navigate to some other page of the site. Iam applying href to anchor tag and image path to thumbnail from database. I wrote whole functionality in a block and i called that block in page-front.tpl.php. This is working fine. But this anchor tag is not clickable in Chrome.
Some times its clickable. But most of the times its not clickable. Can anybody tell me, what could be the problem?