By Jozsef Simony on Saturday, 06 May 2017
Replies 0
Likes 0
Views 631
Votes 0
Dear All,

I try to achieve to display user profile name in a stream item (beside the users name); similar to this:


Normally in a profile template it look like this:

(<a href="/<?php echo $user->getProfile()->getPermalink();?>" class="t-text--muted"><?php echo $user->getProfile()->get('title');?></a>)


This wont work in a stream template wireframe/stream/default/item.php I guess we need to load $user related to the stream.

How would I display the profile name in a stream item?

Any help would be much appreciated!
View Full Post