I really happy to present a new version of WAQ. Now you can reset your score, if you registered user. If user is not register, then login link and (if permitted) register link shown.
For WAQ TOP you must insert that code into your sidebar:
<li>
<h2>WAQ TOP</h2>
<?
if (function_exists("waq_top")) {
print "<ul>";
waq_top();
print "</ul>";
}
?>
</li>
To set the WAQ add this:
<li>
<h2>WAQ</h2>
<?
if (function_exists("waq_start")) {
waq_start();
}
?>
</li>
P.S. Sorry Bikas. I can’t add multi-add of polls to page right now, but I working on it and in next version (I believe in this
) I add this feature.


There are no comments yet...Kick things off by filling out the form below.
You must log in to post a comment.