Jump to content

Featured UserProfile and Listing Status Labels


Miguel Bevia

Recommended Posts

Hello, I was wonder which file to edit to find the echo the community listing status Labels.

 

I would like that if a user makes his UserProfile featured, that all his associated listings that show his avatar and profile name to also echo the featured label.

 

I see how the detail listing pages echo the UserProfile name:

 

<?php echo $Community->screenName($listing);?>

 

 

Is there a way to echo the UserProfile listing status labels so the featured label appear next to his name?

 

I tried this just randomly but it doesn't work.

 

<?php echo $Community->listingStatusLabels($listing);?>

 

I know this is custom work, but what pages would I have to edit to echo the UserProfile listing labels?

Link to comment
×
×
  • Create New...