I saw the same question on this forum ignored..
Any how I figured it out...
Solution: Edit the sidebar_stories_u.php and the sidebar_comments.php
look for something like this in the sidebar_stories_u.php:
Code:
if($the_template == "yget" || $the_template == "your template")
replace "your template" with whatever template you are using...
look for something like this in the sidebar_comments.php:
Code:
elseif($the_template == "Your Template" || $the_template == "yget") { replace "your template" with whatever template you are using...
Note: it will not say Your Template it should have something else. Just change whatever is there to you current template name and you'll notice the modules will be fixed.