I spotted "mailform" as I posted, and edited my code accordingly.
But it still didn't work. The plugin (called MAILFORM):
PHP Code:
ob_start();
include('form.php');
$mailform = ob_get_contents();
ob_end_clean();
vB_Template::preRegister('newsletter_subscription', ('mailform' => $mailform));
And I altered the template to be
Still comes up blank. I assume by "variable" you mean the plugins title?
Also, when I activate the plugin it causes an error while Searching the forum.