View Single Post
  #3 (permalink)  
Old 01-02-2008, 12:19 AM
limer limer is offline
New Pligger
 
Join Date: May 2007
Posts: 6
Thanks: 0
Thanked 2 Times in 1 Post
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.
Reply With Quote