The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
|||
|
|||
![]()
You can look at the compiled template in the database: the problem is that it starts like this:
Code:
$final_rendered = '<div class="above_body"> So that wipes out anything you add to the $final_rendered variable before that. So try this instead: Code:
$replace = '$final_rendered = \'' . addcslashes($login_panel.$login_panel_css.$login_panel_javascript, "'\\") . '\' . '; $vbulletin->templatecache['header'] = substr_replace($vbulletin->templatecache['header'], $replace, 0, 17); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|