Skip to:
Content
Pages
Categories
Search
Top
Bottom

Profile Field Setup Help Please

  • Hi, Well in users profile I would like my users to choose a number from 1 to 50 in some fiels so Im creating a lot of fields that are Drop Down Select Box, but i have to write one a another 1,2,3,4,5,6,7,8, is there any way to make this numbers default so I dont have to customize them as options in each field.

    In HTML Would be something like this
    `
    1
    2
    3
    4
    etc
    `
    But I dont know how to do this in php, specially in buddypress

    Thanks.

Viewing 1 replies (of 1 total)
  • Well… Now I Have done what i want but i cant make the values save into tables.

    In buddypress/bp-xprofile/bp-xprofile-templatetags.php

    I Find

    `$html .= ‘


    ‘;`

    And add After my values
    `
    $html .= ‘1’;
    $html .= ‘2’;
    $html .= ‘3’;
    `
    But i cant save them to profiles, If someone can help me, I would appreciate it

Viewing 1 replies (of 1 total)
  • The topic ‘Profile Field Setup Help Please’ is closed to new replies.
Skip to toolbar