Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6118765
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T15:28:28+00:00 2026-05-23T15:28:28+00:00

For my vBulletin forum, avatar images are pulled with this: <img src={vb:raw post.avatarurl} alt={vb:rawphrase

  • 0

For my vBulletin forum, avatar images are pulled with this:

<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" class="forumavatar1" />

Note the class=”forumavatar1″

The css for this class as is follows:

.forumavatar1 {
padding: 2px;
border: 1px solid black;
background: white;
}

But for some reason the black border is not showing. On Google Chrome and Firebug, this border: element is being crossed out ??

Example page, look at someone’s avatar image: http://forums.animefushigi.com/showthread.php?31-So-about-that-dark-theme

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T15:28:29+00:00Added an answer on May 23, 2026 at 3:28 pm

    Try reading this article on CSS Specificity – in short, your single-class selector is being overridden by a multi-class selector. To fix this (although I wouldn’t recommend this as a permanent fix), you can change your style above to:

    .forumavatar1 {
        padding: 2px;
        border: 1px solid black !important;
        background: white;
    }
    

    I would suggest instead, that you take a look at and modify the style which is overriding it, which is:

    .postbitlegacy .userinfo .postuseravatar img, .eventbit .userinfo .eventuseravatar img {
        border: 0 solid #F2F6F8;
        max-width: 180px;
        outline: 0 dotted #DADADA;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a backup created of my mysql database (vbulletin forum v3.8) everyday. It's
I have a VBulletin 4.x forum running on my server. Some forum tables were
I am writing temporary PHP script to update MySQL database of my vBulletin forum.
I did not include my website url, it is a vbulletin forum and all
My current situation is the following. I have a vbulletin forum on websitea.com I
I need to get a new replies / forum posts out of a vbulletin
I go to a forum which uses vBulletin 3.8. When I log in, I
With vBulletin in PHP, I'm getting this error Fatal error: Call to a member
I'm working on a website that uses an older vBulletin message forum. The current
I have a website and it has a vBulletin forum. I need to make

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.