Thanks very much for the reply.

I changed this line in activitystream_feed_streamapi():

  $feed->set_feed_url($user->feed);

to:

  $feed->set_feed_url($feed->get_permalink);
  $feed->set_feed_title($feed->get_title);

Then I changed "$name posted" to:

$feed->get_title

What happens is that it displays "() posted"

Not sure if I added the correct line in activitystream_feed_streamapi() though?

Gerben


--- In [email protected], Ryan McCue <ryanmc...@...> wrote:
>
> On 6/06/10 19:56 , gerbenzaagsma wrote:
> > The problem seems to be the line in the module (see code below) where it 
> > says: "$name posted " (about 10 lines from the bottom).
> 
> Looks like you need to add a line for the feed name/URL in 
> activitystream_feed_streamapi() and then retrieve this later. You can 
> get the feed name with $feed->get_title() and the permalink for the feed 
> with $feed->get_permalink()
>


Reply via email to