Topic

Forum Avatars: A Greasemonkey Script

Inspired by this post in the Ideas forum, I gummed together a little Greasemonkey script that adds avatars to forums and group discussions. Try it and let me know what you think!

Posted 13 years ago by Grampa Joe Subscriber! | Permalink

Replies

  • Brilliant! This is a great script! I love it! >:D 
    Posted 13 years ago by Toastman Subscriber! | Permalink
  • Love the script, though the alignment gets weird in Chrome [screenshot].

    Thanks for making this :)
    Posted 13 years ago by Stars Subscriber! | Permalink
  • I agree with stars, but it doesn't get in the way, thanks GJ :D 
    Posted 13 years ago by Rook Subscriber! | Permalink
  • Heh, that's actually the way I intended it! That way you can still see whether it's a staff post.
    Posted 13 years ago by Grampa Joe Subscriber! | Permalink
  • Smart
    Posted 13 years ago by Rook Subscriber! | Permalink
  • Haha, fair enough :) I just felt like everything was shifted down!

    I'm really surprised that the staff hasn't implemented this themselves. The same theme could have even been carried through: yellow border for us regular Glitchens, blue border for the staff.
    Posted 13 years ago by Stars Subscriber! | Permalink
  • (function main() { function makeAvatar(tsid, name, url, topic) { if (topic) { var a = $("" + name + ""); } else { var a = $("" + name + ""); } return a; } function showAvatars() { var posts = {}; function getAvatar(tsid) { if (posts.hasOwnProperty(tsid)) { api_call("players.fullInfo", {player_tsid: tsid}, function (data) {if (!data.avatar || !data.avatar[50] || !data.player_name) {return;}var url = data.avatar[50];for (var i = 0; i

    saw that happen
    Posted 13 years ago by Rook Subscriber! | Permalink
  • Oh wow, I really like this... It always felt weird to me to not see an avatar next to a post and now everything is right!
    Posted 13 years ago by Jabs Girl Subscriber! | Permalink
  • @Jabs Girl: For sure. Makes it easier to follow conversations.
    Posted 13 years ago by Stars Subscriber! | Permalink
  • That javascript that Rook posted was appended to one of my posts after I installed the script.  No idea why it happened.  Awesome script though.
    Posted 13 years ago by Emf Subscriber! | Permalink
  • This is pretty cool. Thanks :)
    Posted 13 years ago by Daffy Lurksalot Subscriber! | Permalink
  • Thanks for all the feedback! I've updated the script, and now avatars appear on forums, group discussions, and even the dev forums.

    Rook and Emf, I have no idea why that would happen, but I did something that maybe could fix it? If anyone else has any problems, let me know!
    Posted 13 years ago by Grampa Joe Subscriber! | Permalink
  • Going to install this as soon as I can get to a comp. XD
    Posted 13 years ago by Sindee☆Cyanide Subscriber! | Permalink
  • Top notch Grampa Joe!
    Posted 13 years ago by Geezereth Subscriber! | Permalink
  • ..but did see same JS error that Rook and emf spotted. Keep that cigar on hold.
    Posted 13 years ago by Geezereth Subscriber! | Permalink
  • wow! now that I see this I am kinda surprised it wasn't always like this!
    Posted 13 years ago by phelps.mike Subscriber! | Permalink
  • @Grampa Joe:I am having the same JS error whenever I try to reply to somebody.  Maybe it's a conflict of scripts?  I do have www.glitch.com/groups/RHV10... installed as well.

    Sadly, I will have to forego using this great avatar addon until the error gets fixed.
    Posted 13 years ago by Warrender Subscriber! | Permalink
  • @Warrender: A conflict may have been the problem. Both scripts are now completely wrapped in their own protective bubbles; so make sure you have the latest versions of both installed, and let me know if that's still happening.
    Posted 13 years ago by Grampa Joe Subscriber! | Permalink
  • Testing...1...2...3....
    Posted 13 years ago by Warrender Subscriber! | Permalink
  • @Grampa Joe:Testing....
    Posted 13 years ago by Warrender Subscriber! | Permalink
  • Grampa Joe wrote: A conflict may have been the problem. Both scripts are now completely wrapped in their own protective bubbles; so make sure you have the latest versions of both installed, and let me know if that's still happening.

    Last test...

    Woot!  It looks like the protective bubbles are working!  Awesome job, Grampa Joe!
    Posted 13 years ago by Warrender Subscriber! | Permalink
  • @Warrender: Neat! And you should thank ping for updating his script, too! It looks like it got bubble-ified within the last couple of hours.
    Posted 13 years ago by Grampa Joe Subscriber! | Permalink
  • woah, this is great:)
    Posted 13 years ago by Muncey Mango Subscriber! | Permalink
  • Just the ticket! Nice one.
    Posted 13 years ago by Geezereth Subscriber! | Permalink
  • [sorry, double post]
    Posted 13 years ago by Niks Subscriber! | Permalink
  • Thought about this a lot, nice to see someone actually make it real! Devs should definitely implement this. (I'm playing from different computers so installling scripts everywhere is getting a little annoying)
    Posted 13 years ago by Niks Subscriber! | Permalink
  • This is fantastic!  Thanks, Grampa Joe.  :)
    Posted 13 years ago by Wrdnrd Subscriber! | Permalink
  • like this a lot.  Thanks grampa :)
    Posted 13 years ago by icatchm0nkeys Subscriber! | Permalink
  • I love this!  Thank you so much!
    Posted 13 years ago by Jewel Stoned Subscriber! | Permalink
  • Oh, lovely!! :D
    Posted 13 years ago by Arii Subscriber! | Permalink
  • Thanks, I love it!
    Posted 13 years ago by The Jolly Gentleman Subscriber! | Permalink
  • This is awesome! Much easier to connect the people you've been talking to on the forums with their glitches in game now. :D
    Posted 13 years ago by karibean Subscriber! | Permalink
  • So cute! Added to the wiki :)
    Posted 13 years ago by Victoria Subscriber! | Permalink
  • testing
    Posted 13 years ago by Pomponella Subscriber! | Permalink
  • Eeeee I love it!
    Posted 13 years ago by Garney Subscriber! | Permalink
  • very cool :)
    Posted 13 years ago by Demaria Subscriber! | Permalink
  • Sounds great, will have to try it later (on the ipad right now, so no scripts).
    Posted 13 years ago by Tibbi Subscriber! | Permalink
  • Nice! This is exactly what the forums are missing!!!!  I love it! Thank you so much.
    Posted 13 years ago by Eye Wonder Subscriber! | Permalink
  • This is perfect! We definitely needed this one. <3
    Posted 13 years ago by Kaessa Subscriber! | Permalink
  • sweet now it will be easier to only read what blue glitchen have to say hehe
    Posted 13 years ago by Artilect Subscriber! | Permalink
  • I really appreciate all the feedback. Thanks everyone!
    Posted 12 years ago by Grampa Joe Subscriber! | Permalink
  • cute! i really like it!
    Posted 12 years ago by roguewords Subscriber! | Permalink
  • Bumping this thread because it works, and adds personality to what people say.
    Posted 12 years ago by Rook Subscriber! | Permalink
  • Thanks for bumping this, Rook. I didn't know about this before and I am loving it!
    Posted 12 years ago by Meridian Subscriber! | Permalink
  • Np.
    Posted 12 years ago by Rook Subscriber! | Permalink
  • Heh, tried it out in Firefox for Android with scriptish.
    It almost works but gets confused sometimes, possibly when there are multiple posts from the same person in the thread.
    Posted 12 years ago by Vic Fontaine Subscriber! | Permalink
  • Is this just for PC? It didn't seem to work on my Mac.
    Posted 12 years ago by Kashtana Subscriber! | Permalink
  • Which browser are you using, Kashtana?
    Posted 12 years ago by Hburger Subscriber! | Permalink
  • This is very nice!! I suggest you put the avatar next to the post icon (I think after is better), since there is a lot of space on the left side.
    Posted 12 years ago by Bu-chan Subscriber! | Permalink
  • I use Firefox for Glitch.
    Posted 12 years ago by Kashtana Subscriber! | Permalink
  • Great idea! I get to see everyglitchen's happy little face now.
    Posted 12 years ago by ✰ Lorelei ✰ Subscriber! | Permalink
  • This is really great.  Thanks Grampa Joe!
    Posted 12 years ago by Stormy Weather Subscriber! | Permalink