I’d like to suggest a tweak to the forum, which is to add an icon/link on each person’s user card and forum profile, linking to that person’s account on Beeminder. Sometimes I’m reading posts here and I’m a little curious to see what that person is (publicly) beeminding. I know one could always use the website field, and knowing a username it’s trivial to just type the URL… but it would make it a tiny bit easier.
We did this on our own installation of Discourse, following more or less these instructions, but the URL is not submitted/editable by members (since the username is the same as in the main site, like here). It looks like this:
The red P is a link to the person’s profile on the main site. The little Beeminder bee would work well here, I think!
Very cool, we’ve been wanting to do that for a long time! Obrigado!
I started to follow the instructions you linked, but our discourse doesn’t seem to have the Customize > HTML/CSS tab. Is that something you had to turn on, or have someone grant you access to, etc?Update: seems that it’s moved around since those instructions were written. I think I’ve found it, hiding under themes!
PS: just for pointing us in the right direction, I think you’ve earned some stickers. Email support@beeminder.com with your snailmail address and they’ll put you on the list!
ok, partly done! It’s not as pretty as yours, and it doesn’t cope with when the forum user name is different than the Beeminder user name, but that shouldn’t affect too many people.
Because we use DiscourseConnect to do single sign on with Beeminder, there should be a way for us to access the SSO username in javascript rather than relying on a custom field. Digging into the docs now.
OK, more done! It now uses the custom user field, if present, to override the forum name. @admins can change this value on the Users > User > Preferences > Profile page