Print Page | Close Window

forum policies agreement on login

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=30499
Printed Date: 31 March 2026 at 3:01am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: forum policies agreement on login
Posted By: alabamatoy
Subject: forum policies agreement on login
Date Posted: 05 October 2012 at 1:04pm
Recently upgraded to newest version which requires check of "agree with forum policies" on every login. Users are complaining. How do I turn this check off for every login?



Replies:
Posted By: IanSmithISA
Date Posted: 05 October 2012 at 8:12pm
Good evening,

What I would do is look at 

\Includes\Login_form_inc.asp

Line 164 

<input type="radio" name="terms" id="terms_no" value="false"  checked="checked" /></td>

and consider 

<input type="radio" name="terms" id="terms_no" value="true"  checked="checked" /></td>

However it is a Friday night and my attention is distracted!

Bye

Ian


-------------
Why does anyone need more than an 80x25 character only VDU?


Posted By: alabamatoy
Date Posted: 05 October 2012 at 8:51pm
Thanks, that didnt do it, but this did:

  <td><% = strTxtYes %><input type="radio" name="terms" id="terms_yes" value="true"  checked="checked" />&nbsp;&nbsp;<% = strTxtNo %><input type="radio" name="terms" id="terms_no" value="false"  /></td>

Note that the "  checked="checked"    " was moved from the second radio button to the first.

I was hoping for an admin switch, but none apparently exists, this will have to suffice for now.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net