I think it would be exciting if we can see our friends' recently read entities(nodes, ..), such as user1 just read xxx, user2 just read xxx.

For example, integrate with User Relationships.

Thanks,

Comments

pgorecki’s picture

Status: Active » Fixed

Starting from alpha4 you can do it via a custom php code:

// get all recently read pages and articles items by user_id
$items = recently_read_get_read_items(array('page', 'article'), $user_uid);

// get html string with all items
return theme('recently_read_item_list', array('items' => $items));

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.