Closed (fixed)
Project:
Consistent Language Interface
Version:
6.x-2.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
30 Oct 2009 at 16:10 UTC
Updated:
8 Sep 2017 at 10:10 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedWell I figured it out.
In function languagepath($lang), add sth like:
$domain = db_result(db_query("SELECT domain FROM {languages} WHERE language = '".$lang."'"));Change $path to sth. like this, for nodes:
$path = $domain . '/' . drupal_get_path_alias('node/'.$destination_nid, $lang) . $remaining;For other pages:
$path = $domain . '/' . $remaining;Fancy stuff. Maybe mod maintainer can turn that into an "optional feature" or config setting.
Comment #2
kardave commentedI second that!
Comment #3
PixelClever commented