I feel like this has probably been discussed before, but I couldn't find anything on the topic when doing a Super Search.

I'd like to see PM implement a "buddy list", so we can keep track of other users. There are certain people whose opinions and skills appeal to me, and I would like to keep track of their new posts. Having a list that I could add these people to would make that task a lot easier. There could be a feature where you can click a link to "show all new posts by your buddies" since the time of your last visit. I'm sure there are other ways a buddy list could be useful.

Comments?

---
It's all fine and dandy until someone has to look at the code.

Replies are listed 'Best First'.
Re: Buddy list
by planetscape (Chancellor) on Jun 13, 2006 at 21:47 UTC

      And you can use Free Nodelet templating to make yourself a link that adds a person to your "buddy" list that you keep in your Free Nodelet. You can even make a link in your Free Nodelet that takes you to Super Search to look for any recent nodes by any of your buddies. If only you could embed HTML comments in link URLs and specify more than one at= to the op=_freer, then the same link that adds people to your buddy list could also update this BuddySuperSearch link.

      Well, here is an approximation given the current state of things, that lets you maintain a list of buddies for Super Search but requires minimal manual labor after you've added a buddy or few... (fully tested)

      <a href="?node=3989;a="><!--buddysearch- %5bid://`_u`%5d">-->Recent Buddy nodes</a>; [href://?node_id=492700;op=_freer;at=buddysearch;_u=`author_id`| Add `author_name&`].

      Paste that into the Free Nodelet Settings and enable the nodelet on Nodelet Settings. Then, visit a node written by your new buddy (such as their homenode), click the "Add Paco" link now found in your Free Nodelet. This takes you to Free Nodelet Settings where you remove the three characters (", >, and newline) from between your old "buddy search" link and the new stuff that was added. Press "Submit". Now you've got a "Recent Buddy nodes" link in your Free Nodelet that takes you to Super Search with all your buddies' IDs filled in. Make any adjustments to the search parameters and then Submit to see their nodes (please don't make links that pre-submit the SuperSearch, though).

      Not perfect. Gives me at least two ideas on how to enhance op=_freer...

      - tye        

Re: Buddy list
by jdporter (Paladin) on Jun 13, 2006 at 21:17 UTC

    You can put this kind of info on your homenode. In fact, many monks already do this.

    You could also use your scratchpad (the public one) or your private scratchpad, or your Personal Nodelet.

    We're building the house of the future together.
      Thanks for the suggestions! Those are good ideas. I was hoping to have something even easier, like a button or link to click that would auto-add the person to the buddy list, as well as a page that would aggregate new posts from the buddy list members.

      ---
      It's all fine and dandy until someone has to look at the code.

        There are buttons (links) in the Personal Nodelet that will add a page — it could be a user's homenode — to your scratchpad or Personal Nodelet. With some additional scripting in your Free Nodelet, you could probably add the extra bits you're talking about.

        We're building the house of the future together.