1

Topic: add user agreement upon registration

I want to add a user agreement tab to the Registration page of my forum... Any advice on how to ingregrate this in PunBB????
thanks
matt

2 (edited by Frank H 2007-07-23 19:07)

Re: add user agreement upon registration

Admin -> Options -> Registration  (Use forum rules)

3

Re: add user agreement upon registration

thanks so much... Now if I can figure out if its possible to import text from a .txt or similiar file..

4 (edited by Dr.Jeckyl 2007-07-23 23:02)

Re: add user agreement upon registration

paste it into something like Dreamweaver in DESIGN mode, edit if you need to, then switch to CODE mode then copy everything between the <body> </body> tags.

~James
FluxBB - Less is more

Re: add user agreement upon registration

Why not just copy/paste from the textfile?

6 (edited by Dr.Jeckyl 2007-07-24 00:03)

Re: add user agreement upon registration

would work if you like that clumped up non-formatted look. tongue but he didn't say whether or not it was already tagged up so... big_smile

~James
FluxBB - Less is more

Re: add user agreement upon registration

<object data="rules.txt" type="text/plain">
<a href="rules.txt">Forum Rules</a>
</object>

tongue