Support Forum » User Profile

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Custom Post Tables & Metabox #29679
    ABAB
    Participant

    I second this feature. Any timeline when the next update will be released?

    in reply to: rwmb_meta not working for Custom Table #29638
    ABAB
    Participant

    Hi, just tried adding in object_type in the 2nd argument and still doesn’t work. Even my experiment with a normal Post type doesn’t work as above.

    in reply to: rwmb_meta not working for Custom Table #29636
    ABAB
    Participant

    So I tried creating a new custom table for Post type. It still doesn't work when trying to get value from custom table, but saving to table is working perfectly fine. Please see all configuration below. I think there's a bug somewhere.

    in reply to: rwmb_meta not working for Custom Table #29635
    ABAB
    Participant

    Just to confirm, I rechecked my code and shortcode as follows and still doesn't work.

    [rwmb_meta id="primary_mobile" storage_type="custom_table" table="wp_subscriber_info" object_id=2]

    $primary_mobile = rwmb_meta( 'primary_mobile', ['storage_type' => 'custom_table', 'table' => 'wp_subscriber_info'], 2 );
    echo $primary_mobile;
    in reply to: rwmb_meta not working for Custom Table #29633
    ABAB
    Participant

    Yes I rechecked. Initial prefix was 'ab_' then I used wordpress' default prefix 'wp_' but those still dont work. The typos was because I was experimenting with different settings. Still doesnt work. Appreciate your further advise.

    in reply to: rwmb_meta not working for Custom Table #29631
    ABAB
    Participant

    This is the data in DB. It clearly shows post ID = 2.

    db

    The custom table is created via the Web GUI, there is no code. screenshot below:

    web

    This is the creation of fields:

    field

Viewing 6 posts - 1 through 6 (of 6 total)