DrupalIt don't work if modrewrite is disabled.
The module allways calls to "http://yoursite.com/yourpath/count-vote/xxx/1":
<a href="'.base_path().'drupalit/count-vote/'.$nid.'/1"><span id="vote-text-'.$nid.'" class="vote-text">'.t('vote').'</span></a>
I've fixed it in my site using the l() function.
Comments
Comment #1
tic2000 commentedVersion 1.3-beta4 uses the l() function. Thanks for your feedback.
Issue closed.