Hi, thx for reply.
I don wanna redirect with javascript, or manipulate “diffrent” or multiple option pages. Just need:
TIME TO REDIRECT wheever you are function() or Hook{
$url_to_optionspage = my settings in backend or actual url retrived from some function
str_replace (‘domain.com/’, ‘domain.com/’.$LANGUAGE.’/’, $url_to_optionspage);
return $url_to_optionspage;
}
This is a hack to get WPML to work. Otherwise a danish/ whatever visitor get the english (default) options page
I can hack the core, and do this when this url is read from the saved table, in worst case. But I donno where to start look. A filter would be nice to hook into.
I must say that the last thing (and only) issues with s2member is the languages url. Otherwise very happy pro customers.
/ thx