Archive of UserLand's first discussion group, started October 5, 1998.

discussionGroupInfo.discuss.highestMessageRead

Author:Dave Winer
Posted:7/17/1999; 6:57:47 AM
Topic:How I read the discussion group
Msg #:8541 (In response to 8540)
Prev/Next:8540 / 8542

Excellent! Now, I can help you improve that script..

We store, in your member prefs, the highest message you've read in the discussion group. You can send an XML-RPC message to the server to find out what that is.

local (username = "you@yourDomain.org", password = "xxx");
local (params = {"default", username, password, "discussionGroupInfo.discuss.highestMessageRead"});
dialog.alert (betty.rpc.client ("news.userland.com", 80, "mainResponder.members.getProfilePart", @params))

No need to leave a browser window open..

Part 2

The second part is here.


There are responses to this message:


This page was archived on 6/13/2001; 4:51:26 PM.

© Copyright 1998-2001 UserLand Software, Inc.