Thanks very much, montsnmags and Javed.
This gives me the information I need to link directly -- from any web page, not just from within MR -- to a list of my posts (or any member's posts) that is updated as new posts are made. The key is to identify the unique user_number associated with the member whose posts you want to link to. When you click on a member's profile, this number appears in the URL as "u=[number]". The URL that lists all posts by a particular member is:
Code:
https://www.mobileread.com/forums/search.php?do=finduser&u=[user_number]
You can construct this URL manually if you know the user_number, or right-click on the "Find all posts ...." link in the user's profile and select "Copy link location" to copy the URL to the clipboard.
I should add that you need to be logged in to MR for these URLs to work.