Closed (fixed)
Project:
Country code
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2008 at 19:31 UTC
Updated:
1 Nov 2008 at 02:11 UTC
We should provide a block for users to choose the country as an alternative for ip based country discovering.
Comments
Comment #1
nedjoI roughed in a block. Not yet working.
Comment #2
nedjoWorking 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.
Comment #3
nedjoUses path prefix rather than GET variable to trigger country change. Fixed active link in block. Improved hook_boot() handling of GET['q'].
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.