Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - User Registration Rules in FAQ
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

User Registration Rules in FAQ

 Post Reply Post Reply
Author
rjcarpenter View Drop Down
Newbie
Newbie


Joined: 21 May 2011
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote rjcarpenter Quote  Post ReplyReply Direct Link To This Post Topic: User Registration Rules in FAQ
    Posted: 30 December 2011 at 3:44am
I am a new administrator for WebWiz Forums, and I do not yet have a deep knowledge of WWF. However, I have made a minor patch to the help.asp page of WWF v10 which may be useful to other new administrators.
 
When a new user registers with WWF by clicking the Register link, the user views the Registration Rules which may be accepted or declined. If an existing user wishes to be reminded of these rules, it is necessary to click the Register link to view them. It is possible that an existing user might not realise this. Therefore, it would be desirable to include these rules in the help.asp page obtained when a user clicks the FAQ link because they could be expected to be included on that page.
 
The text of the Registration Rules is available through the global string variable strRegistrationRules, and it can be used in patching the help.asp page.
 
The help.asp page needs to be patched in 2 places as shown in the following 2 excerpts. In each case,  the patched code is marked in red.
 

Excerpt 1:

 
<table cellspacing="1" cellpadding="3" class="tableBorder" align="center">
  <tr class="tableLedger">
  <td><% = strTxtChooseAHelpTopic %></td>
  </tr>
  <tr class="tableSubLedger">
  <td><% = strTxtLoginAndRegistration %></td>
  </tr>
  <tr>
  <td class="tableRow">
<!-- RJC 30/12/2011 inserted next item -->
  <a href="#FAQA">What are the Registration Rules for the Forum?</a>
  <br />
<!-- -->
      
  <a href="#FAQ1"><% = strTxtWhyCantILogin %></a>
  <br />
  ...
</table>
Excerpt 2:
 
 
<table cellspacing="1" cellpadding="3" class="tableBorder" align="center">
  <tr class="tableLedger">
  <td><% = strTxtLoginAndRegistration %></td>
  </tr>
<!-- RJC 30/12/2011 inserted next item -->
  <tr class="tableSubLedger">
  <td><a name="FAQA"></a>What are the Registration Rules for the Forum?</td>
  </tr>
  <tr class="tableRow">
  <td align="justify"><i style="color: red">[ Disregard the first paragraph below ]</i><br /><% = strRegistrationRules %><a href="#top"
class="smLink"><% = strTxtBackToTop %></a><br /><br /></td>
  </tr>
<!-- --> 

  <tr class="tableSubLedger">
  <td><a name="FAQ1" id="FAQ1"></a><% = strTxtWhyCantILogin %></td>
  </tr>
  <tr class="tableRow">
  <td align="justify"><% = strTxtFAQ1 %><br /><a href="#top" class="smLink"><% = strTxtBackToTop %></a><br /><br /></td>
  </tr>
  ...
</table>
 
The patched code in Excerpt 2 includes the text "[ Disregard the first paragraph below ]" because the first paragraph of the default Registration Rules refers to Accept and Cancel buttons. This could confuse the user because these buttons do not exist here.
 
 
Regards
 
Ray Carpenter  

 

 
 

 

 
 
 


Edited by rjcarpenter - 10 January 2012 at 12:41am
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.