How to remove "powered by vBulletin" from page title

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JHead
    New Member
    • Aug 2003
    • 14

    How to remove "powered by vBulletin" from page title

    I have purchased the branding-free version... can you please tell me How to remove "powered by vBulletin" from page title?

    (Top edge of browser)

    Tried to find this code in the header, etc... can't figure it out.

    Thanks.
  • Cary
    Senior Member
    • Apr 2002
    • 4433
    • 3.6.x

    #2
    Look in your Forum Home Page Templates --> forumhome template.

    {htmldoctype}
    <html>
    <head>
    <!-- no cache headers -->
    <meta http-equiv="Pragma" content="no-cache">
    <meta http-equiv="no-cache">
    <meta http-equiv="Expires" content="-1">
    <meta http-equiv="Cache-Control" content="no-cache">
    <!-- end no cache headers -->
    <meta name="keywords" content="vbulletin,forum,bbs,discussion,jelsoft">
    <meta name="description" content="$bbtitle is a discussion forum powered by vBulletin. To visit the forum, go to $bburl/ . To find out about vBulletin, go to http://www.vbulletin.com/ .">
    <title>$bbtitle - powered by vBulletin</title>
    $headinclude
    </head>
    <body>

    Comment

    • JHead
      New Member
      • Aug 2003
      • 14

      #3
      Originally posted by Cary
      Look in your Forum Home Page Templates --> forumhome template.
      Thanks. Perfect!

      Comment

      • JamesT
        Senior Member
        • May 2003
        • 121
        • 2.3.0

        #4
        Never Mind, Found it.

        Comment

        Related Topics

        Collapse

        Working...