The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
User Registration terms agreement
Hi,
I am new to this and so far have not found any of this very helpful! So hopefully that will change!!!! Currently the user registration on has a tick box for accepting Rules. I wish to add tick box acceptance for the following: Agreement to Copy Right and Intellectual Property Rights Agreement to Information Disclaimer Agreement to Customer Duty of Care I have added them to the User registration page but it lets you register without ticking the boxes!!! Where, how what do I need to add / modify so that users must tick ALL 4 boxes before registration is accepted? Please use simple language - I only have a very basic understanding of programming -VERY BASIC Marc Lynn from admin suggested I post my modifications here as well so someone that knows what they are doing may see where I went wrong! <vb:comment> MY ADDITION - Copy Right and IP </vb:comment> <h2 class="blockhead">{vb:rawphrase CopyrightHeader}</h2> <div class="blockbody formcontrols"> <div class="section"> <div class="blockrow"> <p class="label">{vb:rawphrase CopyrightProceed}</p> <div id="forumrules" class="restore"> {vb:rawphrase Copyright, {vb:raw vboptions.forumhome}, {vb:raw session.sessionurl_q}} {vb:rawphrase ******, {vb:raw vboptions.bbtitle}} <vb:comment> Copy Right and IP </vb:comment> </div> </div> <div class="blockrow singlecheck"> <label for="CopyrightProceed" class="full"><input type="checkbox" name="agree" id="CopyrightProceed" tabindex="1" value="1" /> <strong>{vb:rawphrase CopyrightAgree, {vb:raw vboptions.bbtitle}}</strong></label> </div> </div> </div> <vb:comment> MY ADDITION - Disclaimer </vb:comment> <h2 class="blockhead">{vb:rawphrase DisclaimerHeader}</h2> <div class="blockbody formcontrols"> <div class="section"> <div class="blockrow"> <p class="label">{vb:rawphrase DisclaimerProceed}</p> <div id="forumrules" class="restore"> {vb:rawphrase Disclaimer, {vb:raw vboptions.forumhome}, {vb:raw session.sessionurl_q}} {vb:rawphrase ******, {vb:raw vboptions.bbtitle}} <vb:comment> Disclaimer </vb:comment> </div> </div> <div class="blockrow singlecheck"> <label for="DisclaimerProceed" class="full"><input type="checkbox" name="agree" id="DisclaimerProceed" tabindex="1" value="1" /> <strong>{vb:rawphrase DisclaimerAgree, {vb:raw vboptions.bbtitle}}</strong></label> </div> </div> </div> <vb:comment> MY ADDITION - DutyofCare </vb:comment> <h2 class="blockhead">{vb:rawphrase DutyofcareHeader}</h2> <div class="blockbody formcontrols"> <div class="section"> <div class="blockrow"> <p class="label">{vb:rawphrase DutyofcareProceed}</p> <div id="forumrules" class="restore"> {vb:rawphrase Dutyofcare, {vb:raw vboptions.forumhome}, {vb:raw session.sessionurl_q}} {vb:rawphrase ******, {vb:raw vboptions.bbtitle}} <vb:comment> DutyofCare </vb:comment> </div> </div> <div class="blockrow singlecheck"> <label for="DutyofcareProceed" class="full"><input type="checkbox" name="agree" id="DutyofcareProceed" tabindex="1" value="1" /> <strong>{vb:rawphrase DutyofcareAgree, {vb:raw vboptions.bbtitle}}</strong></label> </div> </div> </div> <vb:comment> END OF MY ADDITION - DutyofCare </vb:comment> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|