View Single Post
  #4 (permalink)  
Old 07-23-2008, 11:21 AM
redwine's Avatar
redwine redwine is offline
Pligg Donor
 
Join Date: Jul 2007
Location: Canada
Posts: 216
Thanks: 20
Thanked 102 Times in 65 Posts
Removing the title link in the full story

To remove the link when the story is viewed in full (page = story) change the following in /templates/yourtemplate/link_summary.tpl
Remove the code in RED
Code:
<div class="top"> 
  <div class="toptitle" id="ls_thetitle-{$link_shakebox_index}">
   {if $use_title_as_link eq true}
    {if $url_short neq "http://" && $url_short neq "://"}
     <a href="{$url}" {if $open_in_new_window eq true} target="_blank"{/if}>{$title_short}</a>
    {else}
     <a href="{$story_url}">{$title_short}</a>
    {/if}
       {else}
    {if $pagename eq "story"}
     <a href="{$url}">{$title_short}</a>
    {else} 
      <a href="{$story_url}">{$title_short}</a>
    {/if}
   {/if}        
  </div>
Reply With Quote
The Following User Says Thank You to redwine For This Useful Post: