When you get the username password prompt in pop_profile.asp?mode=edit there is a line above the username box that sias "If you have not registered then do so here." The "do so here" is a link, but it links directly into register.asp, bypassing the forum policy.
Pop_profile.asp line 600
If you have not registered then <a href="register.asp?mode=Register">do so here</a>.</center>
Needs to be
If you have not registered then <a href="policy.asp">do so here</a>.</center>
Nathan Bales - Romans 15:13
---------------------------------
Snitz Exchange | Mod Resource
Edited by - Davio on 15 February 2002 03:52:00