setCurrentUser

sets the current user from whose name the comments will be sent

void setCurrentUser(number|string id);
idnumber|stringthe ID of a user

Example

// after logging in
$$("comments").setCurrentUser(4);

See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.