Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Validate Links - Amount of Records Displayed

Quote Reply
Validate Links - Amount of Records Displayed
How can I see more than the first 10 records of the Links waitng for validation on screen, or get to the next 10 without validating the first?
Quote Reply
Re: Validate Links - Amount of Records Displayed In reply to
There should be a spanning menu at the bottom of the links awaiting validation, like the following:

1 | 2 | 3 [>>]

Regards.

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------


Quote Reply
Re: Validate Links - Amount of Records Displayed In reply to
Hi,

There is no spanning menu on the validation list page. (Check the demo on this site, it has 11 waiting, ten visible) I think seeing number 11+ will require an edit of something?
Quote Reply
Re: Validate Links - Amount of Records Displayed In reply to
You can add the spanning page results for the modify option in the LINKS MANAGER console in the sub html_validate_form in the admin_html.pl file, like the following:

Code:
if ($db_next_hits) {
print "<br><$font>Pages $db_next_hits</font>";
}

I do not have time to provide you with the exact codes that you will need to use to make this work.

Maybe someone else can.

Good luck!

Regards.

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------




[This message has been edited by Eliot (edited December 14, 1999).]