Hi,
I have a few questions.

Can you tell me if 'title' ("Buyer Reviews" or "Seller Reviews" in my example below) is supposed to show up anywhere on the page.  I don't see it displayed anywhere.  If it's not displayed what is the purpose of this field?
echo JLexReviewLoad::init ( 'Buyer Reviews', 'object', $user_id, 'buyer' );
echo JLexReviewLoad::init ( 'Seller Reviews', 'object', $user_id, 'seller' );

Also,
When calling the above init, is there a way to disable the ability to add a review?  Or is there another way that I can only show reviews?  Basically I want the logged in user to be able to see the reviews that others have left but I don't want them to leave a review for themselves.

Thanks so much!