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

tic2000’s picture

Status: Active » Closed (fixed)

Version 1.3-beta4 uses the l() function. Thanks for your feedback.
Issue closed.