I've made little changes to this add-on (
available under Downloads), you could also update it for your website.
Now it's possible to refer to Disclaimer contents via the link:
[YOUR_FORUMS_DOMAIN]/index.php?action=viewdisclaimer. This could be rewritten in Apache's .htaccess rule like this for example:
RewriteRule ^disclaimer\.html$ ./index.php?action=viewdisclaimer
Then the contents of Disclaimer will be available under the link
[YOUR_FORUMS_DOMAIN]/disclaimer.htmlIn the view mode, the checkbox form is removed automatically, if it's put between '
<!--disclaimer_form-->...<!--/disclaimer_form-->' tags. Check it in the source of
templates/disclaimer.html.
Test an example on
miniBB demo.