Gossamer Forum
Home : Products : Links 2.0 : Customization :

Mod: Spanning Editor's Picks

Quote Reply
Mod: Spanning Editor's Picks
Experimented a bit this afternoon and managed to span the Editor's Picks using Warwick's codes found at http://www.gossamer-threads.com/...ew=&sb=&vc=1.

Assuming that you are running the Picks mod (for templates) from the Resource Center, just apply the following:

In nph-build.cgi replace the build_pick_page subroutine with the following codes:

http://links.japanref.com/sub_build_pick.txt

Add these codes to your pick.html template:
Code:
<%if prev%>
<%prev%>
<%endif%>

<%if next%>
<%next%>
<%endif%>
and the following to sub site_html_pick in site_html_templates.pl:
Code:
prev => $prev,
next => $next,
It works for me, please tell me if you encounter any problems.

Thomas
http://links.japanref.com
Subject Author Views Date
Thread Mod: Spanning Editor's Picks Thomas. 1499 Jun 26, 2001, 10:13 AM
Post Re: Mod: Spanning Editor's Picks
socrates 1044 Jun 27, 2001, 5:30 PM