• Resolved Snpcrkpoprc

    (@snpcrkpoprc)


    Have the following on my page …

    [pdb_list template=”pdb_list_detailed.php” search=”true” sort=”true” fields=”image,first_name,last_name,city,state,zip,phone,email,web_site,request” filter=”id=0&Is_Clown=Yes”]

    I modified the php to look like this and placed in the wp themes directory …

    * 4. sorting: you can choose to sort the list by ‘column’ (the order they
    * appear in the table), ‘alpha’ (alphabetical order), or ‘order’ which
    * uses the defined group/field order
    */
    $this->column_selector( false, true, ‘city,state,zip’, ‘alpha’ );

    But still all the fields display in the dropdown and not just the 3 above

    What don’t I get?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Snpcrkpoprc

    (@snpcrkpoprc)

    Had to pass array and not list …

    Plugin Author xnau webdesign

    (@xnau)

    The “template” attribute is only looking for the name of the template, not the whole file name, so the shortcode is not selecting your custom template. Check my article on using custom template for instructions.

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

The topic ‘Problems with list search selection’ is closed to new replies.