Can I remove the Vbulletin logo completely?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zentraveller
    New Member
    • Dec 2004
    • 3

    Can I remove the Vbulletin logo completely?

    Hi,

    I know I can replace the Vbulletin logo completely with the Style Manager, but I can't seem to find anything suitable to take its place. And it certainly looks ugly having a broken image link there.

    Can I get rid of the image that goes there altogether? My html header popped up on the right side of the screen and looks okay, so there's nothing necessary on the left.

    Thanks.
  • Floris
    Senior Member
    • Dec 2001
    • 37767

    #2
    Yes, you are allowed to remove the "powered by vbulletin" from the <title> tags (by updating the phrase) and you are allowed to remove the logo from the header - or replace it with your own logo.

    The only think you can not remove is the copyright notice on each page in the footer. It has to be visibly readable and complete. You can remove it for $120.

    It is never permitted to remove the copyright notice from the source (.php / .js, etc) files. Not ever after paying the $120. Nor is one allowed to rebrand the software.

    Comment

    • zentraveller
      New Member
      • Dec 2004
      • 3

      #3
      But how can I remove it without the broken image showing up where the VBulletin logo used to be (upper lefthand corner)?

      Comment

      • Floris
        Senior Member
        • Dec 2001
        • 37767

        #4
        You can remove it by removing the code from the header template:
        HTML Code:
        <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
        <tr>
         <td align="$stylevar[left]"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
         <td align="$stylevar[right]">
          &nbsp;
        <!--
          NEW HEADER &amp; NAVBAR
          
          Now that the nav buttons are in the
          navbar template, you can stick whatever
          you like into this space.
        
          This makes it much easier for novice
          admins to customize their header
          template without affecting important
          navigation elements.
        -->
         </td>
        </tr>
        </table>

        Comment

        • zentraveller
          New Member
          • Dec 2004
          • 3

          #5
          Thanks Floris, that was dumb of me. Maybe I should eat more turnips and cheese. ;-)

          Comment

          • Floris
            Senior Member
            • Dec 2001
            • 37767

            #6
            Originally posted by zentraveller
            Thanks Floris, that was dumb of me. Maybe I should eat more turnips and cheese. ;-)
            No, don't worry about it. We are here to help and really do not mind helping you. Don't feel shy asking any further questions if you require more assistance.

            Comment

            • firassalim
              Member
              • Jul 2009
              • 35
              • 3.8.x

              #7
              remove logo from printable version

              Hi
              I was able to replace the vb logo with my logo in the header and also from the RSS feeds
              but how do I remove it from the printable versions of the posts and threads?

              Comment

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