Missing Forum Badge?

NvlblNm-PGONvlblNm-PGO Posts: 167 ✭✭✭

I've been excited to collect new forum badges, and as I noticed my reactions counts creeping up, I was looking forward to each added badge. Unfortunately, one of the ones I was most looking forward to seems to be missing from my profile and I'm not sure why. I can see that I got badges for "Like" and "Insightful" reactions, but the "Disagree" badge hasn't shown up yet.

I thought this might just be a highly coveted badge so the threshold might be set higher than I've achieved so far, but checking some other user profiles here, it doesn't seem like that's the case - how come no one has managed to collect this badge yet?

I was concerned that perhaps you're missing an icon for this badge, so just in case, I've created one you're free to use. Unfortunately, it doesn't seem to be possible to attach SVG images to forum posts, so to make sure you're able to implement this badge properly, I'll paste the SVG below and also attach an image of what it looks like in case any design revisions are needed before you can implement this.

I'm looking forward to collecting another badge! Thanks!

<svg viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><g transform="rotate(180) translate(-40, -40)" fill="none" fill-rule="evenodd"><g transform="translate(1.95 1.95)"><circle fill="#FF5050" cx="18.05" cy="18.05" r="18.05"/><path d="M10.136 27.368H2.203L0 16.724h10c.682-.894 4.063-5.311 5.233-6.443.747-.724 1.23-1.687 1.424-2.701.076-.4.054-.82.269-1.181a1.4 1.4 0 0 1 .855-.636c.621-.155 1.392-.009 1.943.284 1.693.897 2.088 3.421 1.478 5.074l-.885 2.394s6.332-.023 6.467 0c2.238.376 2.878 3.388.963 4.605.65 1.14.27 2.627-.84 3.332.65 1.14.27 2.627-.84 3.332.932 1.634-.306 3.726-2.194 3.725-3.343.247-6.315.371-8.916.371-.763 0-2.584-.684-3.485-1.091-.57-.258-1.056-.317-1.336-.42z" fill="#000"/></g><path d="M20 39C9.507 39 1 30.493 1 20S9.507 1 20 1s19 8.507 19 19-8.507 19-19 19zm0-1.9c9.444 0 17.1-7.656 17.1-17.1 0-9.444-7.656-17.1-17.1-17.1-9.444 0-17.1 7.656-17.1 17.1 0 9.444 7.656 17.1 17.1 17.1z" fill="#000" fill-rule="nonzero"/></g></svg>

Comments

  • Elijustrying-INGElijustrying-ING Posts: 5,482 Ambassador
  • NvlblNm-PGONvlblNm-PGO Posts: 167 ✭✭✭

    Thanks for all the help y’all, unfortunately I still didn’t get the badge for 25 😞

  • NvlblNm-PGONvlblNm-PGO Posts: 167 ✭✭✭

    While Niantic's silence here has been disappointing (guess this thread isn't part of the 40%), it seems the community may not have been thrilled with my first design, so I've put together another possibility that I'm sure will be better received.

    I had originally imagined an alternative with a broken light bulb, but it turns out my graphic design skills are actually severely lacking, so I needed to scale back my ambitions to something more within the realm of feasibility. Despite that, I think this design is sure to wow you all.

    Those of you who are familiar with reddit will no doubt be much happier with this design. I've retained the original color scheme though because I wouldn't want to infringe on any patents reddit has placed on the color blue, but I'm always open to suggestions about how I can improve either of these designs to make them more palatable for a wider audience.

    Without further ado, a preview for those of you who are bad at visualizing SVGs in your head, followed by the code for this new and improved badge image:

    <svg viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><g transform="rotate(180) translate(-40, -40)" fill="none" fill-rule="evenodd"><g transform="translate(1.95 1.95)"><circle fill="#FF5050" cx="18.05" cy="18.05" r="18.05"/><path fill="#000" d="M23.18 20.9v14.44H13.3V20.9H6.46L18.24 7.98 30.02 20.9z"/></g><path d="M20 39C9.507 39 1 30.493 1 20S9.507 1 20 1s19 8.507 19 19-8.507 19-19 19zm0-1.9c9.444 0 17.1-7.656 17.1-17.1 0-9.444-7.656-17.1-17.1-17.1-9.444 0-17.1 7.656-17.1 17.1 0 9.444 7.656 17.1 17.1 17.1z" fill="#000" fill-rule="nonzero"/></g></svg>
    
Sign In or Register to comment.