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
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
<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
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

