We should provide a block for users to choose the country as an alternative for ip based country discovering.

Comments

nedjo’s picture

Version: » 6.x-1.x-dev
Status: Active » Needs work

I roughed in a block. Not yet working.

nedjo’s picture

Working now, but I've resorted to a drupal_goto() call. Maybe this could be avoided if we worked at hook_boot() instead of hook_init() as $_GET['q'] will have the prefix at hook_boot(), but we couldn't use any API functions not available at that stage.

nedjo’s picture

Status: Needs work » Fixed

Uses path prefix rather than GET variable to trigger country change. Fixed active link in block. Improved hook_boot() handling of GET['q'].

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.