Author |
Message |
rmweb
Joined: 14 Jan 2008 Posts: 2
|
Posted: Mon Jan 14, 2008 11:04 am Post subject: Advanced Textual Confirmation Fatigue |
|
|
Hi,
I have installed Advanced Textual Confirmation to work with an upgrade to phpBB3. I inserted the code into common.php and some of my users are getting plagued with it cropping up regularly when they post. Is it possible to insert the code into a file (and where?) so that it only occurs at first registration?
Thanks,
Andy |
|
|
admin Site Admin
Joined: 18 Apr 2006 Posts: 805 Location: Saint-Petersburg, Russia
|
Posted: Tue Jan 15, 2008 2:43 am Post subject: |
|
|
Hi Andy,
most likely, the following should work:
Code: |
#
#-----[ OPEN ]------------------------------------------
#
includes/ucp/ucp_register.php
#
#-----[ FIND ]------------------------------------------
#
// validate custom profile fields
#
#-----[ AFTER, ADD ]------------------------------------------
#
include_once($phpbb_root_path . 'bbantispam.' . $phpEx);
|
_________________ Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development! |
|
|
rmweb
Joined: 14 Jan 2008 Posts: 2
|
Posted: Tue Jan 15, 2008 9:53 am Post subject: |
|
|
Thank you Oleg, that seems to work very well.
Your help and time is appreciated.
All the best,
Andy |
|
|
admin Site Admin
Joined: 18 Apr 2006 Posts: 805 Location: Saint-Petersburg, Russia
|
Posted: Wed Jan 16, 2008 2:54 am Post subject: |
|
|
Quote: | that seems to work very well. |
I'm happy to hear it!
All the best. _________________ Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development! |
|
|
Ok.