User comments in stats page (Skin Bootstrap)

blacklevel

New Member
Maybe somebody can help?
How to show user comments in stats page.. Code: {$reviews} do not show any comments for user stats page in Bootstrap skin.
 

Basti

Administrator
Staff member
Yes, that is something we do not offically support anymore. We just have it there to offer a little bit of backward info for aardvark users.

Current Visiolist makes use of facebook plugin or the disqus comments plugin. And vl 2.0 will have its own comment system most likely.

if you really have to make use of it, please open up sources/details.php line 130
Code:
$reviews_on = 0;
change the 0 to 1 and save the file
 
Top