vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   How can I use {vb:raw vboptions.xxx} within CSS template?? (https://vborg.vbsupport.ru/showthread.php?t=268125)

EquinoxWorld 08-07-2011 05:28 PM

Quote:

Originally Posted by Sherif (Post 2230566)
ya code is correct, but you are placing this code in which template ?

i placed my code in headinclude template

I placed the code in the template which I am using the slideshow between the <head></head>, in this case in a custom template called "COTW_SOTW" which calls the custom page I crated cotw_sotw.php.

Would it may have to do with the order in which this style sheet is called within the head tags?

Badshah93 08-07-2011 05:34 PM

Quote:

Originally Posted by EquinoxWorld (Post 2230569)
I placed the code in the template which I am using the slideshow between the <head></head>, in this case in a custom template called "COTW_SOTW" which calls the custom page I crated cotw_sotw.php.

Would it may have to do with the order in which this style sheet is called within the head tags?

actually i think it is cache issue..

try in another browser.

EquinoxWorld 08-07-2011 05:43 PM

Quote:

Originally Posted by Sherif (Post 2230571)
actually i think it is cache issue..

try in another browser.

:D You are correct my friend!! :p

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.

Badshah93 08-07-2011 05:54 PM

Quote:

Originally Posted by EquinoxWorld (Post 2230573)
:D You are correct my friend!! :p

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.


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');


EquinoxWorld 08-07-2011 06:22 PM

:eek: 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.


All times are GMT. The time now is 11:00 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01078 seconds
  • Memory Usage 1,729KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete