@Lynne:
Yeah, what's really surprising is that I found the exact text for the output in the adminfunctions file, and it made absolutely no difference. vB even appears to run if I delete the entire file.
Here's what I've changed that code to, uploading it to the includes folder:
Code:
$fullcsstext = "<style type=\"text/css\" id=\"vbulletin_css\">\r\n" .
"/**\r\n* vBulletin " . $vbulletin->options['Copyright 2000-2008 JelSoft Software'] . " CSS\r\n* Style: 'Available Upon Request'" .
"$css\r\n</style>\r\n" .
"<link rel=\"stylesheet\" type=\"text/css\" href=\"clientscript/vbulletin_important.css?v=" . $vbulletin->options['Copyright 2000-2008 JelSoft Software'] . "\" />"
it makes absolutely no difference, because it continues to run on as if I made no change.
I know that obscurity doesn't prevent anything; after all, all one needs to do is scroll down, and they'll learn what theme I use, and what version I use when they see what stylesheet is called up, but I just don't want it to be obvious. As soon as you open the source, there it is. I guess I'm just paranoid is all.
I'll look into the functions.php file, but again, ideally I want to eliminate these two things:
Code:
<style type="text/css" id="vbulletin_css">
/**
* vBulletin 3.7.3 CSS
* Style: 'DarkVB'; Style ID: 2
*/
and, if possible, this, which is right before the title:
Code:
<link rel="stylesheet" type="text/css" href="clientscript/vbulletin_important.css?v=373" />
Does anyone know what needs to be edited in the functions.php? All I can find for the version is the code for the footer, and I obviously don't want to modify that, since I've already set it to show the copyright minus the actual version number.