Hi,
Please edit the view "vote / listing" and replace the code:
By:
echo nl2br($elt->vote_comment);
For the vote stars, there is missing css property, potentially due to your template, so please add the following ones:
.hk-rating {
margin:auto;
display:inline;
}
.hk-rating a { cursor: pointer; background-color: transparent !important; }
.hk-rate-star {
width:16px;
height:16px;
font-size:2px;
display:inline-block;
text-decoration:none;
vertical-align:bottom;
background-image:url('../images/star.gif') !important;
background-repeat:no-repeat;
}
.hk-rate-star.state-full { background-position:left top; }
.hk-rate-star.state-mid { background-position:left -16px; }
.hk-rate-star.state-empty { background-position:left -32px; }
.hk-rate-star.state-hover { background-position:left -48px !important; }
You will potentially have to change the image path for the background-image property, or move the image in the correct folder of your template.
www.hikashop.com/support/documentation/1...ize-the-display.html
CCommentPro have an integration with us:
compojoom.com/joomla-extensions/ccomment