Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

More pages when validating.. how ?

Quote Reply
More pages when validating.. how ?
Hi,
How can I have "2,3,4 >>" when validating links, or how can I increase the 10 limit when showing unvalidated links?

Thanks,
Emilio
Quote Reply
Re: More pages when validating.. how ? In reply to
see this in Admin_HTML.pm

Code:
$to_validate = $val->query ( { mh => 10, Mode => 'Validate' } );
$numhits = $val->hits;
$to_modify = $val->query ( { mh => 10 - $numhits, Mode => 'Modify' } );

change both 10s to whatever the max you want..

------------------
Jerry Su
Links SQL Licensed
------------------