Quote Originally Posted by oxicottin View Post
That worked great! Now I only have the new banner section in the submit portion of your module. What other files need modifyed to inclue the "Banner" addition? like when they submit it I dont see the banner entry in the admin section... What file do I have to alter to include the banner entry so I can get thier banner url?

Thanks!
Check list:
Do you have the new field included in the database table?

Catalog Side:
Do you have the sql statements necessary to read and write the information? (includes/modules/pages/links_submit/header_php.php)
Have you included the necessary error catching routines? includes/modules/pages/links_submit/jscript_main.php)
Have you included the necessary code on the submit link page?

Admin Side:
Have you included the necessary sql statements to read/write the information?
(admin/links.php)
Have you added the necessary code to display the new field? (admin/links.php)