I'm developing Marinelli theme for Drupal6.
In the node template I have to fetch theme relative path in order to print an image inside my theme folder.
Is there a correct way to do this?
the problem is that site themes can placed both in /themes/ or /sites/default/themes.
On a previous version (5.x) of Drupal I had a video file (wmv) that would play on a node (page).
Now that I've converted to Drupal 6.x I am unable to get the file to play.
I'm using two modules (video filter) and (flash video). All files/modules are current including the core.
I've installed Drupal 6 on a web hosting (free.fr, MySQL database), and would like to import data (the more possible: nodes, settings, users...) from another Drupal installation: 5.6 with a postgresql database.
Is it possible to do that? I didn't found any module working with both Drupal 5.* and 6, and I don't know if it can be done via the database, as there are two changes: postgresql → mysql and drupal 5.6 → 6.0.
I'm trying to convert the db of a drupal site from mysql to postgres. All the articles I found, which provide a quite simple way doing this are referring to the file /path/to/drupal/database/database.pgsql.
I am trying to install multiple Drupal sites with a single installation, however, I have questions. I have one Drupal install at my main site, http://www.mainsite.com/. Now, I want another Drupal site at http://sub1.mainsite.com/ and so on. I want these to not share user information.