Reply To: user search drop down list (combobox)


Home Forums Front End PM PRO user search drop down list (combobox) Reply To: user search drop down list (combobox)

#21297
Shamim Hasan
Keymaster

You can find it in class-fep-pro-to.php line 383 resulstLimit : 5
Also set in fep-pro-ajax.php line 40 ‘number’ => 10, double of your setup. So if you set resulstLimit to 10 then set number to 20

Remember if you change code, every time you update this plugin will override your changes.