Gamer Profiles - PixelExit.com

Gamer Profiles - PixelExit.com 1.0.3

No permission to download
I had hopes, but it's still not clear... I am not seeing any expected results. No icons in sidebar. But I can see links at least.

5f75ee230ecf57cf16d967fb2e76686a.webp

No changes in the member card.

979e3c98a38f6e1cacc44d93d1c30c04.webp

What am I missing?
 
I did this a few weeks ago, Steve, I should track this down... I think one of the best solution is to encourage to use BBcodes in their signature with the links they want to show.
 
@Steve F: Is it possible to split the Battlefield 4 and Origins to be in separate filed in areas in a future update?

If you hide the BF4 icon in CSS, the icon spacing gets messed up a bit, because the parent <li> tag still remains. Also there are users who just have Origins but don't have BF4, etc...

Thanks!
 
Hi Steve F,

And it possible to add another set manually?

For I would like to add the game Guild Wars 2.

Thank you for your answer. :)
 
Hello I am having an issue where the gamer card won't hover over the avatar block itself. Any way you could help me with this?

Example:
AltTabMe

stuckincontainer.webp
 
Here is the fix:

Code:
.messageUserBlock .extraUserInfo
{
    opacity: 0;
    max-height:0;
    overflow: visible;
    transition: .5s ease-in;
}
 
Top Bottom