[PHP] core.ucp_register

Request hook events and what data needs to be sent for the new hook system.
Post Reply
User avatar
RMcGirr83
Registered User
Posts: 360
Joined: Fri Mar 09, 2007 1:51 am
Contact:

[PHP] core.ucp_register

Post by RMcGirr83 »

Name: core.ucp_register
Rationale: the ability to have third party anti-spam stuff to be used (stop forum spam, akismet, etc.)
Placement: includes/ucp_register.php directly before the if (!sizeof($error)) code
Parameters: $error, $data (ip can be handled by the $user object within an extension).

ticket: https://tracker.phpbb.com/browse/PHPBB3-13578
Do not hire Christian Bullock he won't finish the job and will keep your money

User avatar
Pony99CA
Registered User
Posts: 986
Joined: Sun Feb 08, 2009 2:35 am
Location: Hollister, CA
Contact:

Re: [PHP] core.ucp_register

Post by Pony99CA »

That's fine, but how would this compare with supporting anti-spam plug-ins (similar to CAPTCHA plug-ins)? I've lobbied for plug-ins for years now (before phpBB 3.1 was released). Are plug-ins dead now that we have extensions?

If plug-ins are dead, should the existing ones be converted to extensions? If plug-ins are still good for some things, maybe a plug-in for anti-spam would be better than an extension.

Steve
Silicon Valley Pocket PC (http://www.svpocketpc.com)
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.

User avatar
RMcGirr83
Registered User
Posts: 360
Joined: Fri Mar 09, 2007 1:51 am
Contact:

Re: [PHP] core.ucp_register

Post by RMcGirr83 »

Not sure what you mean by "plug-in".
Do not hire Christian Bullock he won't finish the job and will keep your money

User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 1903
Joined: Thu Mar 02, 2006 4:29 pm
Location: Earth
Contact:

Re: [PHP] core.ucp_register

Post by DavidIQ »

He means the CAPTCHA plugins like Sortables and others. A plugin for things like Akismet or Stopforumspam wouldn't be appropriate however since these aren't CAPTCHAs.

@Pony: it does appear we've set aside the plug-in model in favor of extensions. Current plugins won't really work in 3.1 as far as I can tell.
Image

User avatar
RMcGirr83
Registered User
Posts: 360
Joined: Fri Mar 09, 2007 1:51 am
Contact:

Re: [PHP] core.ucp_register

Post by RMcGirr83 »

Do not hire Christian Bullock he won't finish the job and will keep your money

Post Reply