It's great that this site lets you store your old games -- even the game's comments -- and the messages sent/receieved through your inbox.
How about a similar feature for the threads? I'm envisioning some system where by one can flag threads of interest and then those threads appear under a separate tab. That way, when there's a good recommendation for a chess tutorial site in a thread, that thread can be saved for future reference.
Perhaps even an option to receive email notification when a thread is extended.
Originally posted by mbrennanCan't do e-mailing, but I have updated the script at:
It's great that this site lets you store your old games -- even the game's comments -- and the messages sent/receieved through your inbox.
How about a similar feature for the threads? I'm envisioning some system where by one can flag threads of interest and then those threads appear under a separate tab. That way, when there's a good recommendation f ...[text shortened]... erence.
Perhaps even an option to receive email notification when a thread is extended.
http://members.shaw.ca/ouroboros/RHP/forum.user.js
to include the ability to 'bookmark' threads. The code is mostly complete with the exception of being able to remove a bookmark from your list. The code is there but I haven't integrated it into the UI yet.
I'm just leaving for the long weekend and might not be able to get back to it until next week. Thought that I would post it so people could break it. I'm actually testing the, auto-bookmark threads I've posted in, feature. (Which didn't work. Another thing to fix.)
Originally posted by ouroborosUnfortunately, for those of us who read the forums from multiple computers, a script isn't gonna cut it.
Can't do e-mailing, but I have updated the script at:
http://members.shaw.ca/ouroboros/RHP/forum.user.js
to include the ability to 'bookmark' threads. The code is mostly complete with the exception of being able to remove a bookmark from your list. The code is there but I haven't integrated it into the UI yet.
I'm just leaving for the long weeke ...[text shortened]... o-bookmark threads I've posted in, feature. (Which didn't work. Another thing to fix.)
Originally posted by ouroborosNevermind. Another great addition, cheers.
Can't do e-mailing, but I have updated the script at:
http://members.shaw.ca/ouroboros/RHP/forum.user.js
to include the ability to 'bookmark' threads. The code is mostly complete with the exception of being able to remove a bookmark from your list. The code is there but I haven't integrated it into the UI yet.
I'm just leaving for the long weeke o-bookmark threads I've posted in, feature. (Which didn't work. Another thing to fix.)
D
Originally posted by ouroborosNice script. Only 1 thing I don't really like about it, and that's the position of the My Bookmarks button. Could that be squeezed into the grey bar with the rest of the buttons?
You should be able to remove bookmarks now. Auto-bookmarking of threads that you post in is still not working though.
Maybe its just me.
D
Originally posted by RagnorakAgreed. Also, the My Bookmarks button (or non-button, in case stocken is reading this) at the bottom doesn't seem to work. And if the bookmarked thread is very long, there's the problem of getting to the end of the thread.
Nice script. Only 1 thing I don't really like about it, and that's the position of the My Bookmarks button. Could that be squeezed into the grey bar with the rest of the buttons?
Maybe its just me.
D
The problem with putting the 'My Bookmarks' link into the button bar is that it can cause some of the other buttons to fill more than one line. This causes the button bar to stretch vertically and breaks the styling. I've added it for now though.
I've fixed the problem with the link in the bottom button bar. It looks like you cannnot clone event handlers.
Originally posted by ouroborosIt looks fine here. Thanks.
The problem with putting the 'My Bookmarks' link into the button bar is that it can cause some of the other buttons to fill more than one line. This causes the button bar to stretch vertically and breaks the styling. I've added it for now though.
Edit: By the way, how do those access keys work? I seem to be too stupid to figure it out.
Originally posted by NordlysNot sure how to fix this problem. Without knowing what the last page of a thread is, I can't jump to the end of it. I can't know the last page unless I load the thread or the threadlist, and that would have to be done for each bookmark. If you have a lot of bookmarks, that would hit the server pretty hard. So until this gets implemented on the server, I don't think that there's a way around it.
And if the bookmarked thread is very long, there's the problem of getting to the end of the thread.