Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 5 replies - 76 through 80 (of 80 total)
  • @plrk

    Participant

    I know that Ashley Shaw is working on this for a South African political party, I intend to help him out once I’ve finished another less complicated plugin I am working on now.

    @plrk

    Participant

    It would surely make a popular plugin.

    @plrk

    Participant

    I’m not 100% sure, but I’m pretty certain that you can find this in the CSS somewhere. Just search for “width”, “padding” and “margin” – it should be something like that.

    @plrk

    Participant

    Instead, I should write:

    $bp->mycomponent->image_base = site_url() . '/wp-content/mu-plugins/bp-mycomponent/images';

    $bp->mycomponent->slug = 'mycomponent';

    $bp->mycomponent->table_name = 'wp_bp_mycomponent_table';

    I may have to write $bp->mycomponent = new stdClass; first, Andy will let us know:

    <apeatlin> you may have to first do $bp->flickr = new stdClass; then do it though

    <apeatlin> I’m not sure yet

    <apeatlin> I’ll let you know

    @plrk

    Participant

    So when I write a custom component, I should no longer write:

    $bp = array(

    ‘image_base’ => site_url() . ‘/wp-content/mu-plugins/bp-mycomponent/images’,

    ‘slug’ => ‘mycomponent’,

    ‘table_name’ => ‘wp_bp_mycomponent_table’

    );

    I should instead write… what?

Viewing 5 replies - 76 through 80 (of 80 total)
Skip to toolbar