ShakeBox Related Links

Register an Account
Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 04-08-2008, 08:37 PM
New Pligger
 
Join Date: Aug 2007
Posts: 5
Well I have 'Related Links' working perfectly on the story page, but to make navigation easier, I have been trying to put it on the main page with the story summary. Maybe someone could check this code out to see whats up with it...

I get the summary like this;
Code:
|<a href="javascript://" onclick="show_hide_user_links(document.getElementById('ls_contents-{$link_shakebox_index}'));" 
title="Show Summary"> Show Summary</a>
<br>
<span id="ls_contents-{$link_shakebox_index}"style="display:none">{checkActionsTpl
location="tpl_link_summary_pre_story_content"}</span>
So I thought maybe this would work to get the related links in a similar way;
Code:
			<a href="javascript://" onclick="show_hide_user_links(document.getElementById('ls_related-{$link_shakebox_index}'));" 
title="Show Related">Related</a><br>
	<span id="ls_related-{$link_shakebox_index}"style="display:none"
{if count($related_story) neq 0}
		<ol>
			{section name=nr loop=$related_story}
				<li><a href = "{$related_title_url}{$related_story[nr].link_title_url}">{$related_story[nr].link_title}</a><br/></li>
			{/section}
		</ol>
	{/if}
	</span></div>
No Go. Any Ideas?
Reply With Quote
  #2 (permalink)  
Old 05-14-2008, 12:17 PM
graphicsguru's Avatar
Pligg Donor
Pligg Version: 9.9.5
 
Join Date: Aug 2006
Location: USA
Posts: 399
Jeqq / Published News has it working on their site you may want to ask how they did it
Reply With Quote
  #3 (permalink)  
Old 05-14-2008, 12:40 PM
Pligg Donor
 
Join Date: Jul 2007
Posts: 286
Which file has this code?

Last edited by rubber2002; 05-14-2008 at 12:49 PM.
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Related links that lead directly to original URL gnalkit Questions and Comments 0 05-01-2009 08:45 AM
Related links module bobbymoore Questions and Comments 0 04-14-2009 11:34 AM
Include Summary in Related links xerxesx1 Questions and Comments 0 03-27-2009 11:54 AM
Related links AnAlienHolakres3 Questions and Comments 9 08-24-2008 02:29 AM
Display related links from RSS feeds SugarDog Questions and Comments 0 01-21-2007 11:36 AM


Pligg Modules and Pligg Templates from Pligg Pro Find support on the Pligg CMS Forum - 24 hours a day! Make a donation to support Pligg CMS development