• Resolved joelmb

    (@joelmb)


    Great plug-in. One question though….

    I dont want my search page to show any records initially and also want only approved records to show. so have put on my search page:
    [pdb_list search=true approved=yes filter=”id=0″]

    however if i wildcard search with an asterisk it still shows the non approved, presumably because it clears the above when search button is clicked? anyway round that? its imperative for me that non approved records are not shown.

    https://wordpress.org/plugins/participants-database/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author xnau webdesign

    (@xnau)

    you got the shortcode syntax wrong. You need to combine all your filters…or use the “suppress” attribute:

    [pdb_list search=true filter="id=0&approved=yes"]

    or

    [pdb_list search=true suppress=true filter="approved=yes"]

    Thread Starter joelmb

    (@joelmb)

    Many thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘show only approved list display’ is closed to new replies.