The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Register form in all pages
Hi,
I'm making a new theme for vBulletin 4 and I made an unique tabbed box (jQuery) that includes Login and Registration. Now, this box is in every page of the template (because it's in the header, or more accurately, in the vBSocial Notification template) and so also the Register box is in every page. Is possible to make this registration form working in every page and also capable to display the recaptcha? |
#2
|
||||
|
||||
I'm assuming you don't have captcha showing anywhere in your tabs at the moment?
You would need to call the class and function Code:
require_once(DIR . '/includes/class_humanverify.php'); $verify =& vB_HumanVerify::fetch_library($vbulletin); $human_verify = $verify->output_token(); And then preregister $human_verify into the vBSocial Notification template accordingly using the Code:
vB_Template::preRegister |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|