People that are comfortable with their databases won't have a problem, but new people will have trouble identifying what number to put in.
The new window would solve the problem of leaving the registration page. Unfortunately I don't know how to write that. Hmmm....wait a minute let me try this.
- Code: Select all
<a href="http://YOURSITE.COM/YOURFORUMDIR/rules.php" target="_blank">Click to display them</a>
Let me try this!
Edit: IT WORKS!!! Duh...why didn't I think of that earlier.
I used this for my sql query to get the rules page to show in another window, so people can read the rules and not lose the registration page.
- Code: Select all
INSERT INTO phpbb_profile_lang (field_id, lang_id, lang_name, lang_explain, lang_default_value) VALUES (1, 1, 'Do you agree with our forum rules?', '<a href="http://YOURSITE.COM/YOURFORUMDIR/rules.php" target="_blank">Click to display them</a>', '');











