an
groups-icon

Drop-Down List Options in Add Profile not showing

Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
  • Version 9
    Michael Johnson
    0 points
    Beginner

    I may be overlooking some piece of code in the php file. For instance, daeth should show 10 choices, but shows only 5. The same applies to daeyes, dahair, etc. It doesn’t show all the choices. See below.

    case “daeth”: {

    $values = array(

    “1” => $CORE->_e(array(‘dating’,’46’)),
    “2” => $CORE->_e(array(‘dating’,’47’)),
    “3” => $CORE->_e(array(‘dating’,’48’)),
    “4” => $CORE->_e(array(‘dating’,’49’)),
    “5” => $CORE->_e(array(‘dating’,’50’)),
    “6” => $CORE->_e(array(‘dating’,’51’)),
    “7” => $CORE->_e(array(‘dating’,’52’)),
    “8” => $CORE->_e(array(‘dating’,’53’)),
    “9” => $CORE->_e(array(‘dating’,’54’)),
    “10” => $CORE->_e(array(‘dating’,’55’)),

    );

    // daeth
    “46” => __(“African”,”premiumpress”),
    “47” => __(“American”,”premiumpress”),
    “48” => __(“Arab”,”premiumpress”),
    “49” => __(“Asian”,”premiumpress”),
    “50” => __(“Caucasian”,”premiumpress”),
    “51” => __(“Hispanic”,”premiumpress”),
    “52” => __(“Indian”,”premiumpress”),
    “53” => __(“Mixed”,”premiumpress”),
    “54” => __(“Native”,”premiumpress”),
    “55” => __(“Other”,”premiumpress”),

    September 25, 2017 at 4:13 am
  • Michael Johnson
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    September 27, 2017 at 2:32 am

327

Views

1

Replies