Hi,
In Easysocial Stream module in default.php the complete stream is echoed, the code is:
<?php echo $stream->html();?>
Now i'm trying to echo only the title (as stream module is appearing on home page in a small module, i dont want to show the whole stream content)
So i tried
<?php echo $stream->title;?>
But its not working, Can anyone please guide me on this.
regards
In Easysocial Stream module in default.php the complete stream is echoed, the code is:
<?php echo $stream->html();?>
Now i'm trying to echo only the title (as stream module is appearing on home page in a small module, i dont want to show the whole stream content)
So i tried
<?php echo $stream->title;?>
But its not working, Can anyone please guide me on this.
regards