I am trying to make it so the sidebar2.tpl shows up on the story page so that I can put the related stories in the sidebar. I have tried putting this in:
What is wrong?Code:{if $pagename eq "story"} {if count($related_story) neq 0} <div class="headline"> <div class="sectiontitle">{#PLIGG_Visual_Story_RelatedStory#}</div> </div> <div id="related"> <ol> {section name=nr loop=$related_story} <li><a href = "{$related_story[nr].url}">{$related_story[nr].link_title}</a></li> {/section} </ol> </div> {/if} {/if}
Thanks.



Reply With Quote



