OK, I had orignially installed the 3.3 version of Links Manager, on my 1.37 Zencart.

Still do not have the image field on the Submit Link on the public side of the website sidebox.

I have applied the patches, done the upgrade to the 3.5.3b latest code, and applied the other patch for the error code on line 171 of links.php.

Now when a person goes to the sidebox and clicks on the category, they get this error:

Warning: Division by zero in /home/sapphire/public_html/cart/includes/classes/split_page_results.php on line 76
-4 -3 -2 -1 0
1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-0, MAX_DISPLAY_LINKS' at line 1
in:
[select l.links_image_url, ld.links_title, ld.links_description, ld.links_title, l.links_clicked, l.links_id from zen_links_description ld, zen_links l, zen_links_to_link_categories l2lc where l.links_status = '2' and l.links_id = l2lc.links_id and ld.links_id = l2lc.links_id and ld.language_id = '1' and l2lc.link_categories_id = '1'order by ld.links_title limit -0, MAX_DISPLAY_LINKS]