If you're having a problem with a specific module, the obvious place to start is on that module's issue queue. A quick search of that issue queue turned up this: <a href="http://drupal.org/node/1354464">http://drupal.org/node/1354464</a>. You can try that patch and respond on that issue about whether it worked.<br>
<br>This list is already abused. I personally disagree that only core issues should be discussed here, but it definitely should not be a place to post questions that could be answered by looking at the issue queues of the modules in question. There are 14,000 modules on Drupal.org. If this list becomes a substitute issue queue for all 14,000 modules, it will become so noisy that everyone that might be able to help solve more difficult problems will quickly quit using it.<br>
<br>I am trying to say this kindly, assuming you didn't know any better, but please use the issue queues :)<br><br>Karen<br><br><div class="gmail_quote">On Tue, Mar 13, 2012 at 6:51 AM, Mukesh Agarwal <span dir="ltr"><<a href="mailto:mukesh.agarwal17@gmail.com">mukesh.agarwal17@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Guys,<div><br></div><div>I'm using rate module for voting. When an anonymous user clicks on the voting widget, the user is redirected to a url "user/login-to-rate". I'm also using i18n for localization. The issue with both of these together is that when I'm on a page with the URL "en/my-url" and I click on the voting widget, I'm redirected to "de/user/login-to-rate" where "de" is my default language. Ideally the user should be going to "en/user/login-to-rate" i.e. user selected language should be respected.</div>
<div><br></div><div>Going into details, I find that the rate module calls url function:</div><div>
<p><span>print</span><span> </span><span>url(</span>'user/login-to-rate'<span>, </span><span>array</span><span>(</span>'query' <span>=> $query, </span>'absolute' <span>=> </span><span>TRUE</span><span>));</span></p>
</div><div>and here there is no language paramater that is passed which means the default site language gets selected. </div><div><br></div><div>Am I missing something here in the configuration? Has anyone faced a similar problem and can help?</div>
<span class="HOEnZb"><font color="#888888">
<div><br></div><div>-- <br>Cheers,<div>Mukesh Agarwal</div><div>________________________________</div><div><font color="#999999"><a href="http://www.innoraft.com" target="_blank">Innoraft Solutions</a> || </font><span style="color:rgb(153,153,153)"><a href="tel:%2B91%208017220799" value="+918017220799" target="_blank">+91 8017220799</a></span></div>
<br>
</div>
</font></span></blockquote></div><br>