Home : Products : Gossamer Links : Discussions :

Products: Gossamer Links: Discussions: Re: [yogi] need help: Edit Log

Here is the list of edits for this post
Re: [yogi] need help
Hi Ivan,

I added the global and named it current_link_number,

Then added at top of link.html

<%if display_start%>
<%set current_link_number = $display_start + $row_num - 1%>
<%endif%>


then where i wanted link # to appear

<%if current_link_number%><%current_link_number%><%endif%>

then in category.html

<%loop links_loop%>

<%include link.html%>

<%endloop%>

but nothing comes up, any idea what i might be doign wrong?

Last edited by:

xpert: Sep 30, 2002, 6:25 AM

Edit Log: