Bitcoin Forum
May 28, 2024, 07:44:28 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Forum user annotations?  (Read 735 times)
ldrgn (OP)
Member
**
Offline Offline

Activity: 118
Merit: 10


View Profile
February 09, 2012, 12:50:47 AM
 #1

I'd like to be able to annotate/tag users with small notes (to be displayed along with their posts) to help me keep track of posters on bitcointalk.  I don't think the board software as-is can do so.  Does anyone know of any browser addons/Greasemonkey scripts/anything else which could possibly help here?

I apologize for posting this in the wrong forum, I can't seem to post in the Meta subforum.
deepceleron
Legendary
*
Offline Offline

Activity: 1512
Merit: 1032



View Profile WWW
February 09, 2012, 01:32:12 AM
 #2

Probably the easiest text in the html to replace in the page per-user is:

title="View the profile of ldrgn"

In forum threads, that is the description for the user name link - when you hover over the poster's user name, it shows that text. The greasemonkey script you can make for each user to replace this with your own text:

Code:
document.body.innerHTML= document.body.innerHTML.replace(/title=\"View the profile of ldrgn\"/g,"title=\"ldrgn is a cool dood for a noob\"");
document.body.innerHTML= document.body.innerHTML.replace(/title=\"View the profile of deepceleron\"/g,"title=\"deepceleron helped me with Greasemonkey\"");

Now when you hover over our user names, it shows this description instead.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!