[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ic] [More-list] - Missing Results??


Hi,

This has been bothering me all week. The code below works fine on my
normal results.html page.

[more-list]
<BLOCKQUOTE>
Matches [matches] of [match-count] found<br>
[calcn]
	my $number = ([match-count] / 12);
	my $rounded = sprintf("%.0f", $number);
	$Tag->tmp(rounded => $rounded);
	return;
[/calcn]
[loop list="1..[scratch rounded]" ranges=1]
[page
	href="[scratch this_page]/[calcn] 12 * ([loop-code] - 1) [/calcn]"
	form="[if cgi a]a=[cgi a][/if]"
][loop-code]</a>
[/loop]
</BLOCKQUOTE>
[/more-list]

However, I recently created another results page called brand_results.html
and copied the same code but if you look at an example output page
http://www.aftermarketcellular.com/ic/brand/JABRA.html the output is:

Matches 1-12 of 39 found
1 2 3

I am missing (3) of the results. Any ideas on what is preventing the
remaining results to not be displayed?

Thank you

Bill


_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.