[vb5] 2 questions... how do I make a signature? Also, main forum question...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • NeoDB
    Member
    • Apr 2007
    • 68
    • 3.6.x

    [vb5] 2 questions... how do I make a signature? Also, main forum question...

    Dumb question: how do I make myself a signature on in vBulletin 5? I simply can't find the option for it anywhere.

    Not so dumb question: how do I make it so that the individual forums' banner images I set up do not appear on the main page?
    This the main forum page: http://www.highlander-community.com/forum/

    I want those banners to only appear within the forums themselves, not on the main page like that.
  • glennrocksvb
    Former vBulletin Developer
    • Mar 2011
    • 4021
    • 5.7.X

    #2
    For signature:
    1. Click your username at the upper right corner and then choose User Settings.
    2. Click Account tab
    3. Check "Show Signatures" checkbox.
    4. Click "Edit Post Signature" link.
    5. Type your signature in the editor.
    6. Click Save button.
    7. Click Save Changes button.
    For the banners to not show up on forum list, add this custom css in css_additional template in AdminCP.

    Code:
    .forum-desc img, .forum-desc br {
        display: none;
    }

    Flag Icon Postbit Insert GIPHY Impersonate User BETTER INITIALS AVATAR Better Name Card Quote Selected Text Bookmark Posts Post Footer Translate Stop Links in Posts +MORE!

    Comment

    • Craig
      Senior Member
      • Jan 2008
      • 998
      • 6.X

      #3
      Not dumb questions.
      adktramping ~ my happy place.

      "Whoever said practice makes perfect was an idiot. Humans can't be perfect because we're not machines." ~ Sam Gardner.

      Vote for your favorite feature requests and the bugs you want to see fixed.

      Comment

      • NeoDB
        Member
        • Apr 2007
        • 68
        • 3.6.x

        #4
        Originally posted by Glenn Vergara
        For signature:
        1. Click your username at the upper right corner and then choose User Settings.
        2. Click Account tab
        3. Check "Show Signatures" checkbox.
        4. Click "Edit Post Signature" link.
        5. Type your signature in the editor.
        6. Click Save button.
        7. Click Save Changes button.
        For the banners to not show up on forum list, add this custom css in css_additional template in AdminCP.

        Code:
        .forum-desc img, .forum-desc br {
        display: none;
        }
        The hiding forum banners on the main page worked perfectly, but as for signatures... while I see now where to enter mine, and View Signatures is checked on my user and usergroup... I still can't see my signature on any posts, new or old.

        Comment

        • Joshua Gonzales
          Senior Member
          • Apr 2015
          • 245
          • 5.5.x

          #5
          I see your signature. Its the link to a Highlander forum page, right?
          -- *Admin Settable Paid Subscription Reminder Timeframe*
          -- Ads available for the modules globally
          -- Global modules
          -- Add Admin ability to auto-subscribe users to specific channel(s)

          Comment

          • NeoDB
            Member
            • Apr 2007
            • 68
            • 3.6.x

            #6
            Originally posted by Joshua Gonzales
            I see your signature. Its the link to a Highlander forum page, right?
            It's the link to a Highlander Facebook page. It's strange. It shows up in certain forums on the board, but not others.

            Comment


            • Wayne Luke
              Wayne Luke commented
              Editing a comment
              It will only show up on posts made after you created the signature.

          Related Topics

          Collapse

          Working...