• Thank you for this excellent database plugin!

    After carefully following the instructions and browsing some of the ABASE forum messages, the search, add and edit features work great!

    I have one remaining issue which I hope to find a resolution, including sharing my working code with others in hopes of helping the community.

    Within my database, there is both PDF and IMAGE browse buttons which enable a user to upload both files. Once successfully added to the database, a search of the item displays the IMAGE thumbnail correctly, but the PDF icon image is looking for “part#.jpg” which of course does not exist as there is only the “part#.pdf” which is correctly linked to the uploaded PDF file. I would like the PDF icon to simply display a 50x50px “PDF.jpg” PDF icon located in the “/files/PDF” folder for all PDF files.

    The following code is the search feature:

    [abase form="1,search,/parts" table="inventory" columns="PART_NUMBER$Search Part Number" elements="PART_NUMBER"]
    
    [abase table="inventory" columns="PART_NUMBER!'text 150;30;-5',DESCRIPTION!'text 150;30;-5',MANUFACTURER!'text 150;30;-5',QUANTITY!'text 150;30;-5',PDF!'width:50px;vertical-align:-25px;',IMAGE!'width:50px;vertical-align:-25px;'" images="PDF,IMAGE" notitle="0" rlink="PART_NUMBER" limit="1" ack="1,GREEN"]

    I hope we can find a solution to this situation. Thank you.

    https://www.ads-software.com/plugins/abase/

  • The topic ‘Search results with both PDF and IMAGE icons’ is closed to new replies.