If browser has disabled JS, user will not be able to click "accept" button. Here fix:
In template "vsa_frules"
========================================
REPLACE:
<vb:if condition="($vboptions[vsafrules_time]==0)">value="{vb:rawphrase submit}"<vb:else />value="{vb:raw vboptions.vsafrules_time}" disabled="disabled"</vb:if> />
TO:
value="{vb:rawphrase submit}"
REPLACE:
function VSaFR_buttonCounter() { vsaafr_counter = fetch_object('vsaafr_counter');
TO:
vsaafr_counter = fetch_object('vsaafr_counter');
vsaafr_counter.disabled = true;
vsaafr_counter.value = '{vb:raw vboptions.vsafrules_time}';
function VSaFR_buttonCounter() {
=================================
Patched version here:
http://github.com/rcdesign/vb-foreig...d_forum_rules/