Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Andrea Tarantini

    (@dontdream)

    I’m not sure I understand what you need, could you please add more details?

    Thread Starter augustus5623

    (@augustus5623)

    I’m not good at English, but be my best.

    this is the html of Minimum value and Maximum value in the widget of BP Profile Search.

    <input type=”text” value=”” name=”field_4″ style=”width: 10%;”>

    <input type=”text” value=”” name=”field_4_to” style=”width: 10%;”>

    I want change type=”text” to select,option.

    This is example.

    <select name=”age” id=”min-age”>
    <option value=”18″>18</option>
    <option value=”19″>19</option>
    ….
    </select”>

    <select name=”age” id=”max-age”>
    <option value=”89″>89</option>
    <option value=”99″>90</option>
    ….
    </select”>

    I want to select it than writing .

    Plugin Author Andrea Tarantini

    (@dontdream)

    Yes, now I see what you need.

    The change is possible, you have to modify the form generation code in bps-searchform.php, around the lines 88 to 94.

    Unfortunately I don’t have the time to write and test these changes, but if you or a friend of yours can code the job is not difficult.

    Thread Starter augustus5623

    (@augustus5623)

    ok. thanks. I will try.

    if you update this plugin, i hope you I hope that you improve it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I want to customize Age Range Search’ is closed to new replies.