Riddel:
I wil be looking in to that.
freeshares1:
In battle.php find:
PHP Code:
If($key == "" || !isset($key)) {
$message = "Please enter a valid password.";
eval("dooutput(\"".gettemplate('battle_userinbattle')."\");");
exit;
}
and replace it with:
PHP Code:
/*
If($key == "" || !isset($key)) {
$message = "Please enter a valid password.";
eval("dooutput(\"".gettemplate('battle_userinbattle')."\");");
exit;
}
*/
That will fix it.
Mrpolish:
I think I can make it so that if you don't count posts in the forum, then it won't add gold in that forum as well. Is that what you want?
(second post):
That bug has been reported and will be fixed in the next version. Thanks.