Ok, I'm a little confused here. In rate.html (php templates) you have thefollowing hidden tags;
<input type="hidden" name="do" value="rate">
<input type="hidden"name="action" value="rate">
<input type="hidden" name="link_id"value="<?print $link_id">
Now, I'm a little confused as to why you define both 'action' and 'do'. Isthis an accidental insert, or is there logic behind having both of there???
Oh, and also a possible bug for you to squish
When you submit a number over 5 (or non-numeric) for the rating you getthe following error message;
Please enter a number from 1 to 5.
Is it the PHP that needs editing, or is it just a simple case of editing thedrop down box to only hold 1 through 5 as options?
Thanks
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
<input type="hidden" name="do" value="rate">
<input type="hidden"name="action" value="rate">
<input type="hidden" name="link_id"value="<?print $link_id">
Now, I'm a little confused as to why you define both 'action' and 'do'. Isthis an accidental insert, or is there logic behind having both of there???

Oh, and also a possible bug for you to squish

When you submit a number over 5 (or non-numeric) for the rating you getthe following error message;
Please enter a number from 1 to 5.
Is it the PHP that needs editing, or is it just a simple case of editing thedrop down box to only hold 1 through 5 as options?

Thanks
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!