The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]() Quote:
Problem is not resolve yet mate.. Try changing the value of that option and tell me if there is effect of that change ? (it will not i think) Solution: Create New Plugin Plugin Hook: parse_templates Code: Code:
$templater = vB_Template::create('templatename'); $template_hook['headinclude_css'] .= $templater->render(); Create a new Template called templatename Code: Code:
<style type ="text/css"> //Your css code </style> It was interesting and i was also confused. But when i saw css.php file, i got my answer. Code:
header('Cache-control: max-age=31536000'); header('Expires: ' . gmdate("D, d M Y H:i:s", TIMENOW + 31536000) . ' GMT'); header('Last-Modified: ' . gmdate('D, d M Y H:i:s', $style['dateline']) . ' GMT'); |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|