vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Help with locating some code. (https://vborg.vbsupport.ru/showthread.php?t=120241)

noj75 07-03-2006 04:01 PM

Help with locating some code.
 
Hi all,

After validating my site as XHTML I am stuck on locating a snippet of code:

Code:

# <!-- CSS Stylesheet -->
# <link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style-55098c4f-00002.css" id="vbulletin_css" /><style>
# <!--
# .sizedsig {
# max-height:85px;
# height:expression(this.scrollHeight > 85? "85px" : "auto" );
# overflow:auto;
# overflow-x:hidden;
# }
# // -->
# </style>
#
# <!-- / CSS Stylesheet -->

The part I am trying to find in the above code is:

Code:

<link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style-55098c4f-00002.css" id="vbulletin_css" /><style>
Looking in the headerinclude template all I can find that may be of some use is:

$style[css]

I dont know where to go from there.
Can anyone tell me where to look to alter the above code that is giving me the xhtml error.??

Kindest regards.

slappy 07-03-2006 04:46 PM

The code you posted shows you the way.

href="clientscript/vbulletin_css/style-55098c4f-00002.css

This means the vbulletin-css "stylesheet" is in your /clientscript/vbulletin_css/ folder and is named "style-55098c4f-00002.css".

This is a text type file which you can examine in a suitable text editor. I generally use UltraEdit.

Regards,

noj75 07-03-2006 04:56 PM

Hi Slappy,

Its not the actual css file that I am after. It is this piece of code:

Code:

<link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style-55098c4f-00002.css" id="vbulletin_css" /><style>
Thats what I need to change, not the actual css. Thanks for your help.
Any other ideas?

Kind regards

Paul M 07-03-2006 06:31 PM

It's built by code - in adminfunctions_template.php I believe.

noj75 07-03-2006 06:36 PM

Hi Paul,

Thanks, thats the closest I have been so far. Its not in that file, any other ideas?

Kind regards

Found it !!

It was to do with the scroll bar on signatures hack that I installed from here. Fixed it now.

Thanks for the help.

Kindest regards.


All times are GMT. The time now is 03:35 PM.

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.01053 seconds
  • Memory Usage 1,716KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete