I am converting a two column static site to a drupal site. In our static site the sidebar content varies from html page to html page. We own a yarn store so the sidebar content on the "yarn" page has different photos and static text than the sidebar content in the "about us" page and so on.
I have just completed building a website. I am stuck at migrating the existing users to the newly built drupal website. I dont have any experience migrating websites(this is my first time). There are around 2000 registered users and I want them to be maintained. The problem is the passwords are md5 hash protected and I am not sure if drupal uses just md5 or md5+salt while storing in the database. How do i go about migrating the users to drupal. The old website has vAuthenticate scripts for login and registration.
I am trying to accomplish the following. I need to use Drupal 6 as a project requirement, but I want to use it with my own HTML and CSS stylesheets for each node/view/panel etc.
The problem is, whatever the theme, I always found that Drupal applies to my HTML content both my CSS stylesheets and the CSS related to the theme chosen. I have also tried, without success, using the stylestripper module (installed in sites/all/modules). No matter what I do, additional CSS stylesheets are applied to my pages, completely destroying my layout.
I've migrated data from an oscommerce to an ubercart+drupal.
All is OK but I've got a strange bug I don't know the reason of.
I've imported (with a terminal and SQL queries) vocabularies/taxonomies and I can use it well... I can see my products group by term, etc.
But when I go to "admin/content/taxonomy/..." for managing them, I can not see any term (well, I can see old drupal created terms, or new drupal created terms).