Jump to content

How to get Reviews of me to display on details page


dealio

Recommended Posts

Hi, a couple of questions

 

I'm using jomsocical and everywhere addon I'm  trying to get the reviews about the user to display in their listings as well as in list page.

 

 

1. What wold be the syntax to get the user's overall rating in the list view page.

 

For example: this shows the listing overall rating,

<?php echo $Rating->overallRatings($listing, 'content'); ?>

 

What would be the syntax to show the listing owners overall rating? I'd like to display the users overall rating next to the listing overall rating.<?php echo $Rating->overallRatings($user, 'content'); ?>

 

 

 

2.

Is there a way to get the jomsocial "Reviews of me" widget to display on the listing details page, I think can do this using the related listing module with custom where however I'd like to try to get the add review button  to show up as well.

 

 

Thanks

Link to comment
×
×
  • Create New...