Thursday, September 30, 2010

Drupal 6: How to Embed a View Into a Template

For Drupal: If you need to embed a view inside a template file, a few lines of code is what you need. Lets take a look at the first solution based on the manual:

Wednesday, September 15, 2010

PHP Redirect Visitors to Another Domain or Subdomain Based on Country

Redirecting visitors to a different domain based on the country of origin is one way to consolidate language translations. For example, I have a site at asdfg.com, and I want Australian visitors to be redirected to asdfg.com.au and UK visitors to be redirected to asdfg.co.uk , I can easily do that with a little PHP and a module called GeoIP. Here are the steps: