vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   How to create an inline css out of the external file vbulletin_important.css? (https://vborg.vbsupport.ru/showthread.php?t=269523)

Marvin Hlavac 09-01-2011 05:49 PM

How to create an inline css out of the external file vbulletin_important.css?
 
Please help :-)

I have a need to move the content of the external vbulletin_important.css directly into the headinclude template, but I don't know how to do it.

I have actually managed to create a plug-in that moves the css into my headinclude, however I still see also the link to the external CSS file in my source:

Code:

<link rel="stylesheet" type="text/css" href="/clientscript/vbulletin_important.css?v=384" />

How/where do I remove the above line? It is not part of any template. Likely it is an edit I need to do in a PHP file, but I don't know where or how. I did locate a reference to vbulletin_important.css in adminfunctions_template.php, but editing or even removing the entire line from this PHP file did not seem to remove it from my site, as I still saw it in the source of my pages, when checked in a browser.

Any help with this would be greatly appreciated, as I spend already two days on this without a positive result.

kh99 09-01-2011 06:18 PM

That line is added in includes/adminfunctions_template.php when the style is rebuilt. You could probably comment out that line (around line 811) and rebuild all styles.

Marvin Hlavac 10-10-2011 12:52 PM

Hi Kevin,

This does achieve my goal. Thanks very much, and sorry for my late reply.


All times are GMT. The time now is 03:30 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.00886 seconds
  • Memory Usage 1,709KB
  • 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete