Gossamer Forum
Home : Products : Links 2.0 : Customization :

Validate All

Quote Reply
Validate All
I have read several posts that discuss alternatives to the 'single-record' selection for validation. When there are 100's of submittals, it is still important to review each one, but the "checking" of the radio button to select for validation becomes a very time-consuming exercise. I'm looking for a way of validating a whole page (of 10 records) all at once.

I have seen a thread regarding a "Validate All" button, but not how to code it.

I've also seen a rather neat solution where the thread owner "just added "checked" in the radiobutton field in admin_html. Now I only have to "uncheck" the records I don't want to get listed."

Can anyone help me?
/Jim
Quote Reply
Re: [Jimboat] Validate All In reply to
Quote:
I've also seen a rather neat solution where the thread owner "just added "checked" in the radiobutton field in admin_html. Now I only have to "uncheck" the records I don't want to get listed."

Thats probably you best bet.

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] Validate All In reply to
Yes, it sounds like a good solution, but he didn't say how he did it. Do you know how I would code this?

/Jimboat
/Jim
Quote Reply
Re: [Jimboat] Validate All In reply to
in admin_html find

<TD VALIGN=TOP><INPUT TYPE="RADIO" NAME="$tmp{$db_key}" VALUE="modify">
<$font>Modify</font> </TD> <TD VALIGN=TOP><INPUT TYPE="RADIO" NAME="$tmp{$db_key}" VALUE="delete" checked>
<$fontDelete. Email Reason:</font><br> <textarea name="reason-$tmp{$db_key}" rows=4 cols=40>$db_email_reject</textarea></TD> </TR></TABLE>

and simply add the code in red, this should work.

Stu2000

- Top 100 forums / GT Links 2.0 websites -