• How I can delete the list preview of last_name? I want to see only the searching form.

    Example:
    input: first name
    output: last name

    [abase form=”1,search” table=”employees” columns=”first_name$Search Employees” elements=”first_name”]

    [abase table=”employees” columns=”last_name”]

    http://wordpress.org/plugins/abase/

Viewing 1 replies (of 1 total)
  • Thread Starter BioteconDiagnostics

    (@biotecondiagnostics)

    I found a solution.
    In mySQL I create 3 columns: ID, product and URL

    ID Product Url
    1 let it empty let it empty
    2 Product-1 URL-1
    3 Product-2 URL-2
    4 Product-3 URL-3
    5 Product-4 URL-4

    If you would write limit=”1″, then it would be the list preview empty.

    [abase table=”TABLE” columns=”url” alink=”url,../../product/,url,’_blank'” notitle=”1″ limit=”1″]

Viewing 1 replies (of 1 total)
  • The topic ‘How I can delete the list preview?’ is closed to new replies.