TOPIC

Login problems with domain redirections and cookies

Well, it turns out that if you are setting your $cookie_domain in the settings.php file, and you also want to use domain redirection to point your www site to your non-www site [for SEO purposes] your cookie_domain setting in your settings.php file will need to be edited.
 
The settings.php file says to set it as follows:
 
$cookie_domain = "example.com"
 
However you need to add a DOT to the front of it!
 
$cookie_domain = ".example.com"
 

Getting google base to work in Ubercart 2

Not sure why this is so hard to find for Ubercart 2, Drupal 6; but if you were to download the contrib module you get nothing but a Google Merchant Developer field in your settings panel, and no RSS feed what-so-ever.

 

E3Living: site deployed!

The newest and latest website release from Fountain City goes to E3Living.com. Their entire website was migrated from a Drupal 5 Ubercart 1 system to a new Drupal 6, Ubercart 2 platform.
 
Extensive database migration and product remapping. Menu system IA redesigned from the bottom up to be meta-driven and searchable on product specifications.
 
Full design overhaul with templated CSS3 code [with CSS2 fallback designs in place for non CSS3 browsers].
 
Quickbooks integration with webgility.

Website launched: Move Youth Arts

New website launched for non-profit in California: Move Youth Arts. They bring art to those who might otherwise never get exposure. Site developed in Drupal with Design and IA work done by 360Degrees

New site launched!

New website launched this month for Energy Action Coalition in partnership with Mixologic and theGOOD. Site was developed in Drupal in accordance to delivered designs.

World5 live!

A new website has gone live, World 5.0 which we have just recently built. The design was started by Fountain CIty Productions and then refined by Nue-Media. Nue-Media do some great work over in London, and we are proud to announce a new partnership with them. If all goes well, we should be providing a two-way exchange of services to each other across the atlantic for some time to come.
 

Importing Blogger (aka Blogspot) content into Drupal 6

On the internet, I had found information on how to import blogger into Drupal 5, but not into Drupal 6. So this has prompted me to present the information for the community at large, here is how the code was adapted for Drupal 6, thanks inpart too to a fellow developer I work with: Brush. On the web, I had found: