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

    (@xnau)

    franc3s,

    You can filter with a “not” operator: approved ! no

    Thread Starter franc3s

    (@franc3s)

    I think I should have something like: approved ! yes because I need to display in a private page users with pending approvation.

    But approved ! yes does not work ??

    Plugin Author xnau webdesign

    (@xnau)

    It should work…I just tested it. Take the spaces out: [pdb_list filter=”approved!yes”]

    Thread Starter franc3s

    (@franc3s)

    I swear it’s now working when I look for unchecked approvation! ??

    [pdb_list orderby="cognome" fields="nome,cognome,provincia, pacchetto, approved" filter="approved!no"]

    Plugin Author xnau webdesign

    (@xnau)

    Did you try this:

    [pdb_list orderby="cognome" fields="nome,cognome,provincia, pacchetto, approved" filter="approved!yes"]

    You shouldn’t have spaces in the filter statement. This worked for me.

    Thread Starter franc3s

    (@franc3s)

    Sorry, it works!

    Thank you!

    Thread Starter franc3s

    (@franc3s)

    Ops, here is the trick, it’s not showing up all my not approved users.. I can’t understand why

    Plugin Author xnau webdesign

    (@xnau)

    Try looking at the ones that aren’t showing up and check the value of the “approved” field. You’ll probably have to look at the database directly to see the problem, using phpMyAdmin or something like that.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Filter by an unchecked field’ is closed to new replies.