The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Quote:
Would it may have to do with the order in which this style sheet is called within the head tags? |
#12
|
|||
|
|||
Quote:
try in another browser. |
#13
|
|||
|
|||
You are correct my friend!!
Thank goodness! Thanks for the help everyone. Glad we got this resolved. For future references everyone knows now, clear your cache when in doubt. I should add some small footnote for that option to suggest the user to refresh their cache after changing this option. (just in case you know). Thanks for your time everyone. Best Regards, Nox. P.S.:Would there be a way to force a cache clear of the user changing this option?? Would be better to force this upon the user submitting the change, would make it more idiot-proof . Whatever the case placing a footnote I think should do the trick too. |
#14
|
|||
|
|||
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'); |
#15
|
|||
|
|||
It did but after I cleared the cache and logged in again...
This works A LOT better, it instantly changes the size of the slider without having to clear cache, of course because now it is automatically rendered with heainclude as soon as the page loads, very smart solution my friend. I wasn't even aware either that you could have a template as CSS and not have to name it like one. Thank you very much for your help. Now it is truly resolved. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|