How do I remove the version number when viewing the source of the page, the version number is all over the place, mine has these instances:
Quote:
<!-- CSS Stylesheet -->
<style type="text/css" id="vbulletin_css">
/**
* vBulletin 3.8.5 CSS
* Style: 'MASA main'; Style ID: 45
*/
@import url("clientscript/vbulletin_css/style-1f78d3f3-00045.css");
</style>
<link rel="stylesheet" type="text/css" href="clientscript/vbulletin_important.css?v=385" />
<!-- / CSS Stylesheet -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/yui/2.7.0/build/yahoo-dom-event/yahoo-dom-event.js?v=385"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/yui/2.7.0/build/connection/connection-min.js?v=385"></script>
<script type="text/javascript">
<!--
var SESSIONURL = "";
var SECURITYTOKEN = "*****";
var IMGDIR_MISC = "images/misc_mns";
var vb_disable_ajax = parseInt("0", 10);
// -->
</script>
<script type="text/javascript" src="clientscript/vbulletin_global.js?v=385"></script>
<script type="text/javascript" src="clientscript/vbulletin_menu.js?v=385"></script>
|
As you can see my version number is mentioned 6 times, any idea's how to get rid of it?