View Single Post
  #8 (permalink)  
Old 09-09-2008, 01:51 PM
kmb40 kmb40 is offline
New Pligger
 
Join Date: Nov 2007
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
partial solution

Quote:
Originally Posted by Yankidank View Post
The sidebar_comments_wrapper.tpl file is missing it's contents for some reason. You will have to have to paste in something like this:
Code:
<ul class="listing summary">
    {$sc_body}
</ul>
I'm not certain if that will format it correctly, but I believe that should at least display the comments in the sidebar. You will then have to play around with it for it to look nice.
Thats got the comments on the sidebar but they are showing in a different places in each browser and none of the placements are formatted properly. Lol.

At least I now have something to work with it. Thanks.
Reply With Quote