How to hide Style name and vbulletin version info?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • navjotjsingh
    New Member
    • Sep 2006
    • 26
    • 3.8.x

    How to hide Style name and vbulletin version info?

    I have the option of "Add Template Name in HTML Comments" unchecked under General Options.

    Still my forum homepage shows this:

    Code:
    <!-- CSS Stylesheet -->
    <style type="text/css" id="vbulletin_css">
    /**
    * vBulletin 3.8.1 CSS
    * Style: 'STYLENAME'; Style ID: 13
    */
    @import url("clientscript/vbulletin_css/style-bbba55d3-00013.css");
    </style>
    <link rel="stylesheet" type="text/css" href="clientscript/vbulletin_important.css?v=381" />
    How to hide the comments now?

    And why it does have to mention the version number of vbulletin with style name? Can't the version number be hidden?

    And why its written: vbulletin_important.css?v=381

    Isn't there a possibility to hide the version number completely? This is a security risk to users who cannot upgrade. I am not in a position to upgrade as of now so want to hide the version number completely.
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    That requires editing the includes/adminfunctions_template.php file. Search for "$fullcsstext". You can post on www.vbulletin.org for help with specific code.

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...