link doesnt show up , you need to just copy the url into the post
I believe it’s supposed to show an ip address. No idea why it’s showing that though.
Hahahaha… I’m not actually laughing, i do have a big grin though 😉
That is an IPv6 address, the internet is running out of IPv4 addresses (e.g. 192.168.1.15) and that is what an IPv6 address looks like: http://en.wikipedia.org/wiki/IPv6
I’ll create a ticket and once I’m back home at my computer and update this with some potential solutions, the good thing though is only keymasters will see this, your users and moderators won’t.
Add the following CSS to your custom CSS and you should be good to go:
#bbpress-forums span.bbp-author-ip {
word-wrap: break-word;
}
I have added word-wrap: break-word;
to bbPress CSS in #2675
span.bbp-author-ip {
font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
font-size: 11px;
font-weight: bold;
word-wrap: break-word;
color: #aaa;
}
Dear Stephen, you seem to be an awesome person! This worked like a charm. Thanks a lot, made my day.
Cool, glad it fixed it for you 🙂
I’ve been using IPv6 heaps lately for testing but my 127.0.0.1
equivalent in IPv6 is ::1
, thus it wasn’t an issue locally 😉