Name: hook_registration_url
Rationale: This hook will allow website to easily integrate their custom registration form.
Placement: ucp.php, includes/ucp/ucp_register.php
Input arguments: $url string - relative to the phpBB root, it should point to the custom registration page on one's website
Output format: $url string - new registration URL to be called in page_header() and outputted to the template.
Output semantics: none
Infrastructure: Calling this hook would introduce a custom URL for the register link and disable the default phpBB registration form.
[RFC] hook_registration_url
Re: [RFC] hook_registration_url
The rationale seems good in integrating custom registration. But, how should I do this? Will you share it with us? This makes me interesting.
Website and Webdesign in indianapolis seo and indiana seo Internet
-
- Registered User
- Posts: 2
- Joined: Tue Jul 26, 2011 1:16 am
Re: [RFC] hook_registration_url
yes more easy user integration methods please!
Re: [RFC] hook_registration_url
Maybe new function returning registration url could be introduced, so that even other extensions can add it to their code, and new registration url will be used there as well.