There is a problem with
Replace Registration Rules with this one function.
Default forum rules in "
$vbphrase[forum_rules_description]" translation string is:
Quote:
<p><strong>Forum Rules</strong></p> <p>Registration to this forum is free! We do insist that you abide by the rules and policies detailed below. If you agree to the terms, please check the 'I agree' checkbox and press the 'Register' button below. If you would like to cancel the registration, click <a href="{1}">here</a> to return to the forums index.</p> <p>Although the administrators and moderators of {2} will attempt to keep all objectionable messages off this forum, it is impossible for us to review all messages. All messages express the views of the author, and neither the owners of {2}, nor Jelsoft Enterprises Ltd. (developers of vBulletin) will be held responsible for the content of any message.</p> <p>By agreeing to these rules, you warrant that you will not post any messages that are obscene, vulgar, sexually-oriented, hateful, threatening, or otherwise violative of any laws.</p> <p>The owners of {2} reserve the right to remove, edit, move or close any thread for any reason.</p>
|
When you enable
Replace Registration Rules with this one function
and go to Registration page
Code:
http://your.forum.com/register.php
all lines in "new" rules will be separated with double/triple paragrah.
Like this one:
Code:
Test line 1.
Test line 2.
Test line 3.
But in
Forum Rules field these lines are printed like this one:
Code:
Test line 1.
Test line 2.
Test line 3.
On page:
Code:
http://your.forum.com/misc.php?do=cfrules
these lines look normal:
Code:
Test line 1.
Test line 2.
Test line 3.