Hmm, on agreement.tpl, add the rules. And state that, you need to agree to the rules and etc.
That has to be modified in the lang_main.php and you have to create a link in agreement.tpl to the rules page.
I couldn't be bothered to do the exact FINDs and REPLACE. Maybe tomorrow.
Its a nice idae and i had reomended it on one other forum i visit. But the problem is how many of us read all the YADAYADA before clicking i accept.
Thats the main problem. Yes it will improve the compliance but the rules will have to bee a lot more better done. i.e. have a lot better draft.
Plus lets add my suggestion, i donno how it wiill be done but, the conformation email one gets also get all the rules of the forum. SO if one dosent read it when the person clicks yes, he/she will surely read it in the email.
Bondings find the hell of time and do these. Or tell n0ob, he will do it, i bet as he's on leave from tommorow.
Two thumbs up.
(I would have said more thumbs, but I have been banned from admitting I'm alien... Bondings is about to serve his sentence for admitting his er.... alienity)
However, I too am very skeptical as to how many people will actually read them.
You have a part in the Rules Management MOD that does that.
You should do this to add the rules.
| Code: |
#
#-----[ OPEN ]------------------------------------------
#
includes/usercp_register.php
#
#-----[ FIND ]------------------------------------------
#
'AGREEMENT' => $lang['Reg_agreement'],
#
#-----[ AFTER, ADD ]------------------------------------------
#
'AGREEMENT_RULES' => $lang['Reg_agreement_Rules'],
#
#-----[ OPEN ]------------------------------------------
#
language/lang_english/lang_main.php
#
#-----[ FIND ]------------------------------------------
#
$lang['Agree_under_13'] = 'I Agree to these terms and am <b>under</b> 13 years of age';
#
#-----[ BEFORE, ADD ]------------------------------------------
#
$lang['Reg_agreement_Rules'] = 'By clicking Register below you agree with the <a href="HTTP://RULES-URL.COM">Rules</a>.';
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/agreement.tpl
#
#-----[ FIND ]------------------------------------------
#
<br />{AGREEMENT}
#
#-----[ AFTER, ADD ]------------------------------------------
#
<br /><br />{AGREEMENT_RULES}
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
|
Or you just can download the MOD, that I already linked to.
I will change the whole register process (make it easier) whenever I find some time for it. The changes will be much bigger than what you guys suggested. (skip the whole profile, ...)
| Bondings wrote: |
| I will change the whole register process (make it easier) whenever I find some time for it. The changes will be much bigger than what you guys suggested. (skip the whole profile, ...) |
Well, I just can't wait to see it. Bondings, you implement in this forum alot of great ideas. Thank you!
| tidruG wrote: |
However, I too am very skeptical as to how many people will actually read them. |
integrate a quiz to submit acceptance
Good idea but probably hard to implement.
i think u can find a quiz mod , i had seen it somewhere ,
it is like asking the user to read the tos and answer 2 or 3 questions ,
only if he give right answers , he gets to register ,
but even though they read it , i dont think they will stop breaking the Rules